Guiliani  Version 2.5 revision 7293 (documentation build 13)
BehaviourDescriptor Struct Reference

Describes a custom behaviour decorator. More...

#include <GUIFactory.h>

Public Member Functions

 BehaviourDescriptor (eC_Int iID, const char *rkClassName, BehaviourCreateCallback pkCreate)
 

Public Attributes

eC_Int m_iID
 The behaviour class ID.
 
const char * m_kClassName
 The behaviour class ID as a string.
 
BehaviourCreateCallback m_pkCreate
 Pointer to an instance of the behaviour.
 

Detailed Description

Describes a custom behaviour decorator.

Constructor & Destructor Documentation

◆ BehaviourDescriptor()

BehaviourDescriptor::BehaviourDescriptor ( eC_Int  iID,
const char *  rkClassName,
BehaviourCreateCallback  pkCreate 
)
inline

Constructs a behaviour descriptor.

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

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