Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
IvtEditor Class Reference

VSG extension Base class for implementing IvTune editors More...

#include <IvTune/IvTuneExtender/IvtEditor.h>

+ Inheritance diagram for IvtEditor:

Public Member Functions

virtual SoType getHandledType ()
 Returns the SoType handled by this editor.
 
virtual void setEditedObject (SoTypedObject *editedObject)
 Sets the object edited by this editor.
 
virtual SoTypedObjectgetEditedObject () const
 Returns the object edited by this editor.
 
virtual QWidget * getWidget () const
 Returns the container of this editor.
 
virtual ~IvtEditor ()
 Destructor.
 
- Public Member Functions inherited from IvtExtension
virtual void activate ()
 Activate this extension.
 
virtual void deactivate ()
 Deactivate this extension.
 
const IvtExtensionInfogetInfo () const
 Returns the information structure for this extension.
 
IvtPlugingetPlugin () const
 Returns the plug-in containing this extension.
 
IvtProfileSettinggetProfileSetting () const
 Returns the settings for this extension.
 
virtual void hide ()
 Hide this extension.
 
bool isActive () const
 Returns true if this extension is active.
 
bool isVisible () const
 Returns true if this extension is visible.
 
virtual void load ()
 Load this extension.
 
virtual void show ()
 Show this extension.
 
virtual void unload ()
 Unload this extension.
 
virtual ~IvtExtension ()
 Destructor.
 

Detailed Description

VSG extension Base class for implementing IvTune editors

This class is a base to implement IvTune editors. It provides common methods for all editors.

Since Open Inventor 9.0

SEE ALSO

IvtExtension, IvtProfileSetting, IvtPlugin

Definition at line 66 of file IvtEditor.h.

Constructor & Destructor Documentation

◆ ~IvtEditor()

virtual IvtEditor::~IvtEditor ( )
virtual

Destructor.

Member Function Documentation

◆ getEditedObject()

virtual SoTypedObject * IvtEditor::getEditedObject ( ) const
virtual

Returns the object edited by this editor.

◆ getHandledType()

virtual SoType IvtEditor::getHandledType ( )
virtual

Returns the SoType handled by this editor.

◆ getWidget()

virtual QWidget * IvtEditor::getWidget ( ) const
virtual

Returns the container of this editor.

◆ setEditedObject()

virtual void IvtEditor::setEditedObject ( SoTypedObject editedObject)
virtual

Sets the object edited by this editor.

Parameters
editedObjectthe object edited by this editor.

The documentation for this class was generated from the following file: