Class CCTableViewDelegate

#include <Geode/cocos/extensions/GUI/CCScrollView/CCTableView.h>
classCCTableViewDelegate:publiccocos2d::extension::CCScrollViewDelegate{ ... }

Sole purpose of this delegate is to single touch event in this version.

Examples0
Public static methods0
Public member functions4
virtualvoidtableCellTouched(,)=0

Delegate to respond touch event

Parameters

table

table contains the given cell

cell

cell that is touched
virtualvoidtableCellHighlight(,)

Delegate to respond a table cell press event.

Parameters

table

table contains the given cell

cell

cell that is pressed
virtualvoidtableCellUnhighlight(,)

Delegate to respond a table cell release event

Parameters

table

table contains the given cell

cell

cell that is pressed
virtualvoidtableCellWillRecycle(,)

Delegate called when the cell is about to be recycled. Immediately after this call the cell will be removed from the scene graph and recycled.

Parameters

table

table contains the given cell

cell

cell that is pressed
Fields0
Protected member functions0
Protected fields0
Derived classes0