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