Numworks Epsilon  1.4.1
Graphing Calculator Operating System
expression_table_cell.h
Go to the documentation of this file.
1 #ifndef ESCHER_EXPRESSION_TABLE_CELL_H
2 #define ESCHER_EXPRESSION_TABLE_CELL_H
3 
5 #include <escher/table_cell.h>
6 
7 class ExpressionTableCell : public TableCell {
8 public:
10  View * labelView() const override;
11  void setHighlighted(bool highlight) override;
12  void setExpression(Poincare::ExpressionLayout * expressionLayout);
13 private:
14  ExpressionView m_labelExpressionView;
15 };
16 
17 #endif
void setExpression(Poincare::ExpressionLayout *expressionLayout)
void setHighlighted(bool highlight) override
Definition: view.h:23
ExpressionTableCell(Layout layout=Layout::Horizontal)
View * labelView() const override