|
FIFE
|
Console executer is listener interface for console activity. More...
#include <console.h>
Collaboration diagram for FIFE::ConsoleExecuter:Public Member Functions | |
| virtual | ~ConsoleExecuter () |
| Destructor. More... | |
| virtual void | onToolsClick ()=0 |
| Called when console tools button is clicked. More... | |
| virtual std::string | onConsoleCommand (const std::string &command)=0 |
| Called when user has typed command to console and pressed enter. More... | |
Console executer is listener interface for console activity.
|
inlinevirtual |
|
pure virtual |
Called when user has typed command to console and pressed enter.
Referenced by FIFE::Console::execute().
Here is the caller graph for this function:
|
pure virtual |
Called when console tools button is clicked.
Referenced by FIFE::Console::action().
Here is the caller graph for this function: