Multi diag tools
Public Member Functions | Static Public Member Functions | List of all members
Mdt::CoreApplication Class Reference

CoreApplication adds some helper to QCoreApplication for application initialization. More...

#include <CoreApplication.h>

Inherits QCoreApplication.

Public Member Functions

 CoreApplication (int &argc, char **argv)
 Construct a core application.
 
 ~CoreApplication ()
 Destroy the core application object.
 
void enableFileLogging ()
 Enable file logging. More...
 
QString logFilePath ()
 Get the path to the log file.
 
void debugEnvironment ()
 Debug environment. More...
 

Static Public Member Functions

static QString cacheDirectoryPath ()
 Get path to the cache directory. More...
 
static QString qtVersion ()
 Get Qt library version.
 
static QString mdtVersion ()
 Get Mdt library version.
 

Detailed Description

CoreApplication adds some helper to QCoreApplication for application initialization.

See also
QCoreApplication

Definition at line 37 of file CoreApplication.h.

Member Function Documentation

QString Mdt::CoreApplication::cacheDirectoryPath ( )
static

Get path to the cache directory.

Returns StandardPaths::cacheDirectoryPath()

Definition at line 46 of file CoreApplication.cpp.

void Mdt::CoreApplication::debugEnvironment ( )

Debug environment.

Will print various informations, like libraries versions, paths to some directories, etc.. to the console.

Definition at line 61 of file CoreApplication.cpp.

void Mdt::CoreApplication::enableFileLogging ( )

Enable file logging.

After file logging was enabled, errors that are committed using Mdt::Error::commit() are added to the log file logFilePath() .

Definition at line 36 of file CoreApplication.cpp.


The documentation for this class was generated from the following files: