QSettingsDialog  1.0.0
A Qt library to easily create a settings dialog for user configurable settings
Public Member Functions | Friends | List of all members
QSettingsLoader Class Referenceabstract

The basic settings loader class. Serves as utility class. More...

#include <qsettingsloader.h>

+ Inheritance diagram for QSettingsLoader:

Public Member Functions

virtual ~QSettingsLoader ()
 Virtual destructor.
 
virtual bool isAsync () const =0
 Specifies, whether this loader is async or not.
 
QSimpleSettingsLoadersimple ()
 Casts this instance to a QSimpleSettingsLoader. Will assert if the conversion fails.
 
QAsyncSettingsLoaderasync ()
 Casts this instance to a QAsyncSettingsLoader. Will assert if the conversion fails.
 

Friends

class QSimpleSettingsLoader
 
class QAsyncSettingsLoader
 

Detailed Description

The basic settings loader class. Serves as utility class.


The documentation for this class was generated from the following file: