QXRD
0.11.16
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qxrd
source
qxrdglobalsettings.h
Go to the documentation of this file.
1
#ifndef QXRDGLOBALSETTINGS_H
2
#define QXRDGLOBALSETTINGS_H
3
4
#include "
qcepmacros.h
"
5
#include "
qcepobject.h
"
6
#include <QSettings>
7
#include "
qxrdapplication-ptr.h
"
8
9
class
QxrdGlobalSettings
:
public
QSettings
10
{
11
Q_OBJECT
12
13
public
:
14
QxrdGlobalSettings
(
QxrdApplication
*app);
15
QxrdGlobalSettings
(
const
QString &path, QSettings::Format format = QSettings::IniFormat,
QcepObject
*parent=0);
16
~QxrdGlobalSettings
();
17
18
private
:
19
QxrdApplication
*
m_Application
;
20
};
21
22
#endif
QxrdGlobalSettings::~QxrdGlobalSettings
~QxrdGlobalSettings()
Definition:
qxrdglobalsettings.cpp:21
qxrdapplication-ptr.h
QxrdApplication
Definition:
qxrdapplication.h:27
qcepmacros.h
QxrdGlobalSettings
Definition:
qxrdglobalsettings.h:9
QxrdGlobalSettings::m_Application
QxrdApplication * m_Application
Definition:
qxrdglobalsettings.h:19
QcepObject
Definition:
qcepobject.h:10
QxrdGlobalSettings::QxrdGlobalSettings
QxrdGlobalSettings(QxrdApplication *app)
Definition:
qxrdglobalsettings.cpp:6
qcepobject.h
Generated by
1.8.10