1 #ifndef POINCARE_CONJUGATE_LAYOUT_H 2 #define POINCARE_CONJUGATE_LAYOUT_H
void render(KDContext *ctx, KDPoint p, KDColor expressionColor, KDColor backgroundColor) override
KDSize computeSize() override
KDPoint positionOfChild(ExpressionLayout *child) override
ConjugateLayout & operator=(const ConjugateLayout &other)=delete
ExpressionLayout * child(uint16_t index) override
ConjugateLayout(ExpressionLayout *operandLayout)