Numworks Epsilon  1.4.1
Graphing Calculator Operating System
picview_controller.cpp
Go to the documentation of this file.
1 #include "picview_controller.h"
2 
4  ViewController(parentResponder),
5  m_view(PicView())
6 {
7 }
8 
10  return &m_view;
11 }
12 
13 /*
14 
15 const char * PicViewController::title() {
16  return "PicView";
17 }
18 */
View * view() override
PicViewController(Responder *parentResponder)
Definition: view.h:23