SplineDataCallbackCoreMessage Struct Reference

#include <customgui_splinecontrol.h>

详细描述

Callback struct for the SPLINE_CALLBACK_CORE_MESSAGE call.

Public Attributes

void *  pCallbackData
SplineCustomGui pGUI
GeUserArea pUserArea
const BaseContainer pObjects
const DescID pDescID
Int32   lID
const BaseContainer pMessage

Member Data Documentation

◆  pCallbackData

void* pCallbackData

User data passed to SplineData::SetUserCallback

◆  pGUI

SplineCustomGui * pGUI

Custom GUI of the spline data.

◆  pUserArea

GeUserArea * pUserArea

Custom GUI's user area.

◆  pObjects

const BaseContainer * pObjects

Array of links that hold the objects.

◆  pDescID

const DescID * pDescID

描述 ID of the spline GUI.

◆  lID

Int32 lID

Core message's ID.

◆  pMessage

const BaseContainer * pMessage

Core message's container.