gwenhywfar
4.8.0beta
|
#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 |
Definition at line 20 of file qt4dialogbox.hpp.
QT4_DialogBox | ( | QT4_GuiDialog * | dialog, |
QWidget * | parent = 0 , |
||
bool | modal = FALSE , |
||
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 26 of file qt4dialogbox.cpp.
|
virtual |
Definition at line 38 of file qt4dialogbox.cpp.
void accept | ( | ) |
Definition at line 43 of file qt4dialogbox.cpp.
Referenced by slotActivated(), and slotValueChanged().
void closeEvent | ( | QCloseEvent * | e | ) |
Definition at line 61 of file qt4dialogbox.cpp.
References _dialog, CppDialog::getCInterface(), GWEN_Dialog_EmitSignal(), GWEN_DialogEvent_ResultReject, and GWEN_DialogEvent_TypeClose.
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().
|
slot |
Definition at line 83 of file qt4dialogbox.cpp.
References _dialog, accept(), DBG_INFO, CppDialog::getCInterface(), GWEN_Dialog_EmitSignal(), GWEN_Dialog_FindWidgetByImplData(), GWEN_DialogEvent_ResultAccept, GWEN_DialogEvent_ResultNotHandled, GWEN_DialogEvent_ResultReject, GWEN_DialogEvent_TypeActivated, GWEN_LOGDOMAIN, GWEN_Widget_GetDialog(), GWEN_Widget_GetName(), GWEN_Widget_GetType(), GWEN_Widget_Type_toString(), GWEN_Widget_TypeCheckBox, GWEN_Widget_TypeComboBox, GWEN_Widget_TypeDialog, GWEN_Widget_TypeGridLayout, GWEN_Widget_TypeGroupBox, GWEN_Widget_TypeHLayout, GWEN_Widget_TypeHLine, GWEN_Widget_TypeHSpacer, GWEN_Widget_TypeLabel, GWEN_Widget_TypeLineEdit, GWEN_Widget_TypeListBox, GWEN_Widget_TypeNone, GWEN_Widget_TypeProgressBar, GWEN_Widget_TypePushButton, GWEN_Widget_TypeRadioButton, GWEN_Widget_TypeScrollArea, GWEN_Widget_TypeSpinBox, GWEN_Widget_TypeTabBook, GWEN_Widget_TypeTabPage, GWEN_Widget_TypeTextBrowser, GWEN_Widget_TypeTextEdit, GWEN_Widget_TypeUnknown, GWEN_Widget_TypeVLayout, GWEN_Widget_TypeVLine, GWEN_Widget_TypeVSpacer, GWEN_Widget_TypeWidgetStack, NULL, QT4_DIALOG_WIDGET_REAL, and reject().
|
slot |
Definition at line 151 of file qt4dialogbox.cpp.
References _dialog, accept(), DBG_INFO, CppDialog::getCInterface(), GWEN_Dialog_EmitSignal(), GWEN_Dialog_FindWidgetByImplData(), GWEN_DialogEvent_ResultAccept, GWEN_DialogEvent_ResultNotHandled, GWEN_DialogEvent_ResultReject, GWEN_DialogEvent_TypeValueChanged, GWEN_LOGDOMAIN, GWEN_Widget_GetDialog(), GWEN_Widget_GetName(), GWEN_Widget_GetType(), GWEN_Widget_Type_toString(), GWEN_Widget_TypeCheckBox, GWEN_Widget_TypeComboBox, GWEN_Widget_TypeDialog, GWEN_Widget_TypeGridLayout, GWEN_Widget_TypeGroupBox, GWEN_Widget_TypeHLayout, GWEN_Widget_TypeHLine, GWEN_Widget_TypeHSpacer, GWEN_Widget_TypeLabel, GWEN_Widget_TypeLineEdit, GWEN_Widget_TypeListBox, GWEN_Widget_TypeNone, GWEN_Widget_TypeProgressBar, GWEN_Widget_TypePushButton, GWEN_Widget_TypeRadioButton, GWEN_Widget_TypeScrollArea, GWEN_Widget_TypeSpinBox, GWEN_Widget_TypeTabBook, GWEN_Widget_TypeTabPage, GWEN_Widget_TypeTextBrowser, GWEN_Widget_TypeTextEdit, GWEN_Widget_TypeUnknown, GWEN_Widget_TypeVLayout, GWEN_Widget_TypeVLine, GWEN_Widget_TypeVSpacer, GWEN_Widget_TypeWidgetStack, NULL, QT4_DIALOG_WIDGET_REAL, and reject().
void unlinkFromDialog | ( | ) |
Definition at line 77 of file qt4dialogbox.cpp.
Referenced by QT4_GuiDialog::~QT4_GuiDialog().
|
protected |
Definition at line 40 of file qt4dialogbox.hpp.
Referenced by closeEvent(), slotActivated(), slotValueChanged(), and unlinkFromDialog().