se2ez
gui.h
Go to the documentation of this file.
1 /* Author: Constantinos Chamzas, Zachary Kingston */
2 
3 #ifndef SE2EZ_GUI_
4 #define SE2EZ_GUI_
5 
6 namespace se2ez
7 {
8  /** \brief All GUI functions and classes.
9  */
10  namespace gui
11  {
12  }
13 } // namespace se2ez
14 
15 #include <QApplication>
16 
17 #include <se2ez/gui/cspacepanel.h>
18 #include <se2ez/gui/jointpanel.h>
19 #include <se2ez/gui/jointwidget.h>
20 #include <se2ez/gui/mainwindow.h>
21 #include <se2ez/gui/panel.h>
22 #include <se2ez/gui/planpanel.h>
23 #include <se2ez/gui/renderarea.h>
24 #include <se2ez/gui/scenepanel.h>
25 
26 #endif
Main namespace.
Definition: collision.h:11