13#include <gwen-gui-cpp/cppdialog.hpp>
16#include <gwenhywfar/dialog_be.h>
17#include <gwenhywfar/widget_be.h>
29#define QT4_DIALOG_WIDGET_REAL 0
30#define QT4_DIALOG_WIDGET_CONTENT 1
31#define QT4_DIALOG_WIDGET_LAYOUT 2
42 bool setup(QWidget *parentWindow);
79 const char *defaultValue);
A C++ binding for the C module GWEN_DIALOG.
virtual int setIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
bool setup(QWidget *parentWindow)
int runDialog(bool untilEnd)
static QT4_GuiDialog * getDialog(GWEN_DIALOG *dlg)
virtual const char * getCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)
virtual int setCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
QT4_DialogBox * getMainWindow()
QT4_DialogBox * _mainWidget
int setupTree(GWEN_WIDGET *w)
virtual int getIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
struct GWEN_DIALOG GWEN_DIALOG