| app() | Responder | |
| backgroundColor() const | TextInput | inline |
| bottomMargin() const | ScrollView | inline |
| bounds() const | View | |
| colorsBackground() const | ScrollView | inline |
| commonAncestorWith(Responder *responder) | Responder | |
| contentOffset() const | ScrollView | inline |
| contentSize() | ScrollView | protected |
| contentView() | TextInput | inlineprotected |
| cursorLocation() const | TextInput | inline |
| didBecomeFirstResponder() | Responder | virtual |
| didEnterResponderChain(Responder *previousFirstResponder) | Responder | virtual |
| drawRect(KDContext *ctx, KDRect rect) const override | ScrollView | virtual |
| handleEvent(Ion::Events::Event event) override | ScrollableView | virtual |
| handleEventWithText(const char *text, bool indenting=false)=0 | TextInput | pure virtual |
| horizontalScrollIndicator() | ScrollView | inline |
| indicatorThickness() const | ScrollView | inline |
| insertTextAtLocation(const char *textBuffer, int location) | TextInput | protected |
| layoutSubviews() override | ScrollableView | protectedvirtual |
| leftMargin() const | ScrollView | inline |
| m_contentView | ScrollView | protected |
| m_frame | View | protected |
| m_manualScrollingOffset | ScrollableView | protected |
| markRectAsDirty(KDRect rect) | View | protected |
| maxContentHeightDisplayableWithoutScrolling() | ScrollView | protected |
| maxContentWidthDisplayableWithoutScrolling() | ScrollView | protected |
| minimalSizeForOptimalDisplay() const | View | virtual |
| nonEditableContentView() const =0 | TextInput | protectedpure virtual |
| offset() const | ScrollViewDataSource | |
| operator=(const View &other)=delete | View | |
| operator=(View &&other)=delete | View | |
| parentResponder() const | Responder | |
| pointFromPointInView(View *view, KDPoint point) | View | |
| reloadScroll(bool forceRelayout=false) | ScrollableView | |
| removeChar() | TextInput | |
| removeEndOfLine() | TextInput | protectedvirtual |
| resetSuperview() | View | |
| Responder(Responder *parentResponder) | Responder | |
| rightMargin() const | ScrollView | inline |
| ScrollableView(Responder *parentResponder, View *view, ScrollViewDataSource *dataSource) | ScrollableView | |
| scrollToContentPoint(KDPoint p, bool allowOverscroll=false) | ScrollView | |
| scrollToContentRect(KDRect rect, bool allowOverscroll=false) | ScrollView | |
| scrollToCursor() | TextInput | virtual |
| ScrollView(View *contentView, ScrollViewDataSource *dataSource) | ScrollView | |
| ScrollViewDataSource() | ScrollViewDataSource | |
| setBackgroundColor(KDColor backgroundColor) | TextInput | |
| setBottomMargin(KDCoordinate m) | ScrollView | inline |
| setColorsBackground(bool c) | ScrollView | inline |
| setCommonMargins() | ScrollView | |
| setContentOffset(KDPoint offset, bool forceRelayout=false) | ScrollView | |
| setCursorLocation(int location) | TextInput | |
| setFrame(KDRect frame) | View | |
| setIndicatorThickness(KDCoordinate t) | ScrollView | inline |
| setLeftMargin(KDCoordinate m) | ScrollView | inline |
| setMargins(KDCoordinate top, KDCoordinate right, KDCoordinate bottom, KDCoordinate left) | ScrollView | inline |
| setMargins(KDCoordinate m) | ScrollView | inline |
| setOffset(KDPoint offset) | ScrollViewDataSource | |
| setParentResponder(Responder *responder) | Responder | |
| setRightMargin(KDCoordinate m) | ScrollView | inline |
| setShowsIndicators(bool s) | ScrollView | inline |
| setSize(KDSize size) | View | |
| setTextColor(KDColor textColor) | TextInput | |
| setTopMargin(KDCoordinate m) | ScrollView | inline |
| showsIndicators() const | ScrollView | inline |
| subview(int index) | View | |
| text() const | TextInput | inline |
| TextInput(Responder *parentResponder, View *contentView) | TextInput | |
| toolbox() override | TextInput | virtual |
| topMargin() const | ScrollView | inline |
| updateScrollIndicator() | ScrollView | protected |
| verticalScrollIndicator() | ScrollView | inline |
| View() | View | |
| View(const View &other)=delete | View | |
| View(View &&other)=delete | View | |
| visibleContentRect() | ScrollView | protected |
| willExitResponderChain(Responder *nextFirstResponder) | Responder | virtual |
| willResignFirstResponder() | Responder | virtual |
| ~View() | View | virtual |