Numworks Epsilon  1.4.1
Graphing Calculator Operating System
scrollable_output_expressions_view.h
Go to the documentation of this file.
1 #ifndef CALCULATION_SCROLLABLE_OUTPUT_EXPRESSIONS_VIEW_H
2 #define CALCULATION_SCROLLABLE_OUTPUT_EXPRESSIONS_VIEW_H
3 
4 #include <escher.h>
6 
7 namespace Calculation {
8 
10 public:
13  void didBecomeFirstResponder() override;
14  KDSize minimalSizeForOptimalDisplay() const override;
16 private:
17  OutputExpressionsView m_outputView;
18 };
19 
20 }
21 
22 #endif
Responder * parentResponder() const
Definition: responder.cpp:12
Definition: point.h:6
Definition: size.h:6