Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <conjugate_layout.h>
Public Member Functions | |
ConjugateLayout (ExpressionLayout *operandLayout) | |
~ConjugateLayout () | |
ConjugateLayout (const ConjugateLayout &other)=delete | |
ConjugateLayout (ConjugateLayout &&other)=delete | |
ConjugateLayout & | operator= (const ConjugateLayout &other)=delete |
ConjugateLayout & | operator= (ConjugateLayout &&other)=delete |
![]() | |
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 | |
![]() | |
KDCoordinate | m_baseline |
Definition at line 9 of file conjugate_layout.h.
Poincare::ConjugateLayout::ConjugateLayout | ( | ExpressionLayout * | operandLayout | ) |
Definition at line 9 of file conjugate_layout.cpp.
Poincare::ConjugateLayout::~ConjugateLayout | ( | ) |
Definition at line 17 of file conjugate_layout.cpp.
|
delete |
|
delete |
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 30 of file conjugate_layout.cpp.
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 25 of file conjugate_layout.cpp.
|
delete |
|
delete |
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 37 of file conjugate_layout.cpp.
|
overrideprotectedvirtual |
Implements Poincare::ExpressionLayout.
Definition at line 21 of file conjugate_layout.cpp.