CMS 3D CMS Logo

IgQtRangeControlUInt.h

Go to the documentation of this file.
00001 #ifndef IGUANA_GL_BROWSERS_IG_QT_RANGE_CONTROL_UINT_H
00002 # define IGUANA_GL_BROWSERS_IG_QT_RANGE_CONTROL_UINT_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/GLBrowsers/interface/IgQtRangeControlImp.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 IgQtRangeControlUInt : public IgQtRangeControlImp<unsigned int>
00016 {
00017     Q_OBJECT
00018 public:
00019     IgQtRangeControlUInt (QWidget *parent, int parts, unsigned int value = 0,
00020                           const char *name = 0);
00021     // implicit copy constructor
00022     // implicit assignment operator
00023     // implicit destructor
00024     
00025     unsigned int        stringToNumber (const QString& val) const
00026     { return val.toUInt (); }
00027     
00028 signals:
00029     void                valueChanged (unsigned int delta);
00030     void                newValue (unsigned int newval);
00031 
00032 protected:
00033     void                emitSignals (void);
00034 };
00035 
00036 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00037 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00038 
00039 #endif // IGUANA_GL_BROWSERS_IG_QT_RANGE_CONTROL_UINT_H

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