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