|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <horizontal_layout.h>
Public Member Functions | |
| HorizontalLayout (ExpressionLayout **layouts, int number_of_children) | |
| ~HorizontalLayout () | |
| HorizontalLayout (const HorizontalLayout &other)=delete | |
| HorizontalLayout (HorizontalLayout &&other)=delete | |
| HorizontalLayout & | operator= (const HorizontalLayout &other)=delete |
| HorizontalLayout & | operator= (HorizontalLayout &&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 horizontal_layout.h.
| Poincare::HorizontalLayout::HorizontalLayout | ( | ExpressionLayout ** | layouts, |
| int | number_of_children | ||
| ) |
Definition at line 11 of file horizontal_layout.cpp.
| Poincare::HorizontalLayout::~HorizontalLayout | ( | ) |
Definition at line 24 of file horizontal_layout.cpp.
|
delete |
|
delete |
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 52 of file horizontal_layout.cpp.
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 34 of file horizontal_layout.cpp.
|
delete |
|
delete |
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 61 of file horizontal_layout.cpp.
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 31 of file horizontal_layout.cpp.