|
Multi diag tools
|
Implementation for Application and related classes. More...
#include <ApplicationImpl.h>
Inheritance diagram for Mdt::ApplicationImpl:
Collaboration diagram for Mdt::ApplicationImpl:Public Member Functions | |
| ApplicationImpl ()=default | |
| Constructor. | |
| ~ApplicationImpl ()=default | |
| Destructor. | |
| QStringList | environmentEntries () |
| Get environment entries. | |
Public Member Functions inherited from Mdt::CoreApplicationImpl | |
| CoreApplicationImpl () | |
| Constructor. | |
| ~CoreApplicationImpl () | |
| Destructor. | |
| void | enableFileLogging (LogFileNameFormat format) |
| Enable file logging. | |
| bool | isFileLoggingEnabled () const |
| Check if file logging is enabled. | |
| QString | logFilePath () |
| Get the path to the log file. | |
| void | debugEnvironment (const QStringList &entries) |
| Debug environment. | |
| QStringList | commonEnvironmentEntries () |
| Get common environment entries. | |
Additional Inherited Members | |
Public Types inherited from Mdt::CoreApplicationImpl | |
Static Public Member Functions inherited from Mdt::CoreApplicationImpl | |
| static QString | logDirectoryPath () |
| Get the path to log file directory. More... | |
| static QString | cacheDirectoryPath () |
| Get path to the cache directory. More... | |
| static QString | qtVersion () |
| Get Qt library version. | |
| static QString | mdtVersion () |
| Get Mdt library version. | |
Implementation for Application and related classes.
Definition at line 30 of file ApplicationImpl.h.
1.8.11