27 #ifndef FRAMEEXPLOREREXTENSION_H
28 #define FRAMEEXPLOREREXTENSION_H
44 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.viewer.frameexplorerextension")
55 return "Frame Explorer Extension";
60 return "The frame explorer shows all the hierarchy of frames (which is independent from the hierarchy of components)";
64 virtual void init()
override;
#define FRAMEEXPLORER_API
Definition: FrameExplorerAPI.h:54
Manage the FrameExplorer viewer, instanciates and register the default "Frame Explorer" instance.
Definition: FrameExplorerExtension.h:41
virtual QString getName() override
Method returning the viewer extension name.
Definition: FrameExplorerExtension.h:54
FrameExplorerExtension()=default
Constructor.
virtual QString getDescription() override
Method returning the viewer extension description.
Definition: FrameExplorerExtension.h:59
virtual ~FrameExplorerExtension()=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 ...