|
Frobby
0.9.5
|
This is the complete list of members for Action, including all inherited members.
| _acceptsNonParameter | Action | protected |
| _description | Action | protected |
| _name | Action | protected |
| _params | Action | protected |
| _printActions | Action | protected |
| _shortDescription | Action | protected |
| acceptsNonParameter() const | Action | |
| Action(const char *name, const char *shortDescription, const char *description, bool acceptsNonParameter) | Action | |
| createActionWithPrefix(const string &prefix) | Action | static |
| displayAction() const | Action | virtual |
| getActionNames(vector< string > &names) | Action | static |
| getDescription() const | Action | |
| getName() const | Action | |
| getParam(const string &name) const | Action | |
| getShortDescription() const | Action | |
| obtainParameters(vector< Parameter * > ¶meters) | Action | virtual |
| parseCommandLine(unsigned int tokenCount, const char **tokens) | Action | virtual |
| perform()=0 | Action | pure virtual |
| processNonParameter(const char *str) | Action | virtual |
| ~Action() | Action | virtual |