#include <Iguana/GLBrowsers/interface/IgQtRangeControlInt.h>
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) |
Definition at line 17 of file IgQtRangeControlInt.h.
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 }
Referenced by emitSignals().
int IgQtRangeControlInt::stringToNumber | ( | const QString & | val | ) | const [inline, virtual] |
Referenced by emitSignals().