Numworks Epsilon  1.4.1
Graphing Calculator Operating System
sum_layout.h
Go to the documentation of this file.
1 #ifndef POINCARE_SUM_LAYOUT_H
2 #define POINCARE_SUM_LAYOUT_H
3 
4 #include "sequence_layout.h"
5 
6 namespace Poincare {
7 
8 class SumLayout : public SequenceLayout {
9 public:
11 private:
12  void render(KDContext * ctx, KDPoint p, KDColor expressionColor, KDColor backgroundColor) override;
13 };
14 
15 }
16 
17 #endif
SequenceLayout(ExpressionLayout *lowerBoundLayout, ExpressionLayout *upperBoundLayout, ExpressionLayout *argumentLayout)
Definition: point.h:6
Definition: color.h:6