#include <WidgetBase.h>
Inheritance diagram for GUI::WidgetBase:
Public Member Functions | |
WidgetBase (const WindowHandle &h) | |
Construct a new WindgetBase object. | |
const WindowHandle & | getHandle () const |
Return the widget window handle. | |
void | show () |
Display the widget. |
GUI::WidgetBase::WidgetBase | ( | const WindowHandle & | h | ) |
Construct a new WindgetBase object.
h | the window handle |
const WindowHandle & GUI::WidgetBase::getHandle | ( | ) | const |
Return the widget window handle.