CMS 3D CMS Logo

IgQtRangeControlLong Class Reference

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

Inheritance diagram for IgQtRangeControlLong:

IgQtRangeControlImp< long > IgQtRangeControl IgQtRangeValue< long > IgQtRangeControlCommon IgControlItem

List of all members.

Signals

void newValue (long newval)
void valueChanged (long delta)

Public Member Functions

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

Protected Member Functions

void emitSignals (void)


Detailed Description

Definition at line 17 of file IgQtRangeControlLong.h.


Constructor & Destructor Documentation

IgQtRangeControlLong::IgQtRangeControlLong ( QWidget *  parent,
int  parts,
long  value = 0,
const char *  name = 0 
)

Definition at line 15 of file IgQtRangeControlLong.cc.

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


Member Function Documentation

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

Reimplemented from IgQtRangeControlCommon.

Definition at line 22 of file IgQtRangeControlLong.cc.

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

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

void IgQtRangeControlLong::newValue ( long  newval  )  [signal]

Referenced by emitSignals().

long IgQtRangeControlLong::stringToNumber ( const QString &  val  )  const [inline, virtual]

Reimplemented from IgQtRangeControlImp< long >.

Definition at line 27 of file IgQtRangeControlLong.h.

00028     { return val.toLong (); }

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