A C++ binding for the C module GWEN_WIDGET.
More...
#include <cppwidget.hpp>
|
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) |
|
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.
◆ CppWidget() [1/2]
◆ ~CppWidget()
◆ CppWidget() [2/2]
◆ addChildGuiWidget()
◆ getCharProperty()
virtual const char * getCharProperty |
( |
GWEN_DIALOG_PROPERTY | prop, |
|
|
int | index, |
|
|
const char * | defaultValue ) |
|
protectedvirtual |
◆ getCInterface()
◆ getColumns()
◆ getDialog()
◆ getFlags()
◆ getGroupId()
◆ getHeight()
◆ getIconFileName()
const char * getIconFileName |
( |
| ) |
|
◆ getImageFileName()
const char * getImageFileName |
( |
| ) |
|
◆ getIntProperty()
◆ getName()
◆ getRows()
◆ getText()
const char * getText |
( |
int | idx | ) |
|
◆ getType()
◆ getWidget()
◆ getWidth()
◆ setCharProperty()
virtual int setCharProperty |
( |
GWEN_DIALOG_PROPERTY | prop, |
|
|
int | index, |
|
|
const char * | value, |
|
|
int | doSignal ) |
|
protectedvirtual |
◆ setIntProperty()
◆ CppWidgetLinker
friend class CppWidgetLinker |
|
friend |
◆ _widget
The documentation for this class was generated from the following file: