#include <omCommand.h>
Inheritance diagram for omCommand:
Public Member Functions | |
omCommand () | |
omCommand (wxString, wxString) | |
omCommand (wxString) | |
omCommand (wxString, wxArrayString) | |
wxString | GetCommand () |
wxString | GetParameter (int) |
wxString | GetParameter () |
wxArrayString | GetParameters () |
int | GetParCount () |
void | SetCommand (wxString) |
void | AddParameter (wxString) |
Private Attributes | |
wxString | command |
Command Code. | |
wxArrayString | parameters |
Parameters. |
This class is used store a OpenMAIA command.
|
Initialize a void omCommand class. |
|
Initialize the class with a command and a single parameter.
|
|
Initialize the class with a command.
|
|
Initialize the class with a command and a some parameters.
|
|
Set parameters
|
|
Get stored command.
|
|
Get the first stored parameter.
|
|
Get a stored parameter.
|
|
Get all stored parameters as a wxArrayString.
|
|
Get the number of stored parameters.
|
|
Set command.
|
|
Command Code.
|
|
Parameters.
|
Copyright © by Luca Clivio |