CMS 3D CMS Logo

Ig3DMInt32Control Class Reference

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

Inheritance diagram for Ig3DMInt32Control:

Ig3DRangeMControl< SoMFInt32, int, IgQtRangeMControlInt > Ig3DFieldControl IgControlBase IgControlItem

List of all members.

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)


Detailed Description

Definition at line 18 of file Ig3DMInt32Control.h.


Constructor & Destructor Documentation

Ig3DMInt32Control::Ig3DMInt32Control ( IgControlCategory pane,
QString  label,
int  parts = IgQtRangeMControl::ValuePart 
)

Definition at line 15 of file Ig3DMInt32Control.cc.

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


Member Function Documentation

void Ig3DMInt32Control::setValue ( const std::vector< int > &  newvals  )  [virtual, slot]

Reimplemented from Ig3DRangeMControl< SoMFInt32, int, IgQtRangeMControlInt >.

Definition at line 25 of file Ig3DMInt32Control.cc.

References reco::JetTracksAssociation::setValue().

00026 { inherited::setValue(newvals); }

void Ig3DMInt32Control::setValue ( unsigned int  size,
const int newvals 
) [virtual, slot]

Reimplemented from Ig3DRangeMControl< SoMFInt32, int, IgQtRangeMControlInt >.

Definition at line 21 of file Ig3DMInt32Control.cc.

References reco::JetTracksAssociation::setValue().

00022 { inherited::setValue(size, newvals); }


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