1 #ifndef POINCARE_HORIZONTAL_LAYOUT_H 2 #define POINCARE_HORIZONTAL_LAYOUT_H 23 int m_number_of_children;
HorizontalLayout(ExpressionLayout **layouts, int number_of_children)
void render(KDContext *ctx, KDPoint p, KDColor expressionColor, KDColor backgroundColor) override
HorizontalLayout & operator=(const HorizontalLayout &other)=delete
ExpressionLayout * child(uint16_t index) override
KDSize computeSize() override
KDPoint positionOfChild(ExpressionLayout *child) override