Numworks Epsilon  1.4.1
Graphing Calculator Operating System
store_controller.h
Go to the documentation of this file.
1 #ifndef STATISTICS_STORE_CONTROLLER_H
2 #define STATISTICS_STORE_CONTROLLER_H
3 
4 #include <escher.h>
5 #include "store.h"
6 #include "../shared/store_controller.h"
7 
8 namespace Statistics {
9 
11 public:
13  void willDisplayCellAtLocation(HighlightCell * cell, int i, int j) override;
14 private:
15  bool setDataAtLocation(double floatBody, int columnIndex, int rowIndex) override;
16  HighlightCell * titleCells(int index) override;
17  View * loadView() override;
18  void unloadView(View * view) override;
20 };
21 
22 }
23 
24 #endif
StoreController(Responder *parentResponder, Store *store, ButtonRowController *header)
Responder * parentResponder() const
Definition: responder.cpp:12
ButtonRowController * header()
Definition: view.h:23
static constexpr int k_numberOfTitleCells
void willDisplayCellAtLocation(HighlightCell *cell, int i, int j) override