00001 #ifndef IGUANA_GL_BROWSERS_IG_QT_RANGE_CONTROL_H 00002 # define IGUANA_GL_BROWSERS_IG_QT_RANGE_CONTROL_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/GLBrowsers/interface/IgQtRangeControlCommon.h" 00007 00008 //<<<<<< PUBLIC DEFINES >>>>>> 00009 //<<<<<< PUBLIC CONSTANTS >>>>>> 00010 //<<<<<< PUBLIC TYPES >>>>>> 00011 //<<<<<< PUBLIC VARIABLES >>>>>> 00012 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00013 //<<<<<< CLASS DECLARATIONS >>>>>> 00014 00015 class IGUANA_GL_BROWSERS_API IgQtRangeControl : public IgQtRangeControlCommon 00016 { 00017 public: 00018 00019 IgQtRangeControl (QWidget *parent, int parts, 00020 const char *name = 0); 00021 00022 // implicit copy constructor 00023 // implicit assignment operator 00024 // implicit destructor 00025 }; 00026 00027 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00028 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00029 00030 #endif // IGUANA_GL_BROWSERS_IG_QT_RANGE_CONTROL_H