![]() |
![]() |
#include <Iguana/GLBrowsers/interface/IgQtRangeControlShort.h>
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) |
Definition at line 17 of file IgQtRangeControlShort.h.
IgQtRangeControlShort::IgQtRangeControlShort | ( | QWidget * | parent, | |
int | parts, | |||
short | value = 0 , |
|||
const char * | name = 0 | |||
) |
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.
void IgQtRangeControlShort::valueChanged | ( | short | delta | ) | [signal] |
Referenced by emitSignals().