17 #ifndef NURIA_ARGUMENTMANAGER_HPP
18 #define NURIA_ARGUMENTMANAGER_HPP
23 #include "essentials.hpp"
51 static QString getValue (
const QString &path,
const QString &defaultValue = QString ());
59 static int getInt (
const QString &path,
int defaultValue = 0,
60 int min = INT_MIN,
int max = INT_MAX,
bool *ok = 0);
66 static bool contains (
const QString &path);
74 #endif // NURIA_ARGUMENTMANAGER_HPP
Provides convenient access to arguments passed to the launcher.
Definition: argumentmanager.hpp:41
Definition: abstractsessionmanager.hpp:24