Numworks Epsilon  1.4.1
Graphing Calculator Operating System
picview_app.h
Go to the documentation of this file.
1 #ifndef PICVIEW_PICVIEW_APP_H
2 #define PICVIEW_PICVIEW_APP_H
3 
4 #include <escher.h>
5 #include "picview_controller.h"
6 
7 class PicViewApp : public App {
8 public:
10 private:
11  PicViewController m_picViewController;
12 };
13 
14 #endif
PicViewApp(Container *container)
Definition: picview_app.cpp:3
Definition: app.h:23
const Container * container() const
Definition: app.cpp:102