gwenhywfar
5.11.1beta
gwenhywfar5
gwen-gui-qt4
qt4dialogbox.hpp
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Tue Feb 16 2010
3
copyright : (C) 2010 by Martin Preuss
4
email : martin@libchipcard.de
5
6
***************************************************************************
7
* Please see toplevel file COPYING for license details *
8
***************************************************************************/
9
10
11
#ifndef QT4_DIALOGBOX_H
12
#define QT4_DIALOGBOX_H
13
14
#include <QDialog>
15
16
17
class
QT4_GuiDialog;
18
19
20
class
QT4_DialogBox
:
public
QDialog {
21
Q_OBJECT
22
public
:
23
QT4_DialogBox
(QT4_GuiDialog *dialog, QWidget *parent=0,
bool
modal=FALSE, Qt::WindowFlags f=0);
24
virtual
~QT4_DialogBox
();
25
26
void
accept
();
27
void
reject
();
28
29
int
cont
();
30
31
void
closeEvent
(QCloseEvent *e);
32
33
void
unlinkFromDialog
();
34
35
public
slots:
36
void
slotActivated
();
37
void
slotValueChanged
();
38
39
protected
:
40
QT4_GuiDialog *
_dialog
;
41
};
42
43
44
45
#endif
46
QT4_DialogBox
Definition:
qt4dialogbox.hpp:20
QT4_DialogBox::slotActivated
void slotActivated()
QT4_DialogBox::slotValueChanged
void slotValueChanged()
QT4_DialogBox::_dialog
QT4_GuiDialog * _dialog
Definition:
qt4dialogbox.hpp:40
QT4_DialogBox::reject
void reject()
QT4_DialogBox::QT4_DialogBox
QT4_DialogBox(QT4_GuiDialog *dialog, QWidget *parent=0, bool modal=FALSE, Qt::WindowFlags f=0)
QT4_DialogBox::~QT4_DialogBox
virtual ~QT4_DialogBox()
QT4_DialogBox::closeEvent
void closeEvent(QCloseEvent *e)
QT4_DialogBox::accept
void accept()
QT4_DialogBox::cont
int cont()
QT4_DialogBox::unlinkFromDialog
void unlinkFromDialog()
Generated by
1.9.1