CMS 3D CMS Logo

IgQtRangeControlShort Class Reference

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

Inheritance diagram for IgQtRangeControlShort:

IgQtRangeControlImp< short > IgQtRangeControl IgQtRangeValue< short > IgQtRangeControlCommon IgControlItem

List of all members.

Signals

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

Public Member Functions

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

Protected Member Functions

void emitSignals (void)


Detailed Description

Definition at line 17 of file IgQtRangeControlShort.h.


Constructor & Destructor Documentation

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

Definition at line 15 of file IgQtRangeControlShort.cc.

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


Member Function Documentation

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

Reimplemented from IgQtRangeControlCommon.

Definition at line 22 of file IgQtRangeControlShort.cc.

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

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

void IgQtRangeControlShort::newValue ( short  newval  )  [signal]

Referenced by emitSignals().

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

Reimplemented from IgQtRangeControlImp< short >.

Definition at line 27 of file IgQtRangeControlShort.h.

00028     { return val.toShort (); }

void IgQtRangeControlShort::valueChanged ( 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