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

Provides methods for accessing standard paths. More...

#include <StandardPaths.h>

Static Public Member Functions

static QString logDirectoryPath ()
 Get path to the log file directory. More...
 
static QString cacheDirectoryPath ()
 Get path to the cache directory. More...
 

Detailed Description

Provides methods for accessing standard paths.

This class uses QStandardPaths and adds some additionnal paths defined for the Mdt library.

Definition at line 34 of file StandardPaths.h.

Member Function Documentation

QString Mdt::StandardPaths::cacheDirectoryPath ( )
static

Get path to the cache directory.

Returns a path to a writable location located in QStandardPaths::CacheLocation

Definition at line 37 of file StandardPaths.cpp.

QString Mdt::StandardPaths::logDirectoryPath ( )
static

Get path to the log file directory.

Returns a path to a writable location located in QStandardPaths::AppDataLocation/log

Definition at line 32 of file StandardPaths.cpp.


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