00001 #ifndef IGUANA_GL_BROWSERS_IG_3DSHORT_CONTROL_H 00002 # define IGUANA_GL_BROWSERS_IG_3DSHORT_CONTROL_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/GLBrowsers/interface/IgQtRangeControlShort.h" 00007 # include "Iguana/GLBrowsers/interface/Ig3DRangeControl.h" 00008 # include <Inventor/fields/SoSFShort.h> 00009 00010 //<<<<<< PUBLIC DEFINES >>>>>> 00011 //<<<<<< PUBLIC CONSTANTS >>>>>> 00012 //<<<<<< PUBLIC TYPES >>>>>> 00013 //<<<<<< PUBLIC VARIABLES >>>>>> 00014 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00015 //<<<<<< CLASS DECLARATIONS >>>>>> 00016 00017 00018 class IGUANA_GL_BROWSERS_API Ig3DShortControl : public Ig3DRangeControl<SoSFShort, short, IgQtRangeControlShort> 00019 { 00020 Q_OBJECT 00021 public: 00022 Ig3DShortControl (IgControlCategory *pane, QString label, 00023 int parts = IgQtRangeControl::ValuePart); 00024 // implicit copy constructor 00025 // implicit assignment operator 00026 // implicit destructor 00027 00028 public slots: 00029 void setValue (short newval); 00030 }; 00031 00032 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00033 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00034 00035 #endif // IGUANA_GL_BROWSERS_IG_3DSHORT_CONTROL_H