Numworks Epsilon  1.4.1
Graphing Calculator Operating System
selectable_table_view_delegate.h
Go to the documentation of this file.
1 #ifndef ESCHER_SELECTABLE_TABLE_VIEW_DELEGATE_H
2 #define ESCHER_SELECTABLE_TABLE_VIEW_DELEGATE_H
3 
5 
7 public:
8  virtual void tableViewDidChangeSelection(SelectableTableView * t, int previousSelectedCellX, int previousSelectedCellY);
9 };
10 
11 #endif
virtual void tableViewDidChangeSelection(SelectableTableView *t, int previousSelectedCellX, int previousSelectedCellY)