#include <bbtkWxGUICommand.h>

Public Member Functions | |
| WxGUICommandUser () | |
| virtual | ~WxGUICommandUser () |
| virtual void | WxGUICommandEnter (const std::string &command) |
| Callback invoked when a command is entered in the WxGUICommand. | |
Definition at line 60 of file bbtkWxGUICommand.h.
| bbtk::WxGUICommandUser::WxGUICommandUser | ( | ) | [inline] |
| virtual bbtk::WxGUICommandUser::~WxGUICommandUser | ( | ) | [inline, virtual] |
| virtual void bbtk::WxGUICommandUser::WxGUICommandEnter | ( | const std::string & | command | ) | [inline, virtual] |
Callback invoked when a command is entered in the WxGUICommand.
Reimplemented in bbtk::WxGUIConsole, and bbtk::WxGUIScriptingInterface.
Definition at line 66 of file bbtkWxGUICommand.h.
Referenced by bbtk::WxGUICommand::SendCommand().

1.5.7.1