Describes a custom command.
More...
#include <GUIFactory.h>
|
| CommandDescriptor (eC_Int iID, const char *rkClassName, CommandCreateCallback pkCreate) |
|
|
eC_Int | m_iID |
| The command class ID.
|
|
const char * | m_kClassName |
| The command class ID as a string.
|
|
CommandCreateCallback | m_pkCreate |
| Pointer to an instance of the command.
|
|
Describes a custom command.
◆ CommandDescriptor()
CommandDescriptor::CommandDescriptor |
( |
eC_Int |
iID, |
|
|
const char * |
rkClassName, |
|
|
CommandCreateCallback |
pkCreate |
|
) |
| |
|
inline |
Constructs a command descriptor.
- Parameters
-
iID | The unique class ID of the command. |
rkClassName | The command class ID as a string. |
pkCreate | Pointer to an instance of the custom command. |
The documentation for this struct was generated from the following file: