Guiliani  Version 2.6 revision 7293 (documentation build 12)
CommandDescriptor Struct Reference

Describes a custom command. More...

#include <GUIFactory.h>

Public Member Functions

 CommandDescriptor (eC_Int iID, const char *rkClassName, CommandCreateCallback pkCreate)
 

Public Attributes

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.
 

Detailed Description

Describes a custom command.

Constructor & Destructor Documentation

◆ CommandDescriptor()

CommandDescriptor::CommandDescriptor ( eC_Int  iID,
const char *  rkClassName,
CommandCreateCallback  pkCreate 
)
inline

Constructs a command descriptor.

Parameters
iIDThe unique class ID of the command.
rkClassNameThe command class ID as a string.
pkCreatePointer to an instance of the custom command.

The documentation for this struct was generated from the following file: