idlehomescreen/widgetmanager/inc/wmlistbox.inl
branchRCL_3
changeset 11 ff572dfe6d86
parent 9 f966699dea19
child 28 d721605b30d0
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
    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_ */