27 #ifndef PROPERTYEXPLOREREXTENSION_H
28 #define PROPERTYEXPLOREREXTENSION_H
44 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.viewer.propertyexplorerextension")
55 return "Property Explorer Extension";
60 return "The property explorer shows the properties of the currently selected component";
64 virtual void init()
override;
#define PROPERTYEXPLORER_API
Definition: PropertyExplorerAPI.h:54
Manage the PropertyExplorer viewer, instanciates and register the default "Property Explorer" instanc...
Definition: PropertyExplorerExtension.h:41
PropertyExplorerExtension()=default
Constructor.
virtual QString getName() override
Method returning the viewer extension name.
Definition: PropertyExplorerExtension.h:54
virtual ~PropertyExplorerExtension()=default
Destructor.
virtual QString getDescription() override
Method returning the viewer extension description.
Definition: PropertyExplorerExtension.h:59
This class describes what is a generic Action extension.
Definition: ViewerExtension.h:85
virtual void init()=0
this method should just call registerNewViewer(MyViewer) for any MyViewer class you need to register ...