|
| | TableView (TableViewDataSource *dataSource, ScrollViewDataSource *scrollDataSource) |
| |
| void | setHorizontalCellOverlap (KDCoordinate o) |
| |
| void | setVerticalCellOverlap (KDCoordinate o) |
| |
| virtual void | scrollToCell (int i, int j) |
| |
| HighlightCell * | cellAtLocation (int i, int j) |
| |
| void | reloadCellAtLocation (int i, int j) |
| |
| KDSize | minimalSizeForOptimalDisplay () const override |
| |
| | ScrollView (View *contentView, ScrollViewDataSource *dataSource) |
| |
| void | drawRect (KDContext *ctx, KDRect rect) const override |
| |
| void | setTopMargin (KDCoordinate m) |
| |
| KDCoordinate | topMargin () const |
| |
| void | setRightMargin (KDCoordinate m) |
| |
| KDCoordinate | rightMargin () const |
| |
| void | setBottomMargin (KDCoordinate m) |
| |
| KDCoordinate | bottomMargin () const |
| |
| void | setLeftMargin (KDCoordinate m) |
| |
| KDCoordinate | leftMargin () const |
| |
| void | setMargins (KDCoordinate top, KDCoordinate right, KDCoordinate bottom, KDCoordinate left) |
| |
| void | setMargins (KDCoordinate m) |
| |
| void | setCommonMargins () |
| |
| void | setShowsIndicators (bool s) |
| |
| bool | showsIndicators () const |
| |
| void | setColorsBackground (bool c) |
| |
| bool | colorsBackground () const |
| |
| void | setBackgroundColor (KDColor c) |
| |
| KDColor | backgroundColor () const |
| |
| ScrollViewIndicator * | verticalScrollIndicator () |
| |
| ScrollViewIndicator * | horizontalScrollIndicator () |
| |
| void | setIndicatorThickness (KDCoordinate t) |
| |
| KDCoordinate | indicatorThickness () const |
| |
| void | setContentOffset (KDPoint offset, bool forceRelayout=false) |
| |
| KDPoint | contentOffset () const |
| |
| void | scrollToContentPoint (KDPoint p, bool allowOverscroll=false) |
| |
| void | scrollToContentRect (KDRect rect, bool allowOverscroll=false) |
| |
| | 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 () |
| |
| void | setSize (KDSize size) |
| |
| void | setFrame (KDRect frame) |
| |
| KDPoint | pointFromPointInView (View *view, KDPoint point) |
| |
| KDRect | bounds () const |
| |
| View * | subview (int index) |
| |
Definition at line 9 of file table_view.h.