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