Inherits MTransactionObserver.
Public Member Functions | |
~CTaskManagerAppView () | |
TBool | QueryIapL (TUint32 &aId, const TUint32 &aDefaultId) |
Static Public Member Functions | |
static CTaskManagerAppView * | NewL (const TRect &aRect, CTaskManagerAppUi &aAppUi) |
A container class that shows tasks to user and responds to notifications.
Definition at line 54 of file TaskManagerAppView.h.
CTaskManagerAppView::~CTaskManagerAppView | ( | ) |
Destructor.
Definition at line 70 of file TaskManagerAppView.cpp.
CTaskManagerAppView * CTaskManagerAppView::NewL | ( | const TRect & | aRect, | |
CTaskManagerAppUi & | aAppUi | |||
) | [static] |
Two-phased constructor.
Definition at line 80 of file TaskManagerAppView.cpp.
TBool CTaskManagerAppView::QueryIapL | ( | TUint32 & | aId, | |
const TUint32 & | aDefaultId | |||
) |
Shows a list of IAPs to user for choosing the one to be used.
aId | id of the IAP that the user chose. | |
aDefaultId | IAP with this id is highlighted in the list query. |
Definition at line 473 of file TaskManagerAppView.cpp.