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