|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <condensed_sum_layout.h>
Public Member Functions | |
| CondensedSumLayout (ExpressionLayout *baseLayout, ExpressionLayout *subscriptLayout, ExpressionLayout *superscriptLayout=nullptr) | |
| ~CondensedSumLayout () | |
| CondensedSumLayout (const CondensedSumLayout &other)=delete | |
| CondensedSumLayout (CondensedSumLayout &&other)=delete | |
| CondensedSumLayout & | operator= (const CondensedSumLayout &other)=delete |
| CondensedSumLayout & | operator= (CondensedSumLayout &&other)=delete |
Public Member Functions inherited from Poincare::ExpressionLayout | |
| ExpressionLayout () | |
| virtual | ~ExpressionLayout ()=default |
| void | draw (KDContext *ctx, KDPoint p, KDColor expressionColor=KDColorBlack, KDColor backgroundColor=KDColorWhite) |
| KDPoint | origin () |
| KDSize | size () |
| KDCoordinate | baseline () |
| void | setParent (ExpressionLayout *parent) |
Protected Member Functions | |
| void | render (KDContext *ctx, KDPoint p, KDColor expressionColor, KDColor backgroundColor) override |
| KDSize | computeSize () override |
| ExpressionLayout * | child (uint16_t index) override |
| KDPoint | positionOfChild (ExpressionLayout *child) override |
Additional Inherited Members | |
Protected Attributes inherited from Poincare::ExpressionLayout | |
| KDCoordinate | m_baseline |
Definition at line 9 of file condensed_sum_layout.h.
| Poincare::CondensedSumLayout::CondensedSumLayout | ( | ExpressionLayout * | baseLayout, |
| ExpressionLayout * | subscriptLayout, | ||
| ExpressionLayout * | superscriptLayout = nullptr |
||
| ) |
Definition at line 7 of file condensed_sum_layout.cpp.
| Poincare::CondensedSumLayout::~CondensedSumLayout | ( | ) |
Definition at line 22 of file condensed_sum_layout.cpp.
|
delete |
|
delete |
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 41 of file condensed_sum_layout.cpp.
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 34 of file condensed_sum_layout.cpp.
|
delete |
|
delete |
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 54 of file condensed_sum_layout.cpp.
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 30 of file condensed_sum_layout.cpp.