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

Public Methods | |
| BtGuiBuildMenuSystem (const BtGuiTkInterpreter &interf, const String &name="") | |
| ~BtGuiBuildMenuSystem () | |
| void | setMenuSystem (MenuSystem &menu) |
| void | setMenuSystem (MenuSystem *menu) |
| virtual bool | performeAction (int argc, char **argv) |
NAME: BtGuiBuildMenuSystem -
DESCRIPTION:
This is a utility class used to create the widgets in a menu system.
|
|
The class has only one constructor, accepting a Tk interpreter object and the name of the callback action. |
|
|
|
|
|
creates a new menu widget based on the currently referred "MenuSystem" object. Reimplemented from BtGuiCallback. |
|
|
See documentation of one of the overloaded functions. |
|
|
sets the internal menu system handle to the "MenuSystem" object indicated by the input argument. |