|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <expression_view.h>
Public Member Functions | |
| ExpressionView (float horizontalAlignment=0.0f, float verticalAlignment=0.5f, KDColor textColor=KDColorBlack, KDColor backgroundColor=KDColorWhite) | |
| Poincare::ExpressionLayout * | expressionLayout () const |
| void | setExpression (Poincare::ExpressionLayout *expressionLayout) |
| void | drawRect (KDContext *ctx, KDRect rect) const override |
| void | setBackgroundColor (KDColor backgroundColor) |
| void | setTextColor (KDColor textColor) |
| void | setAlignment (float horizontalAlignment, float verticalAlignment) |
| KDSize | minimalSizeForOptimalDisplay () const override |
Public Member Functions inherited from View | |
| View () | |
| virtual | ~View () |
| View (const View &other)=delete | |
| View (View &&other)=delete | |
| View & | operator= (const View &other)=delete |
| View & | operator= (View &&other)=delete |
| void | resetSuperview () |
| void | setSize (KDSize size) |
| void | setFrame (KDRect frame) |
| KDPoint | pointFromPointInView (View *view, KDPoint point) |
| KDRect | bounds () const |
| View * | subview (int index) |
Additional Inherited Members | |
Protected Member Functions inherited from View | |
| void | markRectAsDirty (KDRect rect) |
Protected Attributes inherited from View | |
| KDRect | m_frame |
Definition at line 14 of file expression_view.h.
| ExpressionView::ExpressionView | ( | float | horizontalAlignment = 0.0f, |
| float | verticalAlignment = 0.5f, |
||
| KDColor | textColor = KDColorBlack, |
||
| KDColor | backgroundColor = KDColorWhite |
||
| ) |
Definition at line 4 of file expression_view.cpp.
Reimplemented from View.
Definition at line 50 of file expression_view.cpp.
| ExpressionLayout * ExpressionView::expressionLayout | ( | ) | const |
Definition at line 14 of file expression_view.cpp.
|
overridevirtual |
Reimplemented from View.
Definition at line 43 of file expression_view.cpp.
| void ExpressionView::setAlignment | ( | float | horizontalAlignment, |
| float | verticalAlignment | ||
| ) |
Definition at line 37 of file expression_view.cpp.
| void ExpressionView::setBackgroundColor | ( | KDColor | backgroundColor | ) |
Definition at line 23 of file expression_view.cpp.
| void ExpressionView::setExpression | ( | Poincare::ExpressionLayout * | expressionLayout | ) |
Definition at line 18 of file expression_view.cpp.
| void ExpressionView::setTextColor | ( | KDColor | textColor | ) |
Definition at line 30 of file expression_view.cpp.