|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <selectable_table_view.h>
Additional Inherited Members | |
Protected Member Functions inherited from TableView | |
| TableViewDataSource * | dataSource () |
| void | layoutSubviews () override |
Protected Member Functions inherited from ScrollView | |
| KDCoordinate | maxContentWidthDisplayableWithoutScrolling () |
| KDCoordinate | maxContentHeightDisplayableWithoutScrolling () |
| KDRect | visibleContentRect () |
| void | updateScrollIndicator () |
| KDSize | contentSize () |
Protected Member Functions inherited from View | |
| void | markRectAsDirty (KDRect rect) |
Protected Attributes inherited from SelectableTableView | |
| SelectableTableViewDataSource * | m_selectionDataSource |
| SelectableTableViewDelegate * | m_delegate |
Protected Attributes inherited from TableView | |
| ContentView | m_contentView |
Protected Attributes inherited from ScrollView | |
| View * | m_contentView |
Protected Attributes inherited from View | |
| KDRect | m_frame |
Definition at line 8 of file selectable_table_view.h.
| Calculation::CalculationSelectableTableView::CalculationSelectableTableView | ( | Responder * | parentResponder, |
| TableViewDataSource * | dataSource, | ||
| SelectableTableViewDataSource * | selectionDataSource, | ||
| SelectableTableViewDelegate * | delegate = nullptr |
||
| ) |
Definition at line 5 of file selectable_table_view.cpp.
|
overridevirtual |
Reimplemented from TableView.
Definition at line 14 of file selectable_table_view.cpp.
| void Calculation::CalculationSelectableTableView::scrollToSubviewOfTypeOfCellAtLocation | ( | HistoryViewCell::SubviewType | subviewType, |
| int | i, | ||
| int | j | ||
| ) |
Definition at line 41 of file selectable_table_view.cpp.