The definition of a command and it's parameters. More...
Collaboration diagram for MAKLogger::DtCommandDefinition:Public Member Functions | |
| DtCommandDefinition (DtLgrCommandType, DtLgrCommandId, DtString, bool commandLine=true) | |
| DtLgrCommandType | type () const |
| DtLgrCommandId | id () const |
| void | setUniqueId (DtLgrCommandType, DtLgrCommandId) |
| DtLgrCommandUniqueId | uniqueId () const |
| void | setName (const DtString &) |
| DtString | name () const |
| DtParameterList & | parameters () |
| const DtParameterList & | parameters () const |
| bool | accessViaCommandLine () const |
Protected Attributes | |
| bool | myAccessViaCommandLine |
| DtCommandDefinitionPair | myDefinition |
The definition of a command and it's parameters.