Public Member Functions | |
| void | ConstructL () |
| CHandlerAppUi () | |
| ~CHandlerAppUi () | |
| void | SetFileData (TFileName &aFileName, TDes8 &aData) |
| void | OpenFileL (const TDesC &aFileName) |
| void | HandleCommandL (TInt aCommand) |
| void | HandleResourceChangeL (TInt aType) |
| TBool | ProcessCommandParametersL (TApaCommand aCommand, TFileName &aDocumentName) |
| TBool | ProcessCommandParametersL (TApaCommand aCommand, TFileName &aDocumentName, const TDesC8 &aTail) |
An instance of class CHandlerAppUi is the UserInterface part of the AVKON application framework for the handler example application
Definition at line 23 of file handlerAppui.h.
| CHandlerAppUi::CHandlerAppUi | ( | ) |
Perform the first phase of two phase construction. This needs to be public due to the way the framework constructs the AppUi
Definition at line 58 of file handlerAppui.cpp.
| CHandlerAppUi::~CHandlerAppUi | ( | ) |
~CHandlerAppUi
Destroy the object and release all memory objects
Definition at line 63 of file handlerAppui.cpp.
| void CHandlerAppUi::ConstructL | ( | ) |
ConstructL
Perform the second phase construction of a CHandlerAppUi object this needs to be public due to the way the framework constructs the AppUi
Definition at line 33 of file handlerAppui.cpp.
| void CHandlerAppUi::OpenFileL | ( | const TDesC & | aFileName | ) |
From CAknAppUi, handles file change.
| aFileName | New file to be opened. |
Definition at line 143 of file handlerAppui.cpp.
| void CHandlerAppUi::HandleCommandL | ( | TInt | aCommand | ) |
See CAknAppUi
Definition at line 81 of file handlerAppui.cpp.
| void CHandlerAppUi::HandleResourceChangeL | ( | TInt | aType | ) |
See CAknAppUi
Definition at line 115 of file handlerAppui.cpp.
| TBool CHandlerAppUi::ProcessCommandParametersL | ( | TApaCommand | aCommand, | |
| TFileName & | aDocumentName | |||
| ) |
See CAknAppUi
Definition at line 130 of file handlerAppui.cpp.
| TBool CHandlerAppUi::ProcessCommandParametersL | ( | TApaCommand | aCommand, | |
| TFileName & | aDocumentName, | |||
| const TDesC8 & | aTail | |||
| ) |
See CAknAppUi
Definition at line 135 of file handlerAppui.cpp.
1.6.2