CAknPopupFieldList Class Reference

API published in: S60 1st Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <
aknpopupfieldlist.h>

Inherits CEikBorderedControl, and MEikListBoxObserver.


Detailed Description

No longer implemented, do not use.

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 CAknPopupFieldListNewL (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 CEikListBoxListBox () const
IMPORT_C TTypeUid::Ptr MopSupplyObject (TTypeUid aId)

Constructor & Destructor Documentation

IMPORT_C CAknPopupFieldList::CAknPopupFieldList  )  [protected]
 
IMPORT_C CAknPopupFieldList::~CAknPopupFieldList  )  [protected]
 

Member Function Documentation

virtual IMPORT_C void CAknPopupFieldList::AttemptExitL TBool  aAccept  )  [protected, virtual]
 
IMPORT_C void CAknPopupFieldList::ConstructL CEikListBox aListBox,
TInt  aCbaResource
[protected]
 
IMPORT_C void CAknPopupFieldList::HandleControlEventL CCoeControl *  aControl,
TCoeEvent  aEventType
[protected]
 
IMPORT_C void CAknPopupFieldList::HandleListBoxEventL CEikListBox aListBox,
TListBoxEvent  aEventType
[protected]
 
IMPORT_C void CAknPopupFieldList::HandlePointerEventL const TPointerEvent &  aPointerEvent  ) 
 

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 CCoeControl.

Parameters:
aPointerEvent The pointer event.

Reimplemented from CEikBorderedControl.

IMPORT_C CEikListBox* CAknPopupFieldList::ListBox  )  const [protected]
 
IMPORT_C TTypeUid::Ptr CAknPopupFieldList::MopSupplyObject TTypeUid  aId  )  [protected]
 
static IMPORT_C CAknPopupFieldList* CAknPopupFieldList::NewL CEikListBox aListBox,
TInt  aCbaResource
[static]
 
IMPORT_C void CAknPopupFieldList::ProcessCommandL TInt  aCommandId  )  [protected]
 
IMPORT_C void CAknPopupFieldList::SetDecorator TAknDesCArrayDecorator aDecorator  ) 
 
IMPORT_C void CAknPopupFieldList::SetQueryValue MAknQueryValue aValue  ) 
 

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

Copyright © Nokia Corporation 2001-2008
Back to top