equal
deleted
inserted
replaced
31 * number of items in the widget data array (also items on the list) |
31 * number of items in the widget data array (also items on the list) |
32 * |
32 * |
33 * @return count of widget data array |
33 * @return count of widget data array |
34 */ |
34 */ |
35 inline TInt CWmListBox::WidgetDataCount() |
35 inline TInt CWmListBox::WidgetDataCount() |
36 { return iWidgetDatas.Count(); } |
36 { return iVisibleWidgetArray.Count(); } |
37 |
37 |
38 /** |
38 /** |
39 * gets the constant widget data array |
39 * gets the constant widget data array |
40 */ |
40 */ |
41 inline const RWidgetDataValues& CWmListBox::WidgetDataArray() |
41 inline const RWidgetDataValues& CWmListBox::WidgetDataArray() |
42 { return iWidgetDatas; } |
42 { return iVisibleWidgetArray; } |
43 |
43 |
|
44 inline const ROrderArray& CWmListBox::OrderDataArray() |
|
45 { return iOrderDataArray; } |
|
46 |
44 #endif /* WMLISTBOX_INL_ */ |
47 #endif /* WMLISTBOX_INL_ */ |