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

Describes a custom texttype. More...

#include <GUIFactory.h>

Public Member Functions

 TextTypeDescriptor (eC_Int iID, const char *rkClassName, TextCreateCallback pkCreate)
 

Public Attributes

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.
 

Detailed Description

Describes a custom texttype.

Constructor & Destructor Documentation

◆ TextTypeDescriptor()

TextTypeDescriptor::TextTypeDescriptor ( eC_Int  iID,
const char *  rkClassName,
TextCreateCallback  pkCreate 
)
inline

Constructs a text-type descriptor.

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

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