Orxonox
0.0.5 Codename: Arcturus
|
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/libraries/core/input/InputCommands.h>
Public Member Functions | |
virtual SimpleCommand * | clone () override |
virtual bool | execute (float abs=1.0f, float rel=1.0f) override |
Executes a simple command with no additional paramters. More... | |
virtual CommandEvaluation * | getEvaluation () override |
Returns a pointer to the encapsuled evaluation. More... | |
Public Member Functions inherited from orxonox::BaseCommand | |
BaseCommand () | |
virtual | ~BaseCommand ()=default |
bool | hasFixedKeybindMode () const |
void | setFixedKeybindMode (bool fixed) |
Public Attributes | |
CommandEvaluation | evaluation_ |
|
inlineoverridevirtual |
Implements orxonox::BaseCommand.
|
inlineoverridevirtual |
Executes a simple command with no additional paramters.
Implements orxonox::BaseCommand.
|
inlineoverridevirtual |
Returns a pointer to the encapsuled evaluation.
Implements orxonox::BaseCommand.
CommandEvaluation orxonox::SimpleCommand::evaluation_ |