Frobby 0.9.5
|
#include <TestAction.h>
Public Member Functions | |
TestAction () | |
virtual void | obtainParameters (vector< Parameter * > ¶meters) |
virtual void | perform () |
virtual bool | displayAction () const |
Returns whether this action should be shown to the user by the help action. | |
![]() | |
Action (const char *name, const char *shortDescription, const char *description, bool acceptsNonParameter) | |
virtual | ~Action () |
const char * | getName () const |
const char * | getShortDescription () const |
const char * | getDescription () const |
bool | acceptsNonParameter () const |
virtual void | processNonParameter (const char *str) |
virtual void | parseCommandLine (unsigned int tokenCount, const char **tokens) |
const Parameter & | getParam (const string &name) const |
Static Public Member Functions | |
static const char * | staticGetName () |
![]() | |
static void | getActionNames (vector< string > &names) |
static auto_ptr< Action > | createActionWithPrefix (const string &prefix) |
Additional Inherited Members | |
![]() | |
CliParams | _params |
const char * | _name |
const char * | _shortDescription |
const char * | _description |
bool | _acceptsNonParameter |
BoolParameter | _printActions |
Definition at line 23 of file TestAction.h.
TestAction::TestAction | ( | ) |
Definition at line 25 of file TestAction.cpp.
|
virtual |
Returns whether this action should be shown to the user by the help action.
Reimplemented from Action.
Definition at line 54 of file TestAction.cpp.
Reimplemented from Action.
Definition at line 33 of file TestAction.cpp.
|
virtual |
Implements Action.
Definition at line 36 of file TestAction.cpp.
Definition at line 50 of file TestAction.cpp.