52#include <qapplication.h>
81 bool getBool(
const QString&
key,
bool def =
false);
84 long getNumber(
const QString&
key,
long def = 0);
87 double getDouble(
const QString&
key,
double def = 0.0);
120#include "templexports.h"
130inline const QString& Preferences::file() {
return file_; };
132inline const QString& Preferences::format() {
return format_; }
134inline bool Preferences::fileState() {
return filestate_; }
136inline bool Preferences::formatState() {
return formatstate_; }
138inline void Preferences::setGroup(
const QString&
group) { currentgroup_ =
group; }
140inline const QString& Preferences::getGroup() {
return currentgroup_; }
Definition preferences.h:60