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

Public Methods | |
| BtGuiExitCB (const BtGuiTkInterpreter &interf, const String &name="") | |
| virtual bool | performeAction (int argc, char **argv) |
NAME: BtGuiExitCB - special callback for GUI exit
DESCRIPTION:
This is a special version of "BtGuiCallback" that implements a callback functionality that exits the application.
|
|
|
|
|
this is a specialized version of the callback entry point that exits the application. Reimplemented from BtGuiCallback. |