Command Member List

This is the complete list of members for Command, including all inherited members.
allowMultipleCalls_Command [protected]
argumentNum_Command [protected]
cast(const std::string &s)Command [inline, protected]
checkParameters(const std::vector< std::string > &parameters)Command [virtual]
Command(const std::string &name, const std::string &shortName="", const std::string &infoText="", const std::string &parameterList="", const int argumentNum=1, const bool allowMultipleCalls=false)Command
execute(const std::vector< std::string > &parameters)=0Command [pure virtual]
getAllowMultipleCalls()Command
getArgumentNumber()Command
getInfoText()Command
getName()Command
getParameterList()Command
getShortName()Command
help()Command [virtual]
infoText_Command [protected]
is(const std::string &s)Command [inline, protected]
isValueInSet(const std::string &value, const std::set< std::string > &set)Command [protected]
loggerCat_Command [protected]
name_Command [protected]
parameterList_Command [protected]
shortName_Command [protected]
usage()Command [virtual]
~Command() (defined in Command)Command [virtual]