|
| NSMCommand (const Enum &e) |
|
| NSMCommand (const NSMCommand &cmd) |
|
| NSMCommand (const char *label) |
|
| NSMCommand (const std::string &label) |
|
| NSMCommand (int id) |
|
| NSMCommand (int id, const char *label) |
|
const NSMCommand & | operator= (const NSMCommand &command) |
| Operator =.
|
|
const NSMCommand & | operator= (const std::string &label) |
|
const NSMCommand & | operator= (const char *label) |
|
const NSMCommand & | operator= (int id) |
|
int | getId () const |
|
const char * | getLabel () const |
|
const std::string & | getLabelString () const |
|
bool | operator== (const Enum &e) const |
|
bool | operator== (const std::string &label) const |
|
bool | operator!= (const Enum &e) const |
|
bool | operator!= (const std::string &label) const |
|
|
int | m_id |
|
std::string | m_label |
|
Definition at line 19 of file NSMCommand.h.
The documentation for this class was generated from the following files: