A C++ binding for the C module GWEN_DIALOG.
More...
#include <cppdialog.hpp>
|
| 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) |
|
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.
- Author
- Martin Preussmarti.nosp@m.n@aq.nosp@m.uaman.nosp@m.iac..nosp@m.de
Definition at line 32 of file cppdialog.hpp.
◆ CppDialog() [1/2]
◆ ~CppDialog()
◆ CppDialog() [2/2]
◆ emitSignal()
◆ findWidgetByImplData()
GWEN_WIDGET* findWidgetByImplData |
( |
int |
index, |
|
|
void * |
ptr |
|
) |
| |
|
protected |
◆ findWidgetByName()
◆ getCharProperty()
◆ getCInterface()
◆ getDialog()
◆ getIntProperty()
◆ getWidgets()
GWEN_WIDGET_TREE* getWidgets |
( |
| ) |
const |
|
protected |
◆ setCharProperty()
◆ setIntProperty()
◆ CppDialogLinker
friend class CppDialogLinker |
|
friend |
◆ _dialog
The documentation for this class was generated from the following file: