Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <APPARC.H>

Class MApaEmbeddedDocObserver

class MApaEmbeddedDocObserver;

Description

An interface class for handling the completion of the editing of an embedded document.

Members

Defined in MApaEmbeddedDocObserver:

See also:


Construction and destruction


MApaEmbeddedDocObserver()

protected: IMPORT_C MApaEmbeddedDocObserver();

Description

[Top]


Member functions


NotifyExit(TExitMode)

virtual void NotifyExit(TExitMode aMode)=0;

Description

Implements the required behaviour when the editing of an embedded document completes.

Parameters

MApaEmbeddedDocObserver::TExitMode aMode

Indicates the state of the document.


MApaEmbeddedDocObserver_Reserved1()

private: IMPORT_C virtual void MApaEmbeddedDocObserver_Reserved1();

Description


MApaEmbeddedDocObserver_Reserved2()

private: IMPORT_C virtual void MApaEmbeddedDocObserver_Reserved2();

Description

[Top]


Member enumerations


Enum TExitMode

TExitMode

Description

Defines the state of the embedded document on completion of editing.

EKeepChanges

Changes to the embedded document must be saved.

ERevertToSaved

Reverts back to the saved version of the embedded document, i.e. reloads the whole document.

ENoChanges

No changes have been made to the embedded document.

EEmpty

The embedded document is empty.