|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <grid_layout.h>
Public Member Functions | |
| GridLayout (ExpressionLayout **entryLayouts, int numberOfRows, int numberOfColumns) | |
| ~GridLayout () | |
| GridLayout (const GridLayout &other)=delete | |
| GridLayout (GridLayout &&other)=delete | |
| GridLayout & | operator= (const GridLayout &other)=delete |
| GridLayout & | operator= (GridLayout &&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 grid_layout.h.
| Poincare::GridLayout::GridLayout | ( | ExpressionLayout ** | entryLayouts, |
| int | numberOfRows, | ||
| int | numberOfColumns | ||
| ) |
Definition at line 9 of file grid_layout.cpp.
| Poincare::GridLayout::~GridLayout | ( | ) |
Definition at line 22 of file grid_layout.cpp.
|
delete |
|
delete |
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 81 of file grid_layout.cpp.
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 77 of file grid_layout.cpp.
|
delete |
|
delete |
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 88 of file grid_layout.cpp.
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 73 of file grid_layout.cpp.