| Numworks Epsilon
    1.4.1
    Graphing Calculator Operating System | 
#include <selectable_table_view.h>
 
  
 | Protected Attributes | |
| 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 | 
| 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) | 
Definition at line 18 of file selectable_table_view.h.
| SelectableTableView::SelectableTableView | ( | Responder * | parentResponder, | 
| TableViewDataSource * | dataSource, | ||
| SelectableTableViewDataSource * | selectionDataSource = nullptr, | ||
| SelectableTableViewDelegate * | delegate = nullptr | ||
| ) | 
Definition at line 4 of file selectable_table_view.cpp.
| 
 | inline | 
Definition at line 22 of file selectable_table_view.h.
| void SelectableTableView::deselectTable | ( | ) | 
Definition at line 56 of file selectable_table_view.cpp.
| 
 | overridevirtual | 
Reimplemented from Responder.
Definition at line 44 of file selectable_table_view.cpp.
| 
 | overridevirtual | 
Reimplemented from Responder.
Definition at line 107 of file selectable_table_view.cpp.
Definition at line 30 of file selectable_table_view.cpp.
Definition at line 67 of file selectable_table_view.cpp.
| void SelectableTableView::selectColumn | ( | int | i | ) | 
Definition at line 26 of file selectable_table_view.cpp.
| HighlightCell * SelectableTableView::selectedCell | ( | ) | 
Definition at line 100 of file selectable_table_view.cpp.
| int SelectableTableView::selectedColumn | ( | ) | 
Definition at line 18 of file selectable_table_view.cpp.
| int SelectableTableView::selectedRow | ( | ) | 
Definition at line 14 of file selectable_table_view.cpp.
| void SelectableTableView::selectRow | ( | int | j | ) | 
Definition at line 22 of file selectable_table_view.cpp.
| 
 | overridevirtual | 
Reimplemented from Responder.
Definition at line 52 of file selectable_table_view.cpp.
| 
 | protected | 
Definition at line 36 of file selectable_table_view.h.
| 
 | protected | 
Definition at line 35 of file selectable_table_view.h.