|
tuned-switcher 1.1.0
Performance profile manager
|
Functions | |
| QString | ProductCompany () |
| QString | ProductCompanyInternal () |
| QString | ProductCopyright () |
| QString | ProductDescription () |
| QString | ProductHomepage () |
| QString | ProductName () |
| QString | ProductNameInternal () |
| QString | ProductVersion () |
| QString | ProductVersionInternal () |
| QString | LauncherName () |
| QString | DomainSchemeName () |
| QString | DataRootPrefix () |
| int | SleepTime () |
| int | TimerDelay () |
| const char * | CategoryNameDbus () |
| const char * | CategoryNameAutorun () |
| const char * | CategoryNameService () |
| const char * | EnvNameGUI () |
| const char * | EnvNameSystemd () |
| const char * | EnvNamePortal () |
Namespace for working with various constants used in project.
| const char * AppConstants::CategoryNameAutorun | ( | ) |
Returns the logging category name for autorun related messages.
| const char * AppConstants::CategoryNameDbus | ( | ) |
Returns the logging category name for DBus related messages.
| const char * AppConstants::CategoryNameService | ( | ) |
Returns the logging category name for system service related messages.
| QString AppConstants::DataRootPrefix | ( | ) |
Returns the data root directory installation prefix.
| QString AppConstants::DomainSchemeName | ( | ) |
Returns the application reverse domain scheme name.
| const char * AppConstants::EnvNameGUI | ( | ) |
Returns the environment variable name used to start the application in GUI mode.
| const char * AppConstants::EnvNamePortal | ( | ) |
Returns the environment variable name used to always use the desktop portal even if the application is not sandboxed.
| const char * AppConstants::EnvNameSystemd | ( | ) |
Returns the environment variable name used to disable built-in systemd dbus API integration.
| QString AppConstants::LauncherName | ( | ) |
Returns the application launcher file name without the .desktop extension.
| QString AppConstants::ProductCompany | ( | ) |
Returns the application company public name. Used as a public name in various dialogs.
| QString AppConstants::ProductCompanyInternal | ( | ) |
Returns the application company internal name. Used as a settings directory name.
| QString AppConstants::ProductCopyright | ( | ) |
Returns the application copyright. Used in various dialogs and messages.
| QString AppConstants::ProductDescription | ( | ) |
Returns the application description. Used in various dialogs and messages.
| QString AppConstants::ProductHomepage | ( | ) |
Returns the application homepage URL. Used in various dialogs and menu items.
| QString AppConstants::ProductName | ( | ) |
Returns the application public name. Used as a public name in various dialogs.
| QString AppConstants::ProductNameInternal | ( | ) |
Returns the application internal name. Used as a settings project name.
| QString AppConstants::ProductVersion | ( | ) |
Returns the application version number prepended with a text string "Version". Used as a version number in various dialogs and messages.
| QString AppConstants::ProductVersionInternal | ( | ) |
Returns the application version number as a string.
| int AppConstants::SleepTime | ( | ) |
Returns the default application sleep time before trying to fetch the available performance profiles.
| int AppConstants::TimerDelay | ( | ) |
Returns the default timer delay in milliseconds before attempting to shut down the application.