|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
27 #ifndef EXPLOREREXTENSION_H
28 #define EXPLOREREXTENSION_H
44 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.viewer.explorerextension")
54 virtual QString
getName()
override {
55 return "Explorer Extension";
60 return "The Explorer viewer shows all the instantiated components";
64 virtual void init()
override;
68 #endif // EXPLOREREXTENSION_H
The Explorer viewer displays the list of all data currently opened in the application....
Definition: Explorer.h:64
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
virtual void init() override
initialize all the viewers
Definition: ExplorerExtension.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)
Manage the Explorer viewer, instanciates and register the default "Explorer" instance.
Definition: ExplorerExtension.h:41
#define EXPLORER_API
Definition: ExplorerAPI.h:54
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ViewerExtension.h:108