Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <table_view.h>
Public Member Functions | |
ContentView (TableView *tableView, TableViewDataSource *dataSource, KDCoordinate horizontalCellOverlap, KDCoordinate verticalCellOverlap) | |
KDSize | minimalSizeForOptimalDisplay () const override |
void | setHorizontalCellOverlap (KDCoordinate o) |
void | setVerticalCellOverlap (KDCoordinate o) |
void | scrollToCell (int i, int j) const |
void | reloadCellAtLocation (int i, int j) |
HighlightCell * | cellAtLocation (int i, int j) |
void | resizeToFitContent () |
TableViewDataSource * | dataSource () |
Public Member Functions inherited from View | |
View () | |
virtual | ~View () |
View (const View &other)=delete | |
View (View &&other)=delete | |
View & | operator= (const View &other)=delete |
View & | operator= (View &&other)=delete |
void | resetSuperview () |
virtual void | drawRect (KDContext *ctx, KDRect rect) const |
void | setSize (KDSize size) |
void | setFrame (KDRect frame) |
KDPoint | pointFromPointInView (View *view, KDPoint point) |
KDRect | bounds () const |
View * | subview (int index) |
Additional Inherited Members | |
Protected Member Functions inherited from View | |
void | markRectAsDirty (KDRect rect) |
Protected Attributes inherited from View | |
KDRect | m_frame |
Definition at line 26 of file table_view.h.
TableView::ContentView::ContentView | ( | TableView * | tableView, |
TableViewDataSource * | dataSource, | ||
KDCoordinate | horizontalCellOverlap, | ||
KDCoordinate | verticalCellOverlap | ||
) |
Definition at line 55 of file table_view.cpp.
HighlightCell * TableView::ContentView::cellAtLocation | ( | int | i, |
int | j | ||
) |
Definition at line 121 of file table_view.cpp.
TableViewDataSource * TableView::ContentView::dataSource | ( | ) |
Definition at line 68 of file table_view.cpp.
|
overridevirtual |
Reimplemented from View.
Definition at line 64 of file table_view.cpp.
void TableView::ContentView::reloadCellAtLocation | ( | int | i, |
int | j | ||
) |
Definition at line 98 of file table_view.cpp.
void TableView::ContentView::resizeToFitContent | ( | ) |
Definition at line 78 of file table_view.cpp.
void TableView::ContentView::scrollToCell | ( | int | i, |
int | j | ||
) | const |
Definition at line 93 of file table_view.cpp.
|
inline |
Definition at line 31 of file table_view.h.
|
inline |
Definition at line 32 of file table_view.h.