Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: apparc.h
Link against:

Class MApaEmbeddedDocObserver

MApaEmbeddedDocObserver

Support

Supported from 5.0

Description

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

Defined in MApaEmbeddedDocObserver:
EEmpty, EKeepChanges, ENoChanges, ERevertToSaved, NotifyExit(), TExitMode

See also:


NotifyExit()

virtual void NotifyExit(TExitMode aMode) = 0;

Description

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

Parameters

TExitMode aMode

Indicates the state of the document.

[Top]


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.