Orxonox  0.0.5 Codename: Arcturus
Namespaces | Functions | Variables
CommandExecutor.cc File Reference

Implementation of CommandExecutor. More...

#include "CommandExecutor.h"
#include "ConsoleCommandIncludes.h"
#include "TclBind.h"
#include "Shell.h"

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

 orxonox::SetConsoleCommand (__CC_CommandExecutor_name, __CC_autocomplete_name,&CommandExecutor::_autocomplete).hide().argumentCompleter(0
 
 orxonox::SetConsoleCommand ("unhide",&CommandExecutor::unhide).argumentCompleter(0
 
 orxonox::SetConsoleCommand ("alias",&CommandExecutor::alias).argumentCompleter(1
 

Variables

static const std::string orxonox::__CC_autocomplete_name = "autocomplete"
 
static const std::string orxonox::__CC_CommandExecutor_name = "CommandExecutor"
 

Detailed Description

Implementation of CommandExecutor.