DescriptionTakeChanged Struct Reference Library » 描述

#include <lib_description.h>

详细描述

Message struct for the MSG_DESCRIPTION_TAKECHANGED message.

由于
R17.032
另请参阅
Take System Messages .

公共成员函数

  DescriptionTakeChanged ( TakeData *takeData=nullptr, BaseTake *overrideTake=nullptr, BaseOverride *overrideNode=nullptr, Bool store=false, const DescID *descId=nullptr)

Public Attributes

TakeData _takeData
BaseTake _overrideTake
BaseOverride _overrideNode
Bool   _store
const DescID _descId

构造函数 & 析构函数文档编制

◆  DescriptionTakeChanged()

DescriptionTakeChanged ( TakeData takeData = nullptr ,
BaseTake overrideTake = nullptr ,
BaseOverride overrideNode = nullptr ,
Bool   store = false ,
const DescID descId = nullptr  
)

Default constructor.

Member Data Documentation

◆  _takeData

TakeData * _takeData

The take system context. Cinema 4D owns the pointed takedata.

◆  _overrideTake

BaseTake * _overrideTake

The take used for the operation.

◆  _overrideNode

BaseOverride * _overrideNode

The the override for this node.

◆  _store

Bool _store

If true the data is going to be stored in a take, else the data are going to be sent to the document.

◆  _descId

const DescID * _descId

The description ID for the message, can be nullptr so is sent at the end of the operation just once.