ACF $AcfVersion:0$
Public Attributes | List of all members
idoc::IDocumentManager::DocumentInfo Struct Reference

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.
 

Detailed Description

Information about a document managed by the document manager.

Definition at line 120 of file IDocumentManager.h.

Member Data Documentation

◆ documentTypeId

QByteArray idoc::IDocumentManager::DocumentInfo::documentTypeId

Type identifier of the document.

Definition at line 123 of file IDocumentManager.h.

◆ filePath

QString idoc::IDocumentManager::DocumentInfo::filePath

Full file path of the document, empty if not saved yet.

Definition at line 122 of file IDocumentManager.h.

◆ isDirty

bool idoc::IDocumentManager::DocumentInfo::isDirty

True if document has unsaved changes.

Definition at line 124 of file IDocumentManager.h.


The documentation for this struct was generated from the following file: