CMS 3D CMS Logo

IgQtRangeControlUShort Class Reference

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

Inheritance diagram for IgQtRangeControlUShort:

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

List of all members.

Signals

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

Public Member Functions

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

Protected Member Functions

void emitSignals (void)


Detailed Description

Definition at line 15 of file IgQtRangeControlUShort.h.


Constructor & Destructor Documentation

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

Definition at line 15 of file IgQtRangeControlUShort.cc.

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


Member Function Documentation

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

Reimplemented from IgQtRangeControlCommon.

Definition at line 22 of file IgQtRangeControlUShort.cc.

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

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

void IgQtRangeControlUShort::newValue ( unsigned short  newval  )  [signal]

Referenced by emitSignals().

unsigned short IgQtRangeControlUShort::stringToNumber ( const QString &  val  )  const [inline, virtual]

Reimplemented from IgQtRangeControlImp< unsigned short >.

Definition at line 25 of file IgQtRangeControlUShort.h.

00026     { return val.toUShort (); }

void IgQtRangeControlUShort::valueChanged ( unsigned short  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