Frobby
0.9.5
|
#include <PrimaryDecomAction.h>
Public Member Functions | |
PrimaryDecomAction () | |
virtual void | obtainParameters (vector< Parameter * > ¶meters) |
virtual void | perform () |
Public Member Functions inherited from 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) |
virtual bool | displayAction () const |
Returns whether this action should be shown to the user by the help action. More... | |
const Parameter & | getParam (const string &name) const |
Static Public Member Functions | |
static const char * | staticGetName () |
Static Public Member Functions inherited from Action | |
static void | getActionNames (vector< string > &names) |
static auto_ptr< Action > | createActionWithPrefix (const string &prefix) |
Private Attributes | |
SliceParameters | _sliceParams |
IOParameters | _io |
Additional Inherited Members | |
Protected Attributes inherited from Action | |
CliParams | _params |
const char * | _name |
const char * | _shortDescription |
const char * | _description |
bool | _acceptsNonParameter |
BoolParameter | _printActions |
Definition at line 25 of file PrimaryDecomAction.h.
PrimaryDecomAction::PrimaryDecomAction | ( | ) |
Definition at line 24 of file PrimaryDecomAction.cpp.
|
virtual |
Reimplemented from Action.
Definition at line 37 of file PrimaryDecomAction.cpp.
|
virtual |
Implements Action.
Definition at line 43 of file PrimaryDecomAction.cpp.
|
static |
Definition at line 50 of file PrimaryDecomAction.cpp.
|
private |
Definition at line 37 of file PrimaryDecomAction.h.
|
private |
Definition at line 36 of file PrimaryDecomAction.h.