Public Member Functions | |
virtual | ~CTxtViewerDocument () |
void | InitializeL () |
void | SetView (CTxtViewerAppView *aView) |
void | SetId (TMsvId aId) |
TMsvId | Id () |
void | SetOpenedForEditing (TBool aOpenedForEditing) |
TBool | OpenedForEditing () |
void | SetMessage (const RMessage2 aMessage) |
RMessage2 | Message () |
Static Public Member Functions | |
static CTxtViewerDocument * | NewL (CEikApplication &aApp) |
CMsgSmsviewerDocument
Definition at line 18 of file TxtViewerDoc.h.
CTxtViewerDocument::~CTxtViewerDocument | ( | ) | [virtual] |
Destructor.
Definition at line 37 of file TxtViewerDoc.cpp.
CTxtViewerDocument * CTxtViewerDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
Two-phased constructor.
Definition at line 26 of file TxtViewerDoc.cpp.