|
ACF $AcfVersion:0$
|
Information about a document managed by the document manager. More...
#include <IDocumentManager.h>
Public Attributes | |
| QString | filePath |
| Full file path of the document, empty if not saved yet. | |
| QByteArray | documentTypeId |
| Type identifier of the document. | |
| bool | isDirty |
| True if document has unsaved changes. | |
Information about a document managed by the document manager.
Definition at line 120 of file IDocumentManager.h.
| QByteArray idoc::IDocumentManager::DocumentInfo::documentTypeId |
Type identifier of the document.
Definition at line 123 of file IDocumentManager.h.
| QString idoc::IDocumentManager::DocumentInfo::filePath |
Full file path of the document, empty if not saved yet.
Definition at line 122 of file IDocumentManager.h.
| bool idoc::IDocumentManager::DocumentInfo::isDirty |
True if document has unsaved changes.
Definition at line 124 of file IDocumentManager.h.