00001 #ifndef IGUANA_GL_BROWSERS_IG_3DANGLE_CONTROL_H 00002 # define IGUANA_GL_BROWSERS_IG_3DANGLE_CONTROL_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/GLBrowsers/interface/Ig3DFloatControl.h" 00007 00008 //<<<<<< PUBLIC DEFINES >>>>>> 00009 //<<<<<< PUBLIC CONSTANTS >>>>>> 00010 //<<<<<< PUBLIC TYPES >>>>>> 00011 //<<<<<< PUBLIC VARIABLES >>>>>> 00012 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00013 //<<<<<< CLASS DECLARATIONS >>>>>> 00014 00015 class IGUANA_GL_BROWSERS_API Ig3DAngleControl : public Ig3DFloatControl 00016 { 00017 Q_OBJECT 00018 public: 00019 Ig3DAngleControl (IgControlCategory *pane, QString label, 00020 int parts = IgQtRangeControl::ValuePart); 00021 // implicit copy constructor 00022 // implicit assignment operator 00023 // implicit destructor 00024 00025 protected: 00026 virtual void updateValue (void); 00027 virtual void applyValue (void); 00028 }; 00029 00030 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00031 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00032 00033 #endif // IGUANA_GL_BROWSERS_IG_3DANGLE_CONTROL_H