QuasarAppLib
|
CQuasarAppUtils::HumanReadableObject | The HumanReadableObject interface This is simple class that add one virtula method toString. All childs object should be override this method |
CQuasarAppUtils::OptionData | Information about one option |
CQuasarAppUtils::PlatformUtils | The iPlatformUtils class bas interface for get access platform dependet functions and constants |
CQuasarAppUtils::QALogger | Logger handler for app. This class allow to log all message from app to file |
CQuasarAppUtils::QASecretService | The qasecretservice class This is a simeple provider of QASecretService tool See https://github.com/QuasarApp/SecretService |
▼CQObject | |
▼CQuasarAppUtils::ISettings | The Settings class base interface for implementation settings backends. Available implementations: Setting (based on QSettings backend) |
CQuasarAppUtils::Settings | This is wraper of the QSettings object |
CQuasarAppUtils::Locales | For parese local files Example : |
CQuasarAppUtils::Service< Base > | 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 |
▼CQuasarAppUtils::Service< ISettings > | |
CQuasarAppUtils::ISettings | The Settings class base interface for implementation settings backends. Available implementations: Setting (based on QSettings backend) |
CQuasarAppUtils::SettingsListner | Listner of the ISettings global object. The SettingsListner class is abstrct class and contains only one method for hendling settings changes |
CQuasarAppUtils::ValidableObject | Base interface for all object that can be checked to valid |