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