|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
This is the complete list of members for BufferTextView, including all inherited members.
| appendText(const char *text) | BufferTextView | |
| bounds() const | View | |
| BufferTextView(KDText::FontSize size=KDText::FontSize::Large, float horizontalAlignment=0.5f, float verticalAlignment=0.5f, KDColor textColor=KDColorBlack, KDColor backgroundColor=KDColorWhite) | BufferTextView | |
| drawRect(KDContext *ctx, KDRect rect) const override | TextView | virtual |
| m_fontSize | TextView | protected |
| m_frame | View | protected |
| markRectAsDirty(KDRect rect) | View | protected |
| maxNumberOfCharsInBuffer() | BufferTextView | inlinestatic |
| minimalSizeForOptimalDisplay() const override | TextView | virtual |
| operator=(const View &other)=delete | View | |
| operator=(View &&other)=delete | View | |
| pointFromPointInView(View *view, KDPoint point) | View | |
| resetSuperview() | View | |
| setAlignment(float horizontalAlignment, float verticalAlignment) | TextView | |
| setBackgroundColor(KDColor backgroundColor) | TextView | |
| setFontSize(KDText::FontSize fontSize) | TextView | |
| setFrame(KDRect frame) | View | |
| setSize(KDSize size) | View | |
| setText(const char *text) override | BufferTextView | virtual |
| setTextColor(KDColor textColor) | TextView | |
| subview(int index) | View | |
| text() const override | BufferTextView | virtual |
| TextView(KDText::FontSize size=KDText::FontSize::Large, float horizontalAlignment=0.0f, float verticalAlignment=0.0f, KDColor textColor=KDColorBlack, KDColor backgroundColor=KDColorWhite) | TextView | |
| View() | View | |
| View(const View &other)=delete | View | |
| View(View &&other)=delete | View | |
| ~View() | View | virtual |