#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 | ( | ) |
Default constructor.
BaseDocument * doc |
The imported document. Cinema 4D owns the pointed document.
Int32 c4dversion |
The version of the imported document.
Int32 fileformat |
The file format: (Set for load, merge and before/after save only. Otherwise NOTOK .) FORMAT_FILES .
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.