Data source that governs table backend data.
More...
Data source that governs table backend data.
virtual Size tableCellSizeForIndex |
( |
TableView * |
table, |
|
|
ssize_t |
idx |
|
) |
| |
|
inlinevirtual |
cell size for a given index
- Parameters
-
table | The table view |
idx | the index of a cell to get a size |
- Returns
- size of a cell at given index
var tableCellSizeForIndex |
( |
var |
table, |
|
|
var |
idx |
|
) |
| |
|
inlinevirtual |
cell size for a given index
- Parameters
-
table | The table view |
idx | the index of a cell to get a size |
- Returns
- size of a cell at given index
local tableCellSizeForIndex |
( |
local |
table, |
|
|
local |
idx |
|
) |
| |
|
inlinevirtual |
cell size for a given index
- Parameters
-
table | The table view |
idx | the index of a cell to get a size |
- Returns
- size of a cell at given index
cell height for a given table.
- Parameters
-
table | table to hold the instances of Class |
- Returns
- cell size
var cellSizeForTable |
( |
var |
table | ) |
|
|
inlinevirtual |
cell height for a given table.
- Parameters
-
table | table to hold the instances of Class |
- Returns
- cell size
local cellSizeForTable |
( |
local |
table | ) |
|
|
inlinevirtual |
cell height for a given table.
- Parameters
-
table | table to hold the instances of Class |
- Returns
- cell size
A cell instance at a given index.
- Parameters
-
table | The table view |
idx | index 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
-
table | The table view |
idx | index 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
-
table | The table view |
idx | index 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: