CMS 3D CMS Logo

Ig3DUShortControl Class Reference

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

Inheritance diagram for Ig3DUShortControl:

Ig3DRangeControl< SoSFUShort, unsigned short, IgQtRangeControlUShort > Ig3DFieldControl IgControlBase IgControlItem

List of all members.

Public Slots

void setValue (unsigned short newval)

Public Member Functions

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


Detailed Description

Definition at line 18 of file Ig3DUShortControl.h.


Constructor & Destructor Documentation

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

Definition at line 15 of file Ig3DUShortControl.cc.

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


Member Function Documentation

void Ig3DUShortControl::setValue ( unsigned short  newval  )  [slot]

Reimplemented from Ig3DRangeControl< SoSFUShort, unsigned short, IgQtRangeControlUShort >.

Definition at line 21 of file Ig3DUShortControl.cc.

References reco::JetTracksAssociation::setValue().

00022 { inherited::setValue(newval); }


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