DocumentImported Struct Reference

#include <c4d_baselist.h>

详细描述

Message struct for the MSG_MULTI_DOCUMENTIMPORTED message.

公共成员函数

  DocumentImported ()

Public Attributes

BaseDocument doc
Int32   c4dversion
Int32   fileformat
Bool   gui_allowed

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

◆  DocumentImported()

DocumentImported ( )

Default constructor.

Member Data Documentation

◆  doc

BaseDocument * doc

The imported document. Cinema 4D owns the pointed document.

◆  c4dversion

Int32 c4dversion

The version of the imported document.

◆  fileformat

Int32 fileformat

The file format: (Set for load, merge and before/after save only. Otherwise NOTOK .) FORMAT_FILES .

◆  gui_allowed

Bool gui_allowed

true if a GUI (dialog) is allowed.
NET for instance sets it to false , in which case no dialogs should be shown. For example if a Morph/XRef is not found it will inform the user; under NET this dialog should not display.