| 146 | } |
| 147 | |
| 148 | int CAPickerView::numberOfRowsInComponent(unsigned int component) |
| 149 | { |
| 150 | if (m_dataSource) |
| 151 | { |
| 152 | return m_dataSource->numberOfRowsInComponent(this, component); |
| 153 | } |
| 154 | return -1; |
| 155 | } |
| 156 | |
| 157 | DSize CAPickerView::rowSizeForComponent(unsigned int component) |
| 158 | { |
no outgoing calls
no test coverage detected