| Numworks Epsilon
    1.4.1
    Graphing Calculator Operating System | 
#include <text_area.h>
 
  
 | Additional Inherited Members | |
|  Protected Member Functions inherited from TextInput | |
| bool | insertTextAtLocation (const char *textBuffer, int location) | 
| virtual bool | removeEndOfLine () | 
| ContentView * | contentView () | 
|  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 text_area.h.
| TextArea::TextArea | ( | Responder * | parentResponder, | 
| char * | textBuffer = nullptr, | ||
| size_t | textBufferSize = 0, | ||
| TextAreaDelegate * | delegate = nullptr, | ||
| KDText::FontSize | fontSize = KDText::FontSize::Large, | ||
| KDColor | textColor = KDColorBlack, | ||
| KDColor | backgroundColor = KDColorWhite | ||
| ) | 
Definition at line 284 of file text_area.cpp.
| 
 | overridevirtual | 
Reimplemented from ScrollableView.
Definition at line 303 of file text_area.cpp.
Implements TextInput.
Definition at line 294 of file text_area.cpp.
| 
 | inline | 
Definition at line 13 of file text_area.h.
| void TextArea::setText | ( | char * | textBuffer, | 
| size_t | textBufferSize | ||
| ) | 
Definition at line 340 of file text_area.cpp.