Numworks Epsilon  1.4.1
Graphing Calculator Operating System
function_banner_delegate.h
Go to the documentation of this file.
1 #ifndef SHARED_FUNCTION_BANNER_DELEGATE_H
2 #define SHARED_FUNCTION_BANNER_DELEGATE_H
3 
4 #include "function_store.h"
5 #include "banner_view.h"
6 #include "curve_view_cursor.h"
7 
8 namespace Shared {
9 
11 public:
12  constexpr static int k_maxNumberOfCharacters = 50;
13  constexpr static int k_maxDigitLegendLength = 11;
14 protected:
15  void reloadBannerViewForCursorOnFunction(CurveViewCursor * cursor, Function * function, char symbol);
16  virtual BannerView * bannerView() = 0;
17 };
18 
19 }
20 
21 #endif
static constexpr int k_maxNumberOfCharacters
void reloadBannerViewForCursorOnFunction(CurveViewCursor *cursor, Function *function, char symbol)
virtual BannerView * bannerView()=0