|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <scrollable_output_expressions_view.h>
Additional Inherited Members | |
Protected Member Functions inherited from ScrollableView | |
| 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 ScrollableView | |
| KDPoint | m_manualScrollingOffset |
Protected Attributes inherited from ScrollView | |
| View * | m_contentView |
Protected Attributes inherited from View | |
| KDRect | m_frame |
Definition at line 9 of file scrollable_output_expressions_view.h.
| Calculation::ScrollableOutputExpressionsView::ScrollableOutputExpressionsView | ( | Responder * | parentResponder | ) |
Definition at line 7 of file scrollable_output_expressions_view.cpp.
|
overridevirtual |
Reimplemented from Responder.
Definition at line 17 of file scrollable_output_expressions_view.cpp.
| KDPoint Calculation::ScrollableOutputExpressionsView::manualScrollingOffset | ( | ) | const |
Definition at line 25 of file scrollable_output_expressions_view.cpp.
|
overridevirtual |
Reimplemented from View.
Definition at line 21 of file scrollable_output_expressions_view.cpp.
| OutputExpressionsView * Calculation::ScrollableOutputExpressionsView::outputView | ( | ) |
Definition at line 13 of file scrollable_output_expressions_view.cpp.