Base class for implementing IvTune editors More...
#include <IvTune/IvTuneExtender/IvtEditor.h>
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 SoTypedObject * | getEditedObject () 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 IvtExtensionInfo & | getInfo () const |
Returns the information structure for this extension. | |
IvtPlugin * | getPlugin () const |
Returns the plug-in containing this extension. | |
IvtProfileSetting * | getProfileSetting () 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. | |
Base class for implementing IvTune editors
This class is a base to implement IvTune editors. It provides common methods for all editors.
IvtExtension, IvtProfileSetting, IvtPlugin
Definition at line 66 of file IvtEditor.h.
|
virtual |
Destructor.
|
virtual |
Returns the object edited by this editor.
|
virtual |
Returns the container of this editor.
|
virtual |
Sets the object edited by this editor.
editedObject | the object edited by this editor. |