#include <CCTableView.h>
cell height for a given table.
- Parameters
-
table | table to hold the instances of Class |
- Returns
- cell size
virtual unsigned int
numberOfCellsInTableView |
( |
CCTableView * |
table) | |
|
|
pure virtual |
Returns number of cells in a given table view.
- Returns
- number of cells
a cell instance at a given index
- Parameters
-
idx | index to search for a cell |
- Returns
- cell found at idx
cell size for a given index
- Parameters
-
idx | the index of a cell to get a size |
- Returns
- size of a cell at given index
The documentation for this class was generated from the following file:
- /Users/cocos2d/MyWork/cocos2d-x/extensions/GUI/CCScrollView/CCTableView.h