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