#include <Iguana/GLBrowsers/interface/Ig3DUShortControl.h>
Public Slots | |
void | setValue (unsigned short newval) |
Public Member Functions | |
Ig3DUShortControl (IgControlCategory *pane, QString label, int parts=IgQtRangeControl::ValuePart) |
Definition at line 18 of file Ig3DUShortControl.h.
Ig3DUShortControl::Ig3DUShortControl | ( | IgControlCategory * | pane, | |
QString | label, | |||
int | parts = IgQtRangeControl::ValuePart | |||
) |
void Ig3DUShortControl::setValue | ( | unsigned short | newval | ) | [slot] |
Reimplemented from Ig3DRangeControl< SoSFUShort, unsigned short, IgQtRangeControlUShort >.
Definition at line 21 of file Ig3DUShortControl.cc.
References reco::JetTracksAssociation::setValue().
00022 { inherited::setValue(newval); }