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