|
gwenhywfar
4.10.0beta
|
A C++ binding for the C module GWEN_WIDGET. More...
#include <cppwidget.hpp>
Public Member Functions | |
| CppWidget (GWEN_WIDGET *w) | |
| GWEN_WIDGET * | getCInterface () |
| int | getColumns () |
| CppDialog * | getDialog () |
| uint32_t | getFlags () |
| int | getGroupId () |
| int | getHeight () |
| const char * | getIconFileName () |
| const char * | getImageFileName () |
| const char * | getName () |
| int | getRows () |
| const char * | getText (int idx) |
| GWEN_WIDGET_TYPE | getType () |
| int | getWidth () |
| virtual | ~CppWidget () |
Static Public Member Functions | |
| static CPPGUI_API CppWidget * | getWidget (GWEN_WIDGET *w) |
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) |
Protected Attributes | |
| GWEN_WIDGET * | _widget |
Friends | |
| class | CppWidgetLinker |
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.
Definition at line 32 of file cppwidget.hpp.
| CppWidget | ( | GWEN_WIDGET * | w | ) |
|
virtual |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
| GWEN_WIDGET* getCInterface | ( | ) |
| int getColumns | ( | ) |
| CppDialog* getDialog | ( | ) |
| uint32_t getFlags | ( | ) |
| int getGroupId | ( | ) |
| int getHeight | ( | ) |
| const char* getIconFileName | ( | ) |
| const char* getImageFileName | ( | ) |
|
protectedvirtual |
| const char* getName | ( | ) |
| int getRows | ( | ) |
| const char* getText | ( | int | idx | ) |
| GWEN_WIDGET_TYPE getType | ( | ) |
|
static |
| int getWidth | ( | ) |
|
protectedvirtual |
|
protectedvirtual |
|
friend |
Definition at line 33 of file cppwidget.hpp.
|
protected |
Definition at line 66 of file cppwidget.hpp.
1.8.6