gwenhywfar 4.0.3
Public Slots | Public Member Functions | Protected Attributes

QT4_DialogBox Class Reference

#include <qt4dialogbox.hpp>

Public Slots

void slotActivated ()
void slotValueChanged ()

Public Member Functions

void accept ()
void closeEvent (QCloseEvent *e)
int cont ()
 QT4_DialogBox (QT4_GuiDialog *dialog, QWidget *parent=0, bool modal=FALSE, Qt::WindowFlags f=0)
void reject ()
void unlinkFromDialog ()
virtual ~QT4_DialogBox ()

Protected Attributes

QT4_GuiDialog_dialog

Detailed Description

Definition at line 20 of file qt4dialogbox.hpp.


Constructor & Destructor Documentation

QT4_DialogBox ( QT4_GuiDialog dialog,
QWidget *  parent = 0,
bool  modal = FALSE,
Qt::WindowFlags  f = 0 
)

Definition at line 26 of file qt4dialogbox.cpp.

~QT4_DialogBox ( ) [virtual]

Definition at line 38 of file qt4dialogbox.cpp.


Member Function Documentation

void accept ( )

Definition at line 43 of file qt4dialogbox.cpp.

Referenced by slotActivated(), and slotValueChanged().

void closeEvent ( QCloseEvent *  e)
int cont ( )

Definition at line 55 of file qt4dialogbox.cpp.

Referenced by QT4_GuiDialog::runDialog().

void reject ( )

Definition at line 49 of file qt4dialogbox.cpp.

Referenced by slotActivated(), and slotValueChanged().

void slotActivated ( ) [slot]
void slotValueChanged ( ) [slot]
void unlinkFromDialog ( )

Definition at line 77 of file qt4dialogbox.cpp.

References _dialog, and NULL.

Referenced by QT4_GuiDialog::~QT4_GuiDialog().


Field Documentation

QT4_GuiDialog* _dialog [protected]

Definition at line 40 of file qt4dialogbox.hpp.

Referenced by closeEvent(), slotActivated(), slotValueChanged(), and unlinkFromDialog().


The documentation for this class was generated from the following files: