Definition at line 14 of file GUI.h.
Public Member Functions | |
| GuiControl * | make_view_window () |
| GUI () | |
| void | Tick () |
| ~GUI () | |
Public Attributes | |
| Fl_Double_Window * | mViewWindow |
| Fl_Box * | mViewBox |
Private Attributes | |
| timeval | mPreTime |
| timeval | mPostTime |
| double | mDTime |
| GuiControl * | mGuiControl |
| GUI | ( | ) |
Definition at line 16 of file GUI.cpp.
References make_view_window(), mGuiControl, mPreTime, mViewWindow, and GuiControl::SetUI().
| ~GUI | ( | ) |
| GuiControl * make_view_window | ( | ) |
| void Tick | ( | ) |
Definition at line 23 of file GUI.cpp.
References mDTime, mGuiControl, mPostTime, mPreTime, and GuiControl::Tick().
Referenced by Timer_CB().
| Fl_Double_Window* mViewWindow |
| Fl_Box* mViewBox |
GuiControl* mGuiControl [private] |
1.5.1