Base class for implementing IvTune editors More...
#include <IvTune/IvTuneExtender/IvtEditor.h>
Public Member Functions | |
virtual SoType | getHandledType () |
virtual void | setEditedObject (SoTypedObject *editedObject) |
virtual SoTypedObject * | getEditedObject () const |
virtual QWidget * | getWidget () const |
virtual | ~IvtEditor () |
This class is a base to implement IvTune editors. It provides common methods for all editors.
Since Open Inventor 9.0IvtExtension, IvtProfileSetting, IvtPlugin
NodeEditor, FieldEditor, MFColor, MField, MFFloat, MFInt32, MFMatrix, MFPlane, MFRotation, MFShort, MFString, MFUInt32, MFUShort, MFVec2f, MFVec2i32, MFVec2s, MFVec3f, MFVec4f, SFBitMask, SFBool, SFBox3s, SFColor, SFEnum, SFFloat, SFImage, SFInt32, SField, SFMatrix, SFName, SFPlane, SFRotation, SFShort, SFString, SFUInt32, SFUShort, SFVec2f, SFVec2i32, SFVec2s, SFVec3f, SFVec4f
virtual IvtEditor::~IvtEditor | ( | ) | [virtual] |
Destructor.
virtual SoTypedObject* IvtEditor::getEditedObject | ( | ) | const [virtual] |
Returns the object edited by this editor.
virtual QWidget* IvtEditor::getWidget | ( | ) | const [virtual] |
Returns the container of this editor.
virtual void IvtEditor::setEditedObject | ( | SoTypedObject * | editedObject | ) | [virtual] |
Sets the object edited by this editor.
editedObject | the object edited by this editor. |