|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <ceiling_layout.h>
Public Member Functions | |
| CeilingLayout (ExpressionLayout *operandLayout) | |
| ~CeilingLayout () | |
| CeilingLayout (const CeilingLayout &other)=delete | |
| CeilingLayout (CeilingLayout &&other)=delete | |
| CeilingLayout & | operator= (const CeilingLayout &other)=delete |
| CeilingLayout & | operator= (CeilingLayout &&other)=delete |
Public Member Functions inherited from Poincare::BracketLayout | |
| BracketLayout (ExpressionLayout *operandLayout) | |
| ~BracketLayout () | |
| BracketLayout (const BracketLayout &other)=delete | |
| BracketLayout (BracketLayout &&other)=delete | |
| BracketLayout & | operator= (const BracketLayout &other)=delete |
| BracketLayout & | operator= (BracketLayout &&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 | |
| bool | renderBottomBar () const override |
Protected Member Functions inherited from Poincare::BracketLayout | |
| virtual KDCoordinate | widthMargin () const |
| virtual bool | renderTopBar () const |
| 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 8 of file ceiling_layout.h.
|
inline |
Definition at line 10 of file ceiling_layout.h.
|
inline |
Definition at line 11 of file ceiling_layout.h.
|
delete |
|
delete |
|
delete |
|
delete |
|
inlineoverrideprotectedvirtual |
Reimplemented from Poincare::BracketLayout.
Definition at line 17 of file ceiling_layout.h.