38 I_ASSIGN(m_documentPersistenceCompPtr,
"DocumentPersistence",
"File persistence for the actual document type",
true,
"DocumentPersistence");
39 I_ASSIGN_TO(m_documentPersistenceInfoCompPtr, m_documentPersistenceCompPtr,
false);
40 I_ASSIGN(m_documentManagerCompPtr,
"DocumentManager",
"Manager of the documents in the MDI workspace",
true,
"DocumentManager");
41 I_ASSIGN_TO(m_documentManagerModelCompPtr, m_documentManagerCompPtr,
true);
42 I_ASSIGN(m_documentTypeIdAttrPtr,
"DocumentTypeId",
"ID of the document type used by MDI workspace",
true,
"Default");
43 I_ASSIGN(m_importCommandNameAttrPtr,
"ImportCommandName",
"Name/Text of the import command shown in File menu",
false,
"Import...");
44 I_ASSIGN(m_exportCommandNameAttrPtr,
"ExportCommandName",
"Name/Text of the export command shown in File menu",
false,
"Export...");
77 I_ATTR(QByteArray, m_documentTypeIdAttrPtr);
78 I_TEXTATTR(m_importCommandNameAttrPtr);
79 I_TEXTATTR(m_exportCommandNameAttrPtr);