Cocos2d-x  v3.17
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
TableViewDataSource Class Referenceabstract

Data source that governs table backend data. More...

Public Member Functions

virtual Size tableCellSizeForIndex (TableView *table, ssize_t idx)
 cell size for a given index More...
 
var tableCellSizeForIndex ( var table, var idx)
 cell size for a given index More...
 
local tableCellSizeForIndex ( local table, local idx)
 cell size for a given index More...
 
virtual Size cellSizeForTable (TableView *table)
 cell height for a given table. More...
 
local cellSizeForTable ( local table)
 cell height for a given table. More...
 
virtual TableViewCelltableCellAtIndex (TableView *table, ssize_t idx)=0
 a cell instance at a given index More...
 
local tableCellAtIndex ( local table, local idx)
 a cell instance at a given index More...
 
virtual ssize_t numberOfCellsInTableView (TableView *table)=0
 Returns number of cells in a given table view. More...
 

Detailed Description

Data source that governs table backend data.

Member Function Documentation

virtual Size tableCellSizeForIndex ( TableView table,
ssize_t  idx 
)
virtual

cell size for a given index

Parameters
idxthe index of a cell to get a size
Returns
size of a cell at given index
var tableCellSizeForIndex ( var  table,
var  idx 
)
virtual

cell size for a given index

Parameters
idxthe index of a cell to get a size
Returns
size of a cell at given index
local tableCellSizeForIndex ( local  table,
local  idx 
)
virtual

cell size for a given index

Parameters
idxthe index of a cell to get a size
Returns
size of a cell at given index
virtual Size cellSizeForTable ( TableView table)
virtual

cell height for a given table.

Parameters
tabletable to hold the instances of Class
Returns
cell size
var cellSizeForTable ( var  table)
virtual

cell height for a given table.

Parameters
tabletable to hold the instances of Class
Returns
cell size
local cellSizeForTable ( local  table)
virtual

cell height for a given table.

Parameters
tabletable to hold the instances of Class
Returns
cell size
virtual TableViewCell*
tableCellAtIndex
( TableView table,
ssize_t  idx 
)
pure virtual

a cell instance at a given index

Parameters
idxindex to search for a cell
Returns
cell found at idx
var tableCellAtIndex ( var  table,
var  idx 
)
pure virtual

a cell instance at a given index

Parameters
idxindex to search for a cell
Returns
cell found at idx
local tableCellAtIndex ( local  table,
local  idx 
)
pure virtual

a cell instance at a given index

Parameters
idxindex to search for a cell
Returns
cell found at idx
virtual ssize_t
numberOfCellsInTableView
( TableView table)
pure virtual

Returns number of cells in a given table view.

Returns
number of cells
var numberOfCellsInTableView ( var  table)
pure virtual

Returns number of cells in a given table view.

Returns
number of cells
local numberOfCellsInTableView ( local  table)
pure virtual

Returns number of cells in a given table view.

Returns
number of cells

The documentation for this class was generated from the following file: