![]() |
![]() |
#include <Iguana/GLBrowsers/interface/IgQtRangeMControlShort.h>
Signals | |
void | newValue (std::vector< short > newval) |
void | valueChanged (std::vector< short > delta) |
Public Member Functions | |
IgQtRangeMControlShort (QWidget *parent, int parts, const rangeMValues &values, const char *name=0) | |
IgQtRangeMControlShort (QWidget *parent, int parts, unsigned int size, const short *values, const char *name=0) | |
IgQtRangeMControlShort (QWidget *parent, int parts, short value=0, const char *name=0) | |
short | stringToNumber (const QString &val) const |
Protected Member Functions | |
void | emitSignals (void) |
Definition at line 17 of file IgQtRangeMControlShort.h.
IgQtRangeMControlShort::IgQtRangeMControlShort | ( | QWidget * | parent, | |
int | parts, | |||
short | value = 0 , |
|||
const char * | name = 0 | |||
) |
IgQtRangeMControlShort::IgQtRangeMControlShort | ( | QWidget * | parent, | |
int | parts, | |||
const rangeMValues & | values, | |||
const char * | name = 0 | |||
) |
Reimplemented from IgQtRangeControlCommon.
Definition at line 36 of file IgQtRangeMControlShort.cc.
References newValue(), IgQtRangeMValue< short >::value(), IgQtRangeMValue< short >::valueChange(), and valueChanged().
00037 { 00038 emit newValue (value ()); 00039 emit valueChanged (valueChange ()); 00040 }
void IgQtRangeMControlShort::newValue | ( | std::vector< short > | newval | ) | [signal] |
Referenced by emitSignals().
short IgQtRangeMControlShort::stringToNumber | ( | const QString & | val | ) | const [inline, virtual] |
Reimplemented from IgQtRangeMControlImp< short >.
Definition at line 38 of file IgQtRangeMControlShort.h.
void IgQtRangeMControlShort::valueChanged | ( | std::vector< short > | delta | ) | [signal] |
Referenced by emitSignals().