Frobby 0.9.5
|
#include <HelpAction.h>
Public Member Functions | |
HelpAction () | |
virtual void | obtainParameters (vector< Parameter * > ¶meters) |
virtual void | processNonParameter (const char *str) |
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 | 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) |
Private Member Functions | |
void | displayActionHelp (Action &action) |
void | displayIOHelp () |
Private Attributes | |
string | _topic |
Additional Inherited Members | |
![]() | |
CliParams | _params |
const char * | _name |
const char * | _shortDescription |
const char * | _description |
bool | _acceptsNonParameter |
BoolParameter | _printActions |
Definition at line 23 of file HelpAction.h.
HelpAction::HelpAction | ( | ) |
Definition at line 31 of file HelpAction.cpp.
|
virtual |
Returns whether this action should be shown to the user by the help action.
Reimplemented from Action.
Definition at line 199 of file HelpAction.cpp.
Definition at line 60 of file HelpAction.cpp.
|
private |
Definition at line 87 of file HelpAction.cpp.
Reimplemented from Action.
Definition at line 44 of file HelpAction.cpp.
|
virtual |
Implements Action.
Definition at line 147 of file HelpAction.cpp.
Reimplemented from Action.
Definition at line 47 of file HelpAction.cpp.
Definition at line 195 of file HelpAction.cpp.
|
private |
Definition at line 40 of file HelpAction.h.