FIFE  2008.0
FIFE::ConsoleExecuter Class Reference

#include <console.h>

List of all members.

Public Member Functions

virtual ~ConsoleExecuter ()
virtual void onToolsClick ()=0
virtual std::string onConsoleCommand (const std::string &command)=0

Detailed Description

Console executer is listener interface for console activity

Definition at line 45 of file console.h.


Constructor & Destructor Documentation

virtual FIFE::ConsoleExecuter::~ConsoleExecuter ( ) [inline, virtual]

Destructor

Definition at line 49 of file console.h.


Member Function Documentation

virtual std::string FIFE::ConsoleExecuter::onConsoleCommand ( const std::string &  command) [pure virtual]

Called when user has typed command to console and pressed enter

Returns:
response from executer

Referenced by FIFE::Console::execute().

Here is the caller graph for this function:

virtual void FIFE::ConsoleExecuter::onToolsClick ( ) [pure virtual]

Called when console tools button is clicked

Referenced by FIFE::Console::action().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: