/home/fwph/code/wurde/modules/eye/GUI.h

Go to the documentation of this file.
00001 // generated by Fast Light User Interface Designer (fluid) version 1.0107
00002 
00003 #ifndef GUI_h
00004 #define GUI_h
00005 #include <FL/Fl.H>
00006 #include <FL/Fl_Double_Window.H>
00007 #include "StdAfx.h"
00008 #include <sys/time.h>
00009 #include "GuiControl.h"
00010 #include <FL/Fl_Box.H>
00011 #include <CommsManager.H>
00012 #include <ImageSource.H>
00013 
00014 class GUI {
00015 public:
00016   GuiControl * make_view_window();
00017   Fl_Double_Window *mViewWindow;
00018   Fl_Box *mViewBox;
00019   GUI();
00020   void Tick();
00021 private:
00022   timeval mPreTime;
00023   timeval mPostTime;
00024   double mDTime;
00025   GuiControl *mGuiControl;
00026 public:
00027   ~GUI();
00028 };
00029 
00030 extern WURDE::CommsManager *mCom;
00031 extern WURDE::ImageSource *m_source;
00032 #endif

Generated on Thu Feb 1 15:31:52 2007 for WURDE by  doxygen 1.5.1