CMS 3D CMS Logo

Ig3DCameraRotControl.h

Go to the documentation of this file.
00001 #ifndef IGUANA_GL_BROWSERS_IG_3DCAMERA_ROT_CONTROL_H
00002 # define IGUANA_GL_BROWSERS_IG_3DCAMERA_ROT_CONTROL_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/GLBrowsers/interface/Ig3DRotationControl.h"
00007 # include "Iguana/GLBrowsers/interface/Ig3DCameraUtils.h"
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00013 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00014 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00015 
00016 class IGUANA_GL_BROWSERS_API Ig3DCameraRotControl
00017     : public Ig3DRotationControl, public Ig3DCameraUtils
00018 {
00019 public:
00020     Ig3DCameraRotControl (IgControlCategory *pane, QString label);
00021     // implicit copy constructor
00022     // implicit assignment operator
00023     // implicit destructor
00024 
00025 protected:
00026     virtual void        applyValue (void);
00027 };
00028 
00029 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00030 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00031 
00032 #endif // IGUANA_GL_BROWSERS_IG_3DCAMERA_ROT_CONTROL_H

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