Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
This is the complete list of members for PointerTextView, including all inherited members.
bounds() const | View | |
drawRect(KDContext *ctx, KDRect rect) const override | TextView | virtual |
m_fontSize | TextView | protected |
m_frame | View | protected |
markRectAsDirty(KDRect rect) | View | protected |
minimalSizeForOptimalDisplay() const override | PointerTextView | virtual |
operator=(const View &other)=delete | View | |
operator=(View &&other)=delete | View | |
PointerTextView(KDText::FontSize size=KDText::FontSize::Large, const char *text=nullptr, float horizontalAlignment=0.0f, float verticalAlignment=0.0f, KDColor textColor=KDColorBlack, KDColor backgroundColor=KDColorWhite) | PointerTextView | |
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 | PointerTextView | virtual |
setTextColor(KDColor textColor) | TextView | |
subview(int index) | View | |
text() const override | PointerTextView | inlinevirtual |
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 |