MCPcopy Create free account
hub / github.com/9miao/CrossApp / numberOfRowsInComponent

Method numberOfRowsInComponent

CrossApp/view/CAPickerView.cpp:148–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

setContentSizeMethod · 0.45
reloadComponentMethod · 0.45
selectRowMethod · 0.45
visitEveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected