Inherits MConverterController.
Public Member Functions | |
void | ConstructL () |
~CImageConverterAppUi () | |
void | ShowMessage (const TDesC &aMsg) const |
void | DoEvent (EPointerEvents aEvent) |
void | ReadImage (TInt aDirection) |
TBool | IsEngineBusy () |
TInt | ImageIndex () |
TInt | ImageCount () |
void | ImageName (TFileName &aFilename) |
void | PlainImageName (TFileName &aFilename) |
void | HandleCommandL (TInt aCommand) |
void | NotifyCompletion (TInt aErr, const TDesC &aMsg) |
TBool | IsAnimating () |
TBool | IsOptionsButtonOnTop () |
void | SearchOptionsButtonPosition () |
TState | EngineState () |
Application UI class. Provides support for the following features:
Definition at line 62 of file ImageConverterAppUi.h.
CImageConverterAppUi::~CImageConverterAppUi | ( | ) |
Destructor.
Definition at line 111 of file ImageConverterAppUi.cpp.
void CImageConverterAppUi::ConstructL | ( | ) |
EPOC default constructor.
Definition at line 81 of file ImageConverterAppUi.cpp.
void CImageConverterAppUi::HandleCommandL | ( | TInt | aCommand | ) |
From CEikAppUi, takes care of command handling.
aCommand | command to be handled |
Definition at line 295 of file ImageConverterAppUi.cpp.