CMS 3D CMS Logo

Ig3DFloatControl Class Reference

#include <Iguana/GLBrowsers/interface/Ig3DFloatControl.h>

Inheritance diagram for Ig3DFloatControl:

Ig3DRangeControl< SoSFFloat, float, IgQtRangeControlFloat > Ig3DFieldControl IgControlBase IgControlItem Ig3DAngleControl

List of all members.

Public Slots

void setValue (float newval)

Public Member Functions

 Ig3DFloatControl (IgControlCategory *pane, QString label, int parts=IgQtRangeControl::ValuePart)


Detailed Description

Definition at line 18 of file Ig3DFloatControl.h.


Constructor & Destructor Documentation

Ig3DFloatControl::Ig3DFloatControl ( IgControlCategory pane,
QString  label,
int  parts = IgQtRangeControl::ValuePart 
)

Definition at line 15 of file Ig3DFloatControl.cc.

00017     : inherited (pane,label, parts)
00018 { }


Member Function Documentation

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); }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:24:57 2009 for CMSSW by  doxygen 1.5.4