QCommand Member List
This is the complete list of members for
QCommand, including all inherited members.
AddBoolToAnswer(const std::string &parName, bool val) | QCommand | [protected] |
AddDoubleToAnswer(const std::string &parName, double val) | QCommand | [protected] |
AddIntToAnswer(const std::string &parName, int val) | QCommand | [protected] |
AddStringToAnswer(const std::string &parName, const std::string &val) | QCommand | [protected] |
AddToAnswer(const std::string &parName, const std::list< std::string > &values) | QCommand | [protected] |
CheckParams()=0 | QCommand | [pure virtual] |
Execute()=0 | QCommand | [pure virtual] |
fAnswerMap | QCommand | [private] |
fHasError | QCommand | [private] |
fModifier | QCommand | [private] |
fParamMap | QCommand | [private] |
GetAnswerMap() const | QCommand | [inline] |
GetBool(const std::string &name, bool &val) const | QCommand | [protected] |
GetBoolList(const std::string &name, std::list< bool > &values) const | QCommand | [protected] |
GetDouble(const std::string &name, double &val) const | QCommand | [protected] |
GetDoubleList(const std::string &name, std::list< double > &values) const | QCommand | [protected] |
GetInt(const std::string &name, int &val) const | QCommand | [protected] |
GetIntList(const std::string &name, std::list< int > &values) const | QCommand | [protected] |
GetModifier() const | QCommand | [inline, protected] |
GetParMap() const | QCommand | [inline, protected] |
GetString(const std::string &name, std::string &val) const | QCommand | [protected] |
GetStringList(const std::string &name, std::list< std::string > &values) const | QCommand | [protected] |
IsParamDefined(const std::string &name) const | QCommand | [protected] |
IsValid() const | QCommand | [inline] |
QBaseCmdParser (defined in QCommand) | QCommand | [friend] |
QCommand() | QCommand | |
Reset() | QCommand | [private] |
SetError(const QError &err) | QCommand | [protected] |
SetModifier(const std::string &mod) | QCommand | [inline, private] |
SetParams(const std::map< std::string, std::list< std::string > > &parMap) | QCommand | [inline, private] |
SetSuccess() | QCommand | [inline, protected] |
~QCommand() | QCommand | [virtual] |