CAknNotifyBase Class Reference

API published in: S60 1st Ed

Link against: aknnotify.lib eiksrv.lib

Capability Information

Required Capabilities

None


#include <
aknnotify.h>

Inherited by CAknGlobalNote, and CAknPopupNotify.


Detailed Description

Base class for handling RNotifier.

Public Member Functions

IMPORT_C ~CAknNotifyBase ()
 Destructor.
IMPORT_C void SetSecondaryDisplayData (CAknSDData *aData)
 Sets additional information to be sent to secondary display.

Protected Member Functions

 CAknNotifyBase (TUid aUid)
 C++ constructor.
void ConstructL ()
 2nd phase constructor.
void StartOrUpdateL (const TDesC8 &aBuffer, TDes8 &aResponse)
 Starts or updates the notifier.
void StartOrUpdateAndGetResponseL (TRequestStatus &aStatus, const TDesC8 &aBuffer, TDes8 &aResponse)
 Starts the notifier.
CAknSDData * SecondaryDisplayData ()

Constructor & Destructor Documentation

IMPORT_C CAknNotifyBase::~CAknNotifyBase  ) 
 

Destructor.

CAknNotifyBase::CAknNotifyBase TUid  aUid  )  [protected]
 

C++ constructor.

Parameters:
aUid The UID identifying the plug-in notifier.

Member Function Documentation

void CAknNotifyBase::ConstructL  )  [protected]
 

2nd phase constructor.

Connects to the notifier server.

CAknSDData* CAknNotifyBase::SecondaryDisplayData  )  [protected]
 
IMPORT_C void CAknNotifyBase::SetSecondaryDisplayData CAknSDData *  aData  ) 
 

Sets additional information to be sent to secondary display.

Takes ownership of object. Must be called before sending data to notifier to have effect.

void CAknNotifyBase::StartOrUpdateAndGetResponseL TRequestStatus &  aStatus,
const TDesC8 &  aBuffer,
TDes8 &  aResponse
[protected]
 

Starts the notifier.

Parameters:
aStatus The request status.
aBuffer Data that can be passed to the notifier.
aResponse Data that can be returned by the notifier.
void CAknNotifyBase::StartOrUpdateL const TDesC8 &  aBuffer,
TDes8 &  aResponse
[protected]
 

Starts or updates the notifier.

Parameters:
aBuffer Data that can be passed to notifier.
aResponse Data that can be returned by notifier.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top