1 #ifndef POINCARE_BASELINE_RELATIVE_LAYOUT_H 2 #define POINCARE_BASELINE_RELATIVE_LAYOUT_H KDPoint positionOfChild(ExpressionLayout *child) override
ExpressionLayout * indiceLayout()
KDSize computeSize() override
ExpressionLayout * baseLayout()
BaselineRelativeLayout(ExpressionLayout *baseLayout, ExpressionLayout *indiceLayout, Type type)
ExpressionLayout * child(uint16_t index) override
void render(KDContext *ctx, KDPoint p, KDColor expressionColor, KDColor backgroundColor) override
BaselineRelativeLayout & operator=(const BaselineRelativeLayout &other)=delete
~BaselineRelativeLayout()