|
Public Member Functions |
IMPORT_C | ~CAknGlobalNote () |
| Destructor.
|
IMPORT_C void | SetTextProcessing (TBool aEnabled) |
| Enable or disable all text processing done by the dialog.
|
IMPORT_C TInt | ShowNoteL (TAknGlobalNoteType aType, const TDesC &aNoteText) |
| Displays the global note.
|
IMPORT_C TInt | ShowNoteL (TRequestStatus &aStatus, TAknGlobalNoteType aType, const TDesC &aNoteText) |
| Displays the global note.
|
IMPORT_C void | CancelNoteL (TInt aNoteId) |
| Cancels the global note.
|
IMPORT_C void | SetPriority (TInt aPriority) |
| Sets the priority.
|
IMPORT_C void | SetSoftkeys (TInt aId) |
| Sets the softkey ID.
|
IMPORT_C void | SetGraphic (TInt aId, TInt aMaskId=-1) |
| Sets the graphic ID and the graphic mask ID.
|
IMPORT_C void | SetAnimation (TInt aResourceId) |
| Sets the animation.
|
IMPORT_C void | SetTone (TInt aTone) |
| Sets the tone.
|
Static Public Member Functions |
static IMPORT_C CAknGlobalNote * | NewL () |
| Two-phased constructor.
|
static IMPORT_C CAknGlobalNote * | NewLC () |
| Two-phased constructor.
|
static IMPORT_C void | DoGlobaNoteBufferL (TInt16 aType, TInt16 aPriority, TInt aSoftkeys, TInt16 aGraphic, TInt16 aGraphicMask, TInt aAnimation, TInt16 aTone, TBool aAdapterUsed, TBool aTextProcessingEnabled, const TDesC &aNoteText, CBufFlat *aBuffer) |