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

Public Methods | |
| BtGuiBase (const BtGuiTkInterpreter &interf) | |
| ~BtGuiBase () | |
| const BtGuiTkInterpreter& | getGuiInterpreter () const |
| BtGuiTkInterpreter& | getGuiInterpreter () |
NAME: BtGuiBase - Base class for widgets, variables and callbacks.
DESCRIPTION:
This class is base class for BtGuiWidget, BtGuiVariable and BtGuiCallback. It only contains a pointer to the interpreter class.
|
|
This class has only one constructor. The constructor takes one argument, a reference to an interpreter class. |
|
|
|
|
|
See documentation of one of the overloaded functions. |
|
|
returns a reference to the Tk interpreter. |