CMS 3D CMS Logo

Ig3DFloatControl.cc

Go to the documentation of this file.
00001 //<<<<<< INCLUDES                                                       >>>>>>
00002 
00003 #include "Iguana/GLBrowsers/interface/Ig3DFloatControl.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 Ig3DFloatControl::Ig3DFloatControl (IgControlCategory *pane, QString label,
00016                                     int parts /* = IgQtRangeControl::ValuePart */)
00017     : inherited (pane,label, parts)
00018 { }
00019 
00020 void
00021 Ig3DFloatControl::setValue (float newval)
00022 { inherited::setValue(newval); }

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