#include <Iguana/GLBrowsers/interface/Ig3DFloatControl.h>
Public Slots | |
void | setValue (float newval) |
Public Member Functions | |
Ig3DFloatControl (IgControlCategory *pane, QString label, int parts=IgQtRangeControl::ValuePart) |
Definition at line 18 of file Ig3DFloatControl.h.
Ig3DFloatControl::Ig3DFloatControl | ( | IgControlCategory * | pane, | |
QString | label, | |||
int | parts = IgQtRangeControl::ValuePart | |||
) |
void Ig3DFloatControl::setValue | ( | float | newval | ) | [slot] |
Reimplemented from Ig3DRangeControl< SoSFFloat, float, IgQtRangeControlFloat >.
Definition at line 21 of file Ig3DFloatControl.cc.
References reco::JetTracksAssociation::setValue().
Referenced by Ig3DViewpointsCategory::Ig3DViewpointsCategory(), Ig3DRotationFControl::setAngle(), Ig3DPlaneControl::setDistance(), Ig3DAngleControl::updateValue(), and Ig3DViewpointsCategory::zoom().
00022 { inherited::setValue(newval); }