Numworks Epsilon  1.4.1
Graphing Calculator Operating System
scrollable_expression_view.h
Go to the documentation of this file.
1 #ifndef CALCULATION_SCROLLABLE_EXPRESSION_VIEW_H
2 #define CALCULATION_SCROLLABLE_EXPRESSION_VIEW_H
3 
4 #include <escher.h>
5 
6 namespace Calculation {
7 
9 public:
11  void setExpression(Poincare::ExpressionLayout * expressionLayout);
13  KDSize minimalSizeForOptimalDisplay() const override;
14 private:
15  ExpressionView m_expressionView;
16 };
17 
18 }
19 
20 #endif
void setExpression(Poincare::ExpressionLayout *expressionLayout)
ScrollableExpressionView(Responder *parentResponder)
void setBackgroundColor(KDColor backgroundColor)
Responder * parentResponder() const
Definition: responder.cpp:12
KDColor backgroundColor() const
Definition: scroll_view.h:33
Definition: size.h:6
Definition: color.h:6