CMS 3D CMS Logo

IgQtRangeMControlUInt.cc

Go to the documentation of this file.
00001 //<<<<<< INCLUDES                                                       >>>>>>
00002 
00003 #include "Iguana/GLBrowsers/interface/IgQtRangeMControlUInt.h"
00004 
00005 //<<<<<< PRIVATE DEFINES                                                >>>>>>
00006 //<<<<<< PRIVATE CONSTANTS                                              >>>>>>
00007 //<<<<<< PRIVATE TYPES                                                  >>>>>>
00008 //<<<<<< PRIVATE VARIABLE DEFINITIONS                                   >>>>>>
00009 //<<<<<< PUBLIC VARIABLE DEFINITIONS                                    >>>>>>
00010 //<<<<<< CLASS STRUCTURE INITIALIZATION                                 >>>>>>
00011 //<<<<<< PRIVATE FUNCTION DEFINITIONS                                   >>>>>>
00012 //<<<<<< PUBLIC FUNCTION DEFINITIONS                                    >>>>>>
00013 //<<<<<< MEMBER FUNCTION DEFINITIONS                                    >>>>>>
00014 
00015 IgQtRangeMControlUInt::IgQtRangeMControlUInt (QWidget *parent, int parts,
00016                                               unsigned int value /*= 0*/,
00017                                               const char *name /*= 0*/)
00018 
00019     : inherited  (parent, parts, value, name)
00020 { }
00021 
00022 IgQtRangeMControlUInt::IgQtRangeMControlUInt (QWidget *parent, int parts,
00023                                               unsigned int size,
00024                                               const unsigned int* values,
00025                                               const char *name /*= 0*/)
00026     : inherited  (parent, parts, size, values, name)
00027 { }
00028 
00029 IgQtRangeMControlUInt::IgQtRangeMControlUInt (QWidget *parent, int parts,
00030                                               const rangeMValues& values,
00031                                               const char *name /*= 0*/)
00032     : inherited  (parent, parts, values, name)
00033 { }
00034 
00035 void
00036 IgQtRangeMControlUInt::emitSignals (void)
00037 {
00038     emit newValue (value ());
00039     emit valueChanged (valueChange ());
00040 }

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