CMS 3D CMS Logo

Ig3DVec3fControl.h

Go to the documentation of this file.
00001 #ifndef IGUANA_GL_BROWSERS_IG_3DVEC_3F_CONTROL_H
00002 # define IGUANA_GL_BROWSERS_IG_3DVEC_3F_CONTROL_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/GLBrowsers/interface/Ig3DVectorControl.h"
00007 # include <Inventor/fields/SoSFVec3f.h>
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00013 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00014 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00015 
00016 class IGUANA_GL_BROWSERS_API Ig3DVec3fControl : public Ig3DVectorControl
00017 {
00018     Q_OBJECT
00019 public:
00020     Ig3DVec3fControl (IgControlCategory *pane,
00021                       QString           label,
00022                       Style             style = PositionStyle);
00023     // implicit copy constructor
00024     // implicit assignment operator
00025     // implicit destructor
00026 
00027     // Field and field value access
00028     SoSFVec3f *         field (void) const;
00029     void                setField (SoSFVec3f *field);
00030     SbVec3f             fieldValue (void) const;
00031 
00032 protected:
00033     virtual void        updateValue (void);
00034     virtual void        applyValue (void);
00035 };
00036 
00037 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00038 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00039 
00040 #endif // IGUANA_GL_BROWSERS_IG_3DVEC_3F_CONTROL_H

Generated on Tue Jun 9 17:38:31 2009 for CMSSW by  doxygen 1.5.4