#include <BtGuiMenuSystem.h>
Inheritance diagram for BtGuiMenuHelpCB::

Public Methods | |
| BtGuiMenuHelpCB (const BtGuiTkInterpreter &interf, const String &name="") | |
| void | addInfo (String tcl_path, MenuItemBase &item) |
| void | setDescriptionWidget (BtGuiWidget *widget) |
| void | setDescriptionVariable (BtGuiVariable *variable) |
| virtual bool | performeAction (int argc, char **argv) |
NAME: BtGuiMenuHelpCB - special callback for GUI help system
DESCRIPTION:
This is a special version of "BtGuiCallback" that implements a callback functionality that starts the help system of the application.
|
|
See class "BtGuiCallback". |
|
|
adds information on a menu item to be displsyed by the help system. Such information is stored as a list of "BtGuiLabelInfo" objects. |
|
|
this is a specialized version of the callback entry point that starts the help system. Reimplemented from BtGuiCallback. |
|
|
sets the "BtGuiVariable" telling whether the user wants help messages to be shown. |
|
|
sets the "BtGuiWidget" that is supposed to receive the help system output. |