Multi diag tools
|
Implementation for Application and related classes. More...
#include <ApplicationImpl.h>
Public Member Functions | |
ApplicationImpl ()=default | |
Constructor. | |
~ApplicationImpl ()=default | |
Destructor. | |
QStringList | environmentEntries () |
Get environment entries. | |
![]() | |
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 | |
![]() | |
![]() | |
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.