Kooky
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
coptions.h
Go to the documentation of this file.
1
19
#ifndef COPTIONS_H
20
#define COPTIONS_H
21
22
#include "
cmainwindow.h
"
23
24
#include <QDialog>
25
#include <QStandardItemModel>
26
#include <QItemSelection>
27
28
29
namespace
Ui
{
30
class
cOptions
;
31
}
32
37
class
cOptions
:
public
QDialog
38
{
39
Q_OBJECT
40
41
public
:
47
explicit
cOptions
(QWidget *parent = 0);
52
~
cOptions
();
53
54
private
slots:
61
void
onOptionsTreeSelectionChanged(
const
QItemSelection& selected,
const
QItemSelection& deselected);
62
63
private
:
64
Ui::cOptions*
ui
;
65
cMainWindow
*
m_lpMainWindow
;
66
QList<cPlugin*>
m_pluginList
;
67
QStandardItemModel*
m_lpOptionsTreeModel
;
69
protected
:
74
void
init();
75
};
76
77
#endif // COPTIONS_H
cmainwindow.h
cOptions::m_lpMainWindow
cMainWindow * m_lpMainWindow
Definition:
coptions.h:65
cOptions::ui
Ui::cOptions * ui
Definition:
coptions.h:64
Ui
Definition:
cconfigdialog.h:27
cOptions::m_pluginList
QList< cPlugin * > m_pluginList
Definition:
coptions.h:66
cOptions::m_lpOptionsTreeModel
QStandardItemModel * m_lpOptionsTreeModel
Definition:
coptions.h:67
cMainWindow
This is the class that implements the main window.
Definition:
cmainwindow.h:42
cOptions
This dialog displays all options.
Definition:
coptions.h:37
Kooky
coptions.h
Generated by
1.8.11