CMS 3D CMS Logo

Ig3DSystem.h

Go to the documentation of this file.
00001 #ifndef IGUANA_GL_BROWSERS_IG_3D_SYSTEM_H
00002 # define IGUANA_GL_BROWSERS_IG_3D_SYSTEM_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/GLBrowsers/interface/config.h"
00007 # include <classlib/utils/Callback.h>
00008 # include <list>
00009 
00010 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00011 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00012 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00013 
00014 class IgState;
00015 class QWidget;
00016 
00017 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00018 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00019 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00020 
00021 class IGUANA_GL_BROWSERS_API Ig3DSystem
00022 {
00023 public:
00024     // implicit constructor
00025     // implicit copy constructor
00026     // implicit assignment operator
00027     // implicit destructor
00028 
00029     static void                 initAction (lat::Callback action);
00030 
00031     static void                 init (IgState *state, QWidget *mainWindow);
00032     static QWidget *            init (IgState *state, int argc, char **argv,
00033                                       const char *appname, const char *classname);
00034 
00035 private:
00036     static void                 doinit (IgState *state);
00037 
00038     static bool                         s_initialised;
00039     static std::list<lat::Callback>     s_actions;
00040 };
00041 
00042 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00043 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00044 
00045 #endif // IGUANA_GL_BROWSERS_IG_3D_SYSTEM_H

Generated on Tue Jun 9 17:38:31 2009 for CMSSW by  doxygen 1.5.4