1 #ifndef ESCHER_EVEN_ODD_EXPRESSION_CELL_H 2 #define ESCHER_EVEN_ODD_EXPRESSION_CELL_H 11 void setEven(
bool even)
override;
17 void setAlignment(
float horizontalAlignment,
float verticalAlignment);
int numberOfSubviews() const override
void setHighlighted(bool highlight) override
virtual KDColor backgroundColor() const
void setAlignment(float horizontalAlignment, float verticalAlignment)
void layoutSubviews() override
void setTextColor(KDColor textColor)
void setEven(bool even) override
constexpr KDColor KDColorWhite
KDSize minimalSizeForOptimalDisplay() const override
EvenOddExpressionCell(float horizontalAlignment=0.0f, float verticalAlignment=0.5f, KDColor textColor=KDColorBlack, KDColor backgroundColor=KDColorWhite)
constexpr KDColor KDColorBlack
View * subviewAtIndex(int index) override
ExpressionView m_expressionView
void setExpression(Poincare::ExpressionLayout *expressionLayout)
void setBackgroundColor(KDColor backgroundColor)