Numworks Epsilon  1.4.1
Graphing Calculator Operating System
picview_app.cpp
Go to the documentation of this file.
1 #include "picview_app.h"
2 
4  ::App(container, &m_picViewController),
5  m_picViewController(PicViewController(&m_modalViewController))
6 {
7 }
PicViewApp(Container *container)
Definition: picview_app.cpp:3
Definition: app.h:23