Sole purpose of this delegate is to single touch event in this version.
Class CCTableViewDelegate
#include <Geode/cocos/extensions/GUI/CCScrollView/CCTableView.h>classCCTableViewDelegate:publiccocos2d::extension::CCScrollViewDelegate{ ... }
Examples0
Public static methods0
Public member functions4
virtualvoidtableCellTouched(,)=0
Delegate to respond touch event
table
table contains the given cell
cell
cell that is touched
virtualvoidtableCellHighlight(,)
Delegate to respond a table cell press event.
table
table contains the given cell
cell
cell that is pressed
virtualvoidtableCellUnhighlight(,)
Delegate to respond a table cell release event
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.
table
table contains the given cell
cell
cell that is pressed