|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
27 #ifndef FRAMEEXPLOREREXTENSION_H
28 #define FRAMEEXPLOREREXTENSION_H
44 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.viewer.frameexplorerextension")
54 virtual QString
getName()
override {
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;
68 #endif // FRAMEEXPLOREREXTENSION_H
virtual QString getDescription()=0
returns the viewer extension small description (to be overriden in the derived class)
#define registerDefaultViewer(className)
register a new viewer and create a default instance using the name of the class (note that the regula...
Definition: ViewerExtension.h:66
Frame Explorer window, display the hierachy of the frames of all the data currently opened in the app...
Definition: FrameExplorer.h:60
virtual void init() override
initialize all the viewers
Definition: FrameExplorerExtension.cpp:32
virtual void init()=0
this method should just call registerNewViewer(MyViewer) for any MyViewer class you need to register ...
virtual QString getName()=0
returns the viewer extension name (to be overriden in the derived class)
#define FRAMEEXPLORER_API
Definition: FrameExplorerAPI.h:54
Manage the FrameExplorer viewer, instanciates and register the default "Frame Explorer" instance.
Definition: FrameExplorerExtension.h:41
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ViewerExtension.h:108