Public Member Functions | |
CTxtViewerDocument * | Document () const |
CTxtViewerAppUi () | |
virtual | ~CTxtViewerAppUi () |
Protected Member Functions | |
virtual TKeyResponse | HandleKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
virtual void | HandleCommandL (TInt aCommand) |
virtual void | DynInitMenuPaneL (TInt aMenuId, CEikMenuPane *aMenuPane) |
void | HandleStatusPaneSizeChange () |
virtual void | ConstructL () |
CTxtViewerAppUi Inherited from CMsgEditorAppUi
Definition at line 77 of file TxtViewerAppUi.h.
CTxtViewerAppUi::CTxtViewerAppUi | ( | ) |
C++ default constructor.
Definition at line 41 of file TxtViewerAppUi.cpp.
CTxtViewerAppUi::~CTxtViewerAppUi | ( | ) | [virtual] |
Destructor.
Definition at line 56 of file TxtViewerAppUi.cpp.
TKeyResponse CTxtViewerAppUi::HandleKeyEventL | ( | const TKeyEvent & | aKeyEvent, | |
TEventCode | aType | |||
) | [protected, virtual] |
From CCoeAppUi
aKeyEvent | look from CCoeAppUi | |
aType | look from CCoeAppUi |
Definition at line 140 of file TxtViewerAppUi.cpp.
void CTxtViewerAppUi::HandleCommandL | ( | TInt | aCommand | ) | [protected, virtual] |
From CEikAppUi
aCommand | look from CEikAppUi |
Definition at line 104 of file TxtViewerAppUi.cpp.
void CTxtViewerAppUi::DynInitMenuPaneL | ( | TInt | aMenuId, | |
CEikMenuPane * | aMenuPane | |||
) | [protected, virtual] |
From MEikMenuObserver
aMenuId | look from MEikMenuObserver | |
aMenuPane | look from MEikMenuObserver |
Definition at line 82 of file TxtViewerAppUi.cpp.
void CTxtViewerAppUi::HandleStatusPaneSizeChange | ( | ) | [protected] |
From CEikAppUi
Definition at line 244 of file TxtViewerAppUi.cpp.
void CTxtViewerAppUi::ConstructL | ( | ) | [protected, virtual] |
By default Symbian OS constructor is private.
Definition at line 46 of file TxtViewerAppUi.cpp.