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

Describes a custom layouter. More...

#include <GUIFactory.h>

Public Member Functions

 LayouterDescriptor (eC_Int iID, const char *rkClassName, LayouterCreateCallback pkCreate)
 

Public Attributes

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.
 

Detailed Description

Describes a custom layouter.

Constructor & Destructor Documentation

◆ LayouterDescriptor()

LayouterDescriptor::LayouterDescriptor ( eC_Int  iID,
const char *  rkClassName,
LayouterCreateCallback  pkCreate 
)
inline

Constructs a layouter descriptor.

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

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