![]() |
API
0.9.7
|
Go to the source code of this file.
Macros | |
#define | FULL_ROW_HEIGHT() (_rowHeight + _intercellSpacing.height) |
#define | HAS_VARIABLE_ROW_HEIGHTS() (_implementedDelegateMethods & CPTableViewDelegate_tableView_heightOfRow_) |
#define | NUMBER_OF_COLUMNS() (_tableColumns.length) |
#define | ROW_BOTTOM(__heightInfo) (__heightInfo.y + __heightInfo.height + _intercellSpacing.height) |
#define | UPDATE_COLUMN_RANGES_IF_NECESSARY() if (_dirtyTableColumnRangeIndex !== CPNotFound) [self _recalculateTableColumnRanges]; |
#define FULL_ROW_HEIGHT | ( | ) | (_rowHeight + _intercellSpacing.height) |
#define HAS_VARIABLE_ROW_HEIGHTS | ( | ) | (_implementedDelegateMethods & CPTableViewDelegate_tableView_heightOfRow_) |
#define NUMBER_OF_COLUMNS | ( | ) | (_tableColumns.length) |
#define ROW_BOTTOM | ( | __heightInfo) | (__heightInfo.y + __heightInfo.height + _intercellSpacing.height) |
#define UPDATE_COLUMN_RANGES_IF_NECESSARY | ( | ) | if (_dirtyTableColumnRangeIndex !== CPNotFound) [self _recalculateTableColumnRanges]; |