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

Describes a custom animation. More...

#include <GUIFactory.h>

Public Member Functions

 AnimationDescriptor (eC_Int iID, const char *rkClassName, AnimationCreateCallback pkCreate)
 

Public Attributes

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

Detailed Description

Describes a custom animation.

Constructor & Destructor Documentation

◆ AnimationDescriptor()

AnimationDescriptor::AnimationDescriptor ( eC_Int  iID,
const char *  rkClassName,
AnimationCreateCallback  pkCreate 
)
inline

Constructs an animation descriptor.

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

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