MCPcopy Create free account
hub / github.com/axmolengine/axmol / tableCellSizeForIndex

Method tableCellSizeForIndex

extensions/GUI/src/GUI/ScrollView/TableView.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36void TableViewDelegate::tableCellWillRecycle(TableView* /*table*/, TableViewCell* /*cell*/) {}
37
38Size TableViewDataSource::tableCellSizeForIndex(TableView* table, ssize_t /*idx*/)
39{
40 return cellSizeForTable(table);
41}
42
43Size TableViewDataSource::cellSizeForTable(TableView* /*table*/)
44{

Callers 2

_offsetFromIndexMethod · 0.45
_updateCellPositionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected