![]() |
![]() |
#include <Iguana/GLBrowsers/interface/Ig3DMShortControl.h>
Public Slots | |
void | setValue (const std::vector< short > &newvals) |
void | setValue (unsigned int size, const short *newvals) |
Public Member Functions | |
Ig3DMShortControl (IgControlCategory *pane, QString label, int parts=IgQtRangeMControl::ValuePart) |
Definition at line 18 of file Ig3DMShortControl.h.
Ig3DMShortControl::Ig3DMShortControl | ( | IgControlCategory * | pane, | |
QString | label, | |||
int | parts = IgQtRangeMControl::ValuePart | |||
) |
void Ig3DMShortControl::setValue | ( | const std::vector< short > & | newvals | ) | [virtual, slot] |
Reimplemented from Ig3DRangeMControl< SoMFShort, short, IgQtRangeMControlShort >.
Definition at line 25 of file Ig3DMShortControl.cc.
References reco::JetTracksAssociation::setValue().
00026 { inherited::setValue(newvals); }
Reimplemented from Ig3DRangeMControl< SoMFShort, short, IgQtRangeMControlShort >.
Definition at line 21 of file Ig3DMShortControl.cc.
References reco::JetTracksAssociation::setValue().
00022 { inherited::setValue(size, newvals); }