#include <mw/aknlists.h>
class CAknSetStyleListBox : public AknPopupListEmpty< CEikFormattedCellListBox > |
Public Member Functions | |
---|---|
IMPORT_C void | ConstructWithWindowL(const CCoeControl *, TInt) |
virtual IMPORT_C void | Draw(const TRect &) |
virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
virtual IMPORT_C TSize | MinimumSize() |
virtual IMPORT_C TTypeUid::Ptr | MopSupplyObject(TTypeUid) |
virtual IMPORT_C void | SizeChanged() |
Protected Member Functions | |
---|---|
virtual IMPORT_C void | CreateItemDrawerL() |
virtual IMPORT_C CListBoxView * | MakeViewClassInstanceL() |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType | |
CEikListBox:@160 | |
CEikListBox:TFlags | |
CEikListBox:TReasonForFocusLost | |
CEikListBox:TScrollBarOwnerShip |
list_set_pane Setting Page component uses this
list item string format: "1\tShortLabel" list item string format: "\t\tLongLabel"
IMPORT_C void | ConstructWithWindowL | ( | const CCoeControl * | aParent, |
TInt | aFlags | |||
) |
IMPORT_C void | CreateItemDrawerL | ( | ) | [protected, virtual] |
Reimplemented from CEikFormattedCellListBox::CreateItemDrawerL()
Chooses which itemdrawer to use.
IMPORT_C void | Draw | ( | const TRect & | aRect | ) | const [virtual] |
Reimplemented from AknPopupListEmpty< CEikFormattedCellListBox >::Draw(const TRect &)const
Draws empty list when needed. See AknDraw::DrawEmptyList().
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CEikFormattedCellListBox::HandlePointerEventL(const TPointerEvent &)
From CCoeControl. Handles pointer events
IMPORT_C CListBoxView * | MakeViewClassInstanceL | ( | ) | [protected, virtual] |
Reimplemented from CEikFormattedCellListBox::MakeViewClassInstanceL()
Chooses which listbox view class to use
IMPORT_C TSize | MinimumSize | ( | ) | [virtual] |
Reimplemented from CEikListBox::MinimumSize()
Determines size of the listbox for use in dialogs.
IMPORT_C TTypeUid::Ptr | MopSupplyObject | ( | TTypeUid | aId | ) | [virtual] |
Reimplemented from CEikFormattedCellListBox::MopSupplyObject(TTypeUid)
From MObjectProvider.
Retrieves an object of the same type as that encapsulated in aId. This function is used to allow controls to ask their owners for access to other objects that they own.
Parameter | Description |
---|---|
aId | An encapsulated object type ID. |
Returns: Encapsulates the pointer to the object provided. Note that the encapsulated pointer may be NULL.
IMPORT_C void | SizeChanged | ( | ) | [virtual] |
Reimplemented from CEikListBox::SizeChanged()
Determines layout of the listbox