Numworks Epsilon  1.4.1
Graphing Calculator Operating System
selectable_table_view.h
Go to the documentation of this file.
1 #ifndef CALCULATION_SELECTABLE_TABLE_VIEW_H
2 #define CALCULATION_SELECTABLE_TABLE_VIEW_H
3 
4 #include <escher.h>
5 #include "history_view_cell.h"
6 namespace Calculation {
7 
9 public:
11  SelectableTableViewDataSource * selectionDataSource, SelectableTableViewDelegate * delegate = nullptr);
12  void scrollToCell(int i, int j) override;
14 };
15 
16 }
17 
18 #endif
void scrollToSubviewOfTypeOfCellAtLocation(HistoryViewCell::SubviewType subviewType, int i, int j)
Responder * parentResponder() const
Definition: responder.cpp:12
TableViewDataSource * dataSource()
Definition: table_view.cpp:20
CalculationSelectableTableView(Responder *parentResponder, TableViewDataSource *dataSource, SelectableTableViewDataSource *selectionDataSource, SelectableTableViewDelegate *delegate=nullptr)