A C++ binding for the C module GWEN_WIDGET.
More...
#include <cppwidget.hpp>
Protected Member Functions |
virtual int | addChildGuiWidget (GWEN_WIDGET *wChild) |
| CppWidget () |
virtual const char * | getCharProperty (GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue) |
virtual int | getIntProperty (GWEN_DIALOG_PROPERTY prop, int index, int defaultValue) |
virtual int | setCharProperty (GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal) |
virtual int | setIntProperty (GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal) |
Detailed Description
A C++ binding for the C module GWEN_WIDGET.
This class simply is a C++ binding for the C module GWEN_WIDGET. It redirects C callbacks used by GWEN_WIDGET 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 cppwidget.hpp.
Constructor & Destructor Documentation
Member Function Documentation
virtual const char* getCharProperty |
( |
GWEN_DIALOG_PROPERTY |
prop, |
|
|
int |
index, |
|
|
const char * |
defaultValue |
|
) |
| |
|
protectedvirtual |
const char* getIconFileName |
( |
| ) |
|
const char* getImageFileName |
( |
| ) |
|
const char* getText |
( |
int |
idx | ) |
|
virtual int setCharProperty |
( |
GWEN_DIALOG_PROPERTY |
prop, |
|
|
int |
index, |
|
|
const char * |
value, |
|
|
int |
doSignal |
|
) |
| |
|
protectedvirtual |
Friends And Related Function Documentation
friend class CppWidgetLinker |
|
friend |
Field Documentation
The documentation for this class was generated from the following file: