UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Location: qbtselectdlg.h

Class MQBTUISelectDialogObserver

class MQBTUISelectDialogObserver;

Description

Class to allow dialog users to know when the dialog has exited and when it is destroyed.

Members

Defined in MQBTUISelectDialogObserver:
DialogDestroyed(), HandleDialogExitL()


Member functions


HandleDialogExitL()

virtual void HandleDialogExitL(TInt aButtonId)=0;

Description

Called when dialog exits

Parameters

TInt aButtonId

Id of pressed button.


DialogDestroyed()

virtual void DialogDestroyed()=0;

Description

Called from destructor to reset pointers to this object as it is destroyed.