CMS 3D CMS Logo

IgQtRangeControlUInt Class Reference

#include <Iguana/GLBrowsers/interface/IgQtRangeControlUInt.h>

Inheritance diagram for IgQtRangeControlUInt:

IgQtRangeControlImp< unsigned int > IgQtRangeControl IgQtRangeValue< unsigned int > IgQtRangeControlCommon IgControlItem

List of all members.

Signals

void newValue (unsigned int newval)
void valueChanged (unsigned int delta)

Public Member Functions

 IgQtRangeControlUInt (QWidget *parent, int parts, unsigned int value=0, const char *name=0)
unsigned int stringToNumber (const QString &val) const

Protected Member Functions

void emitSignals (void)


Detailed Description

Definition at line 15 of file IgQtRangeControlUInt.h.


Constructor & Destructor Documentation

IgQtRangeControlUInt::IgQtRangeControlUInt ( QWidget *  parent,
int  parts,
unsigned int  value = 0,
const char *  name = 0 
)

Definition at line 15 of file IgQtRangeControlUInt.cc.

00018     : inherited  (parent, parts, value, name)
00019 { }


Member Function Documentation

void IgQtRangeControlUInt::emitSignals ( void   )  [protected, virtual]

Reimplemented from IgQtRangeControlCommon.

Definition at line 22 of file IgQtRangeControlUInt.cc.

References newValue(), IgQtRangeValue< unsigned int >::value(), IgQtRangeValue< unsigned int >::valueChange(), and valueChanged().

00023 {
00024     emit newValue (value ());
00025     emit valueChanged (valueChange ());
00026 }

void IgQtRangeControlUInt::newValue ( unsigned int  newval  )  [signal]

Referenced by emitSignals().

unsigned int IgQtRangeControlUInt::stringToNumber ( const QString &  val  )  const [inline, virtual]

Reimplemented from IgQtRangeControlImp< unsigned int >.

Definition at line 25 of file IgQtRangeControlUInt.h.

00026     { return val.toUInt (); }

void IgQtRangeControlUInt::valueChanged ( unsigned int  delta  )  [signal]

Referenced by emitSignals().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:25:30 2009 for CMSSW by  doxygen 1.5.4