|
||
class MApaEmbeddedDocObserver;
An interface class for handling the completion of the editing of an embedded document.
Defined in MApaEmbeddedDocObserver
:
EEmpty
The embedded document is empty. EKeepChanges
Changes to the embedded document must be saved. ENoChanges
No changes have been made to the embedded document. ERevertToSaved
Reverts back to the saved version of the embedded document, i.e. reloads the who...MApaEmbeddedDocObserver()
MApaEmbeddedDocObserver_Reserved1()
MApaEmbeddedDocObserver_Reserved2()
NotifyExit(TExitMode)
Implements the required behaviour when the editing of an embedded document compl...TExitMode
Defines the state of the embedded document on completion of editing. CApaDocument::EditL(MApaEmbeddedDocObserver *,TBool)
Starts an editing session on an embedded document.virtual void NotifyExit(TExitMode aMode)=0;
Implements the required behaviour when the editing of an embedded document completes.
|
TExitMode
Defines the state of the embedded document on completion of editing.
|