#include <c4d_baselist.h>
Message struct for the MSG_XREFINIT message.
公共成员函数 |
|
XrefInitData ( BaseDocument *refDoc, BaseList2D *refNode, const maxon::String &refName, const maxon::String &separator) |
Public Attributes |
|
BaseDocument * | _refDoc |
BaseList2D * | _refNode |
String | _refName |
String | _separator |
XrefInitData | ( | BaseDocument * | refDoc , |
BaseList2D * | refNode , | ||
const maxon::String & | refName , | ||
const maxon::String & | separator | ||
) |
BaseDocument * _refDoc |
The document where the node is referenced.
BaseList2D * _refNode |
The referenced node.
String _refName |
The reference name (also called namespace).
String _separator |
The separator string.