|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <scrollable_view.h>
Protected Member Functions | |
| 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 | |
| KDPoint | m_manualScrollingOffset |
Protected Attributes inherited from ScrollView | |
| View * | m_contentView |
Protected Attributes inherited from View | |
| KDRect | m_frame |
Definition at line 7 of file scrollable_view.h.
| ScrollableView::ScrollableView | ( | Responder * | parentResponder, |
| View * | view, | ||
| ScrollViewDataSource * | dataSource | ||
| ) |
Definition at line 5 of file scrollable_view.cpp.
|
overridevirtual |
Reimplemented from Responder.
Reimplemented in TextField, and TextArea.
Definition at line 14 of file scrollable_view.cpp.
|
overrideprotectedvirtual |
Reimplemented from ScrollView.
Definition at line 53 of file scrollable_view.cpp.
Definition at line 48 of file scrollable_view.cpp.
|
protected |
Definition at line 14 of file scrollable_view.h.