00001 #ifndef IGUANA_GL_BROWSERS_IG_3DVEC_3F_CONTROL_H
00002 # define IGUANA_GL_BROWSERS_IG_3DVEC_3F_CONTROL_H
00003
00004
00005
00006 # include "Iguana/GLBrowsers/interface/Ig3DVectorControl.h"
00007 # include <Inventor/fields/SoSFVec3f.h>
00008
00009
00010
00011
00012
00013
00014
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
00024
00025
00026
00027
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
00038
00039
00040 #endif // IGUANA_GL_BROWSERS_IG_3DVEC_3F_CONTROL_H