CMS 3D CMS Logo

IgQtRangeControlInt Class Reference

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

Inheritance diagram for IgQtRangeControlInt:

IgQtRangeControlImp< int > IgQtRangeControl IgQtRangeValue< int > IgQtRangeControlCommon IgControlItem

List of all members.

Signals

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

Public Member Functions

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

Protected Member Functions

void emitSignals (void)


Detailed Description

Definition at line 17 of file IgQtRangeControlInt.h.


Constructor & Destructor Documentation

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

Definition at line 15 of file IgQtRangeControlInt.cc.

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


Member Function Documentation

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

Reimplemented from IgQtRangeControlCommon.

Definition at line 22 of file IgQtRangeControlInt.cc.

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

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

void IgQtRangeControlInt::newValue ( int  newval  )  [signal]

Referenced by emitSignals().

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

Reimplemented from IgQtRangeControlImp< int >.

Definition at line 27 of file IgQtRangeControlInt.h.

00028     { return val.toInt (); }

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