GUI Class Reference

List of all members.

Detailed Description

Definition at line 14 of file GUI.h.

Public Member Functions

GuiControlmake_view_window ()
 GUI ()
void Tick ()
 ~GUI ()

Public Attributes

Fl_Double_Window * mViewWindow
Fl_Box * mViewBox

Private Attributes

timeval mPreTime
timeval mPostTime
double mDTime
GuiControlmGuiControl


Constructor & Destructor Documentation

GUI (  ) 

Definition at line 16 of file GUI.cpp.

References make_view_window(), mGuiControl, mPreTime, mViewWindow, and GuiControl::SetUI().

~GUI (  ) 

Definition at line 40 of file GUI.cpp.

References mGuiControl.


Member Function Documentation

GuiControl * make_view_window (  ) 

Definition at line 5 of file GUI.cpp.

References mViewBox, and mViewWindow.

Referenced by GUI().

void Tick (  ) 

Definition at line 23 of file GUI.cpp.

References mDTime, mGuiControl, mPostTime, mPreTime, and GuiControl::Tick().

Referenced by Timer_CB().


Member Data Documentation

Fl_Double_Window* mViewWindow

Definition at line 17 of file GUI.h.

Referenced by GUI(), and make_view_window().

Fl_Box* mViewBox

Definition at line 18 of file GUI.h.

Referenced by make_view_window(), and GuiControl::Tick().

timeval mPreTime [private]

Definition at line 22 of file GUI.h.

Referenced by GUI(), and Tick().

timeval mPostTime [private]

Definition at line 23 of file GUI.h.

Referenced by Tick().

double mDTime [private]

Definition at line 24 of file GUI.h.

Referenced by Tick().

GuiControl* mGuiControl [private]

Definition at line 25 of file GUI.h.

Referenced by GUI(), Tick(), and ~GUI().


The documentation for this class was generated from the following files:
Generated on Thu Feb 1 15:31:55 2007 for WURDE by  doxygen 1.5.1