#include <database.h>
Settings to register a classic (CommandData) command in the database. Classic commands are registered with SDKDatabaseInterface::AddClassicCommand().
Public Member Functions | |
ClassicCommandSettings () | |
MAXON_IMPLICIT | ClassicCommandSettings (const String &id, const String &name, const String &path) |
Public Attributes | |
String | _id |
String | _name |
String | _path |
Int32 | _pluginID |
MAXON_IMPLICIT ClassicCommandSettings | ( | const String & | id, |
const String & | name, | ||
const String & | path | ||
) |
Constructor creating command settings The preferred way to create a ClassicCommandSettings 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 _id |
The command ID.
String _name |
Name of the command.
String _path |
Path of the command.
Int32 _pluginID |
The classic plugin ID.