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

Application adds some helper for application initialization. More...

#include <Application.h>

Inherits QApplication.

Public Member Functions

 Application (int &argc, char **argv)
 Creates a Application object.
 
 ~Application ()
 Destructor.
 
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

Application adds some helper for application initialization.

See also
QApplication

Definition at line 37 of file Application.h.

Member Function Documentation

QString Mdt::Application::cacheDirectoryPath ( )
static

Get path to the cache directory.

Returns StandardPaths::cacheDirectoryPath()

Definition at line 46 of file Application.cpp.

void Mdt::Application::debugEnvironment ( )

Debug environment.

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

Definition at line 61 of file Application.cpp.

void Mdt::Application::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 Application.cpp.


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