1 #ifndef POINCARE_CONDENSED_SUM_LAYOUT_H 2 #define POINCARE_CONDENSED_SUM_LAYOUT_H void render(KDContext *ctx, KDPoint p, KDColor expressionColor, KDColor backgroundColor) override
KDSize computeSize() override
KDPoint positionOfChild(ExpressionLayout *child) override
CondensedSumLayout(ExpressionLayout *baseLayout, ExpressionLayout *subscriptLayout, ExpressionLayout *superscriptLayout=nullptr)
CondensedSumLayout & operator=(const CondensedSumLayout &other)=delete
ExpressionLayout * child(uint16_t index) override