API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknsettingitemlist.h>
Public Member Functions |
|
IMPORT_C | CAknSettingItemArray (TInt aGranularity, TBool aIsNumbered, TInt aInitialOrdinal) |
CAknSettingItemArray is constructed as a numbered or unnumbered array. |
|
virtual IMPORT_C | ~CAknSettingItemArray () |
Destructor. |
|
IMPORT_C TInt | MdcaCount () const |
Method by which the CAknSetStyleListBox accesses the number of items in the array. |
|
IMPORT_C TPtrC16 | MdcaPoint (TInt aIndex) const |
Method by which the setting item list accesses the text for the aIndex-th item in the array. |
|
IMPORT_C TInt | ItemIndexFromVisibleIndex (TInt aVisibleIndex) const |
This method returns the true index in the array given the index as would be calculated by looking at the visible items. |
|
virtual IMPORT_C void | RecalculateVisibleIndicesL () |
Update date the mapping of visible indices. |
|
IMPORT_C void | SetInitialOrdinal (TInt aInitialOrdinal) |
This is used to update the initial setting number for the top index. |
|
IMPORT_C void | SetFlags (TInt aFlags) |
Protected Member Functions |
|
IMPORT_C void | SetVisibleCount (TInt aCount) |
Set the number of visible items. |
|
IMPORT_C TInt | VisibleCount () const |
Returns the number of visible items. |
|
CAknSettingItemArray is constructed as a numbered or unnumbered array.
|
|
Destructor. |
|
This method returns the true index in the array given the index as would be calculated by looking at the visible items.
|
|
Method by which the CAknSetStyleListBox accesses the number of items in the array.
|
|
Method by which the setting item list accesses the text for the aIndex-th item in the array.
|
|
Update date the mapping of visible indices. To be called when an item is made visible or invisible. |
|
|
This is used to update the initial setting number for the top index. The number set is the for the 0-th "true" or data index. That is, this numbered item may not show up |
|
Set the number of visible items.
|
|
Returns the number of visible items.
|