Go to the documentation of this file.
Allows to store some document state used as reference for comarision.
virtual bool HasStoredDocumentState() const =0
Check if there is stored document available.
virtual bool RestoreDocumentState()=0
Restore last stored document state.
virtual DocumentChangeFlag GetDocumentChangeFlag() const =0
Check if document state is the same as stored state.
@ DCF_DIFFERENT
Current document state equals the stored one.
@ DCF_UNKNOWN
There is no information about document change.
@ DCF_EQUAL
Current document state equals the stored one.
virtual bool StoreDocumentState()=0
Store state of some document.
Common interface for data model objects, which can be changed.
Contains the system indenendent basic implementations of Document/View design pattern.
© Witold Gantzke and Kirill Lepskiy