class CAknNotifyBase : public CBase |
Base class for handling RNotifier .
Public Member Functions | |
---|---|
~CAknNotifyBase () | |
IMPORT_C void | SetSecondaryDisplayData ( CAknSDData *) |
Protected Member Functions | |
---|---|
CAknNotifyBase ( TUid ) | |
void | ConstructL () |
CAknSDData * | SecondaryDisplayData () |
void | StartOrUpdateAndGetResponseL ( TRequestStatus &, const TDesC8 &, TDes8 &) |
void | StartOrUpdateL (const TDesC8 &, TDes8 &) |
Private Member Functions | |
---|---|
IMPORT_C void | CAknNotifyBase_Reserved () |
Private Attributes | |
---|---|
RNotifier2 | iNotify |
CAknSDData * | iSecondaryDisplayData |
TBool | iStarted |
TUid | iUid |
CAknNotifyBase | ( | TUid | aUid | ) | [protected] |
C++ constructor.
TUid aUid | The UID identifying the plug-in notifier. |
void | ConstructL | ( | ) | [protected] |
2nd phase constructor. Connects to the notifier server.
IMPORT_C void | SetSecondaryDisplayData | ( | CAknSDData * | aData | ) |
CAknSDData * aData |
void | StartOrUpdateAndGetResponseL | ( | TRequestStatus & | aStatus, |
const TDesC8 & | aBuffer, | |||
TDes8 & | aResponse | |||
) | [protected] |
Starts the notifier.
TRequestStatus & aStatus | The request status. |
const TDesC8 & aBuffer | Data that can be passed to the notifier. |
TDes8 & aResponse | Data that can be returned by the notifier. |
void | StartOrUpdateL | ( | const TDesC8 & | aBuffer, |
TDes8 & | aResponse | |||
) | [protected] |
Starts or updates the notifier.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.