CMS 3D CMS Logo

IgQtRangeControlShort.h

Go to the documentation of this file.
00001 #ifndef IGUANA_GL_BROWSERS_IG_QT_RANGE_CONTROL_SHORT_H
00002 # define IGUANA_GL_BROWSERS_IG_QT_RANGE_CONTROL_SHORT_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 
00016 
00017 class IGUANA_GL_BROWSERS_API IgQtRangeControlShort : public IgQtRangeControlImp<short>
00018 {
00019     Q_OBJECT
00020 public:
00021     IgQtRangeControlShort (QWidget *parent, int parts, short value = 0,
00022                            const char *name = 0);
00023     // implicit copy constructor
00024     // implicit assignment operator
00025     // implicit destructor
00026     
00027     short               stringToNumber (const QString& val) const
00028     { return val.toShort (); }
00029     
00030 signals:
00031     void                valueChanged (short delta);
00032     void                newValue (short newval);
00033 
00034 protected:
00035     void                emitSignals (void);
00036 };
00037 
00038 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00039 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00040 
00041 #endif // IGUANA_GL_BROWSERS_IG_QT_RANGE_CONTROL_SHORT_H

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