#include <BtGuiWidgetGen.h>
Inheritance diagram for BtGuiWidgetGen::

Public Methods | |
| BtGuiWidgetGen (const BtGuiTkInterpreter &interf, const String &type, const String &name="") | |
| BtGuiWidgetGen (const BtGuiTkInterpreter &interf, const String &type, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiWidgetGen () | |
| virtual bool | create () |
| virtual BtGuiWidget* | getSubwidget (const String &type, const String &name, bool no_prev_check=false) |
NAME: BtGuiWidgetGen - Generic widget
DESCRIPTION:
Generic widget class wrapper derived from the base class "BtGuiWidget".
|
|
See class "BtGuiWidget". |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
create the widget and display it. This is a pure virtual function that needs to be defined in derived classes. Reimplemented from BtGuiWidget. |
|
|
return a pointer to a subwidget, typically used when dealing with Tix meta widgets. |