Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼NQuasarAppUtils | The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group. All methods of the Quasar AppUtils is static |
CHumanReadableObject | The HumanReadableObject interface This is simple class that add one virtula method toString. All childs object should be override this method |
CISettings | The Settings class base interface for implementation settings backends. Available implementations: Setting (based on QSettings backend) |
CLocales | For parese local files Example : |
COptionData | Information about one option |
CPlatformUtils | The iPlatformUtils class bas interface for get access platform dependet functions and constants |
CQALogger | Logger handler for app |
CQASecretService | The qasecretservice class This is a simeple provider of QASecretService tool See https://github.com/QuasarApp/SecretService |
CService | The 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 |
CSettings | This is wraper of the QSettings object |
CSettingsListner | Listner of the ISettings global object. The SettingsListner class is abstrct class and contains only one method for hendling settings changes |
CValidableObject | Base interface for all object that can be checked to valid |