gwenhywfar 5.10.1
Public Slots | Public Member Functions | Protected Attributes
QT5_DialogBox Class Reference

#include <qt5dialogbox.hpp>

Inheritance diagram for QT5_DialogBox:
Inheritance graph
[legend]
Collaboration diagram for QT5_DialogBox:
Collaboration graph
[legend]

Public Slots

void slotActivated ()
 
void slotValueChanged ()
 

Public Member Functions

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

Protected Attributes

QT5_GuiDialog_dialog
 

Detailed Description

Definition at line 20 of file qt5dialogbox.hpp.

Constructor & Destructor Documentation

◆ QT5_DialogBox()

QT5_DialogBox ( QT5_GuiDialog dialog,
QWidget *  parent = 0,
bool  modal = false,
Qt::WindowFlags  f = 0 
)

Definition at line 26 of file qt5dialogbox.cpp.

◆ ~QT5_DialogBox()

~QT5_DialogBox ( )
virtual

Definition at line 37 of file qt5dialogbox.cpp.

Member Function Documentation

◆ accept()

void accept ( )

Definition at line 42 of file qt5dialogbox.cpp.

Referenced by slotActivated(), and slotValueChanged().

Here is the caller graph for this function:

◆ closeEvent()

void closeEvent ( QCloseEvent *  e)

Definition at line 60 of file qt5dialogbox.cpp.

References _dialog, CppDialog::getCInterface(), GWEN_Dialog_EmitSignal(), GWEN_DialogEvent_ResultReject, and GWEN_DialogEvent_TypeClose.

Here is the call graph for this function:

◆ cont()

int cont ( )

Definition at line 54 of file qt5dialogbox.cpp.

Referenced by QT5_GuiDialog::runDialog().

Here is the caller graph for this function:

◆ reject()

void reject ( )

Definition at line 48 of file qt5dialogbox.cpp.

Referenced by slotActivated(), and slotValueChanged().

Here is the caller graph for this function:

◆ slotActivated

void slotActivated ( )
slot

◆ slotValueChanged

void slotValueChanged ( )
slot

◆ unlinkFromDialog()

void unlinkFromDialog ( )

Definition at line 76 of file qt5dialogbox.cpp.

References _dialog, and NULL.

Referenced by QT5_GuiDialog::~QT5_GuiDialog().

Here is the caller graph for this function:

Field Documentation

◆ _dialog

QT5_GuiDialog* _dialog
protected

Definition at line 40 of file qt5dialogbox.hpp.

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


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