#include <VP1Settings.h>
Definition at line 23 of file VP1Settings.h.
◆ VP1Settings()
| VP1Settings::VP1Settings |
( |
| ) |
|
|
private |
◆ ~VP1Settings()
| VP1Settings::~VP1Settings |
( |
| ) |
|
|
private |
◆ defaultFileSelectDirectory()
| QString VP1Settings::defaultFileSelectDirectory |
( |
| ) |
|
|
static |
Definition at line 22 of file VP1Settings.cxx.
23{
24 static QString thedir;
25 if (thedir.isEmpty()) {
26 #if defined BUILDVP1LIGHT
28 #else
30 #endif
31 if (thedir.isEmpty()||!QFileInfo(thedir).
isDir()||!QFileInfo(thedir).
exists())
32 thedir = QDir::currentPath();
33 }
34 return thedir;
35}
static QString expertSettingValue(const QString &type, const QString &name)
static QString environmentVariableValue(const QString &name)
bool exists(const std::string &filename)
does a file exist
The documentation for this class was generated from the following files: