API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknpopupfieldlist.h>
Inherits CEikBorderedControl, and MEikListBoxObserver.
Public Member Functions |
|
IMPORT_C void | SetQueryValue (MAknQueryValue *aValue) |
IMPORT_C void | SetDecorator (TAknDesCArrayDecorator *aDecorator) |
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
Handles pointer events. |
|
Static Public Member Functions |
|
static IMPORT_C CAknPopupFieldList * | NewL (CEikListBox *aListBox, TInt aCbaResource) |
Protected Member Functions |
|
IMPORT_C void | ProcessCommandL (TInt aCommandId) |
IMPORT_C void | HandleListBoxEventL (CEikListBox *aListBox, TListBoxEvent aEventType) |
IMPORT_C void | HandleControlEventL (CCoeControl *aControl, TCoeEvent aEventType) |
IMPORT_C | CAknPopupFieldList () |
IMPORT_C | ~CAknPopupFieldList () |
IMPORT_C void | ConstructL (CEikListBox *aListBox, TInt aCbaResource) |
virtual IMPORT_C void | AttemptExitL (TBool aAccept) |
IMPORT_C CEikListBox * | ListBox () const |
IMPORT_C TTypeUid::Ptr | MopSupplyObject (TTypeUid aId) |
|
|
|
|
|
|
|
Handles pointer events. This function gets called whenever a pointer event occurs in the control, i.e. when the pointer is within the control's extent, or when the control has grabbed the pointer. If overriding this method, the implementation must include a base call to this method.
From
Reimplemented from CEikBorderedControl. |
|
|
|
|
|
|