00001 #ifndef IGUANA_GL_BROWSERS_IG_3DMUINT32_CONTROL_H 00002 # define IGUANA_GL_BROWSERS_IG_3DMUINT32_CONTROL_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/GLBrowsers/interface/IgQtRangeMControlUInt.h" 00007 # include "Iguana/GLBrowsers/interface/Ig3DRangeMControl.h" 00008 # include <Inventor/fields/SoMFUInt32.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 Ig3DMUInt32Control : public Ig3DRangeMControl<SoMFUInt32, unsigned int, IgQtRangeMControlUInt> 00019 { 00020 Q_OBJECT 00021 public: 00022 Ig3DMUInt32Control (IgControlCategory *pane, QString label, 00023 int parts = IgQtRangeMControl::ValuePart); 00024 // implicit copy constructor 00025 // implicit assignment operator 00026 // implicit destructor 00027 00028 public slots: 00029 void setValue (unsigned int size, const unsigned int* newvals); 00030 void setValue (const std::vector<unsigned int>& newvals); 00031 }; 00032 00033 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00034 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00035 00036 #endif // IGUANA_GL_BROWSERS_IG_3DMUINT32_CONTROL_H