A C++ binding for the C module GWEN_DIALOG.
More...
#include <cppdialog.hpp>
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) |
Detailed Description
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.
Constructor & Destructor Documentation
Member Function Documentation
GWEN_WIDGET* findWidgetByImplData |
( |
int |
index, |
|
|
void * |
ptr |
|
) |
| |
|
protected |
GWEN_WIDGET_TREE* getWidgets |
( |
| ) |
const |
|
protected |
Friends And Related Function Documentation
friend class CppDialogLinker |
|
friend |
Field Documentation
The documentation for this class was generated from the following file: