CMS 3D CMS Logo

IgQtRangeMControlULong Class Reference

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

Inheritance diagram for IgQtRangeMControlULong:

IgQtRangeMControlImp< unsigned long > IgQtRangeMControl IgQtRangeMValue< unsigned long > IgQtRangeControlCommon IgControlItem

List of all members.

Signals

void newValue (std::vector< unsigned long > newval)
void valueChanged (std::vector< unsigned long > delta)

Public Member Functions

 IgQtRangeMControlULong (QWidget *parent, int parts, const rangeMValues &values, const char *name=0)
 IgQtRangeMControlULong (QWidget *parent, int parts, unsigned int size, const unsigned long *values, const char *name=0)
 IgQtRangeMControlULong (QWidget *parent, int parts, unsigned long value=0, const char *name=0)
unsigned long stringToNumber (const QString &val) const

Protected Member Functions

void emitSignals (void)


Detailed Description

Definition at line 17 of file IgQtRangeMControlULong.h.


Constructor & Destructor Documentation

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

Definition at line 15 of file IgQtRangeMControlULong.cc.

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

IgQtRangeMControlULong::IgQtRangeMControlULong ( QWidget *  parent,
int  parts,
unsigned int  size,
const unsigned long *  values,
const char *  name = 0 
)

Definition at line 22 of file IgQtRangeMControlULong.cc.

00026     : inherited  (parent, parts, size, values, name)
00027 { }

IgQtRangeMControlULong::IgQtRangeMControlULong ( QWidget *  parent,
int  parts,
const rangeMValues values,
const char *  name = 0 
)

Definition at line 29 of file IgQtRangeMControlULong.cc.

00032     : inherited  (parent, parts, values, name)
00033 { }


Member Function Documentation

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

Reimplemented from IgQtRangeControlCommon.

Definition at line 36 of file IgQtRangeMControlULong.cc.

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

00037 {
00038     emit newValue (value ());
00039     emit valueChanged (valueChange ());
00040 }

void IgQtRangeMControlULong::newValue ( std::vector< unsigned long >  newval  )  [signal]

Referenced by emitSignals().

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

Reimplemented from IgQtRangeMControlImp< unsigned long >.

Definition at line 38 of file IgQtRangeMControlULong.h.

00039     { return val.toULong(); }

void IgQtRangeMControlULong::valueChanged ( std::vector< unsigned long >  delta  )  [signal]

Referenced by emitSignals().


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