Sole purpose of this delegate is to single touch event in this version. More...
#include <CCTableView.h>
Public Member Functions | |
virtual void | tableCellTouched (TableView *table, TableViewCell *cell)=0 |
Delegate to respond touch event. More... | |
virtual void | tableCellHighlight (TableView *table, TableViewCell *cell) |
Delegate to respond a table cell press event. More... | |
virtual void | tableCellUnhighlight (TableView *table, TableViewCell *cell) |
Delegate to respond a table cell release event. More... | |
virtual void | tableCellWillRecycle (TableView *table, TableViewCell *cell) |
Delegate called when the cell is about to be recycled. More... | |
Public Member Functions inherited from ScrollViewDelegate | |
virtual | ~ScrollViewDelegate () |
virtual void | scrollViewDidScroll (ScrollView *view) |
virtual void | scrollViewDidZoom (ScrollView *view) |
Sole purpose of this delegate is to single touch event in this version.
|
inlinevirtual |
Delegate to respond a table cell press event.
table | table contains the given cell |
cell | cell that is pressed |
|
pure virtual |
Delegate to respond touch event.
table | table contains the given cell |
cell | cell that is touched |
|
inlinevirtual |
Delegate to respond a table cell release event.
table | table contains the given cell |
cell | cell that is pressed |
|
inlinevirtual |
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 |