QuasarAppLib
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NQuasarAppUtilsThe QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group. All methods of the Quasar AppUtils is static
 CHumanReadableObjectThe HumanReadableObject interface This is simple class that add one virtula method toString. All childs object should be override this method
 CISettingsThe Settings class base interface for implementation settings backends. Available implementations: Setting (based on QSettings backend)
 CLocalesFor parese local files Example :
 COptionDataInformation about one option
 CPlatformUtilsThe iPlatformUtils class bas interface for get access platform dependet functions and constants
 CQALoggerLogger handler for app
 CQASecretServiceThe qasecretservice class This is a simeple provider of QASecretService tool See https://github.com/QuasarApp/SecretService
 CServiceThe Service class is a template class for creating a singleton services objects. This is manual control wrapper. You should be manually initializing your service object and manually deinitializing. If you don't destroy your service, then service object will be automatically destroyed when application will be closed
 CSettingsThis is wraper of the QSettings object
 CSettingsListnerListner of the ISettings global object. The SettingsListner class is abstrct class and contains only one method for hendling settings changes
 CValidableObjectBase interface for all object that can be checked to valid