Inherits MSmsEngineObserver.
Public Member Functions | |
void | ConstructL () |
~CSMSExampleAppUi () | |
TInt | GetAddressL () |
TInt | QueryMessageL () |
void | QueryMessagesAndExecuteL (TInt aMode, TMsvId aOriginFolderID, TMsvId aDestinationFolderID) |
void | ShowMessageL (const TDesC &aMsg) const |
void | ShowErrorL (TInt aErrorCode) const |
void | SendingMessage () |
void | MessageSent () |
void | MessageReceived (const TDesC &addr, const TDesC &msg) |
void | SmsEngineInitialized () |
void | SmsEngineError (TInt aErrorCode) |
void | MessageDeleted () |
void | HandleResourceChangeL (TInt aType) |
Application UI class.
Definition at line 56 of file SMSExampleAppui.h.
CSMSExampleAppUi::~CSMSExampleAppUi | ( | ) |
Destructor.
Definition at line 93 of file SMSExampleAppui.cpp.
void CSMSExampleAppUi::ConstructL | ( | ) |
default constructor.
Definition at line 72 of file SMSExampleAppui.cpp.
TInt CSMSExampleAppUi::GetAddressL | ( | ) |
Query message address (recipient).
Definition at line 119 of file SMSExampleAppui.cpp.
TInt CSMSExampleAppUi::QueryMessageL | ( | ) |
void CSMSExampleAppUi::QueryMessagesAndExecuteL | ( | TInt | aMode, | |
TMsvId | aOriginFolderID, | |||
TMsvId | aDestinationFolderID | |||
) |
Execute one operation according to ListBox mode.
aMode | Mode of the ListBox. | |
aOriginFolderID | Source folder of the operation. | |
aDestinationFolderID | Target folder of the operation. |
Definition at line 282 of file SMSExampleAppui.cpp.
void CSMSExampleAppUi::ShowMessageL | ( | const TDesC & | aMsg | ) | const |
Show a dialog containing the message
aMsg | the message |
Definition at line 306 of file SMSExampleAppui.cpp.
void CSMSExampleAppUi::ShowErrorL | ( | TInt | aErrorCode | ) | const |
Show a dialog containing the error code
aErrorCode | the error code |
Definition at line 298 of file SMSExampleAppui.cpp.
void CSMSExampleAppUi::SendingMessage | ( | ) | [virtual] |
From MSmsEngineObserver
Implements MSmsEngineObserver.
Definition at line 332 of file SMSExampleAppui.cpp.
void CSMSExampleAppUi::HandleResourceChangeL | ( | TInt | aType | ) |
from CAknAppUiBase
Definition at line 313 of file SMSExampleAppui.cpp.