|
gwenhywfar
4.10.0beta
|
A C++ binding for the C module GWEN_DIALOG. More...
#include <cppdialog.hpp>
Public Member Functions | |
| CppDialog (GWEN_DIALOG *dlg) | |
| GWEN_DIALOG * | getCInterface () |
| virtual | ~CppDialog () |
Static Public Member Functions | |
| static CPPGUI_API CppDialog * | getDialog (GWEN_DIALOG *dlg) |
Protected Member Functions | |
| CppDialog () | |
| int | emitSignal (GWEN_DIALOG_EVENTTYPE t, const char *sender) |
| GWEN_WIDGET * | findWidgetByImplData (int index, void *ptr) |
| GWEN_WIDGET * | findWidgetByName (const char *name) |
| virtual const char * | getCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue) |
| virtual int | getIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue) |
| GWEN_WIDGET_TREE * | getWidgets () const |
| virtual int | setCharProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal) |
| virtual int | setIntProperty (GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal) |
Protected Attributes | |
| GWEN_DIALOG * | _dialog |
Friends | |
| class | CppDialogLinker |
A C++ binding for the C module GWEN_DIALOG.
This class simply is a C++ binding for the C module GWEN_DIALOG. It redirects C callbacks used by GWEN_DIALOG to virtual functions in this class.
Definition at line 32 of file cppdialog.hpp.
| CppDialog | ( | GWEN_DIALOG * | dlg | ) |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
| GWEN_DIALOG* getCInterface | ( | ) |
|
static |
|
protectedvirtual |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
friend |
Definition at line 33 of file cppdialog.hpp.
|
protected |
Definition at line 50 of file cppdialog.hpp.
1.8.6