#include <database.h>
A CommandSettings object defines the settings for a given command. Commands are registered with SDKDatabaseInterface::AddCommand().
Public Member Functions | |
| CommandSettings () | |
| MAXON_IMPLICIT | CommandSettings (const String &id, const String &name, const String &path) |
Public Attributes | |
| String | _commandID |
| String | _commandName |
| String | _commandPath |
| CommandSettings | ( | ) |
| MAXON_IMPLICIT CommandSettings | ( | const String & | id, |
| const String & | name, | ||
| const String & | path | ||
| ) |
Constructor creating command settings The preferred way to create a CommandSettings object.
| [in] | id | ID of the command. |
| [in] | name | Name of the command (GUI display). |
| [in] | path | Menu path of the command (GUI display). |
| String _commandID |
ID of the command.
| String _commandName |
Name of the command.
| String _commandPath |
Path of the command.