27#ifndef COMPONENTEXPLOREREXTENSION_H
28#define COMPONENTEXPLOREREXTENSION_H
44 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.viewer.componentexplorerextension")
54 virtual QString
getName()
const override {
55 return "Component Explorer Extension";
60 return "The Component Explorer viewer shows all the instantiated components";
64 virtual void init()
override;
#define COMPONENT_EXPLORER_API
Definition ComponentExplorerAPI.h:53
Manage the Explorer viewer, instantiate and register the default "Component Explorer" instance.
Definition ComponentExplorerExtension.h:41
ComponentExplorerExtension()=default
Constructor.
virtual ~ComponentExplorerExtension()=default
Destructor.
virtual QString getDescription() const override
Method returning the viewer extension description.
Definition ComponentExplorerExtension.h:59
virtual QString getName() const override
Method returning the viewer extension name.
Definition ComponentExplorerExtension.h:54
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 ...