Manage the Explorer viewer, instanciates and register the default "Explorer" instance. More...
#include <ExplorerExtension.h>
Inheritance diagram for ExplorerExtension:
Collaboration diagram for ExplorerExtension:Public Member Functions | |
| ExplorerExtension ()=default | |
| Constructor. More... | |
| virtual QString | getDescription () override |
| Method returning the viewer extension description. More... | |
| virtual QString | getName () override |
| Method returning the viewer extension name. More... | |
| virtual void | init () override |
| initialize all the viewers More... | |
| virtual | ~ExplorerExtension ()=default |
| Destructor. More... | |
Public Member Functions inherited from camitk::ViewerExtension | |
| QString | getLocation () const |
| get the file path (location of the .dll/.so/.dylib) of this plugin More... | |
| Viewer * | getNewInstance (QString name) |
| factory: create a new viewer instance and register it More... | |
| QString | getViewerClassName () |
| get the class name of the viewer managed by this extension More... | |
| const ViewerList & | getViewers () |
| get the list of viewer instances registered by this extension More... | |
| void | initResources () |
| Load, for the selected langage (asked to the Application), the associated .qm file. More... | |
| void | setLocation (const QString loc) |
| set the file path (once loaded as a dynamic library) = where this extension was loaded More... | |
| ~ViewerExtension () override | |
| destructor More... | |
Additional Inherited Members | |
Protected Member Functions inherited from camitk::ViewerExtension | |
| bool | registerViewer (Viewer *) |
| register an viewer instance The first call will also register the managed viewer class name in viewerClassName and its static meta object in More... | |
| void | setManagedMetaObject (const QMetaObject *) |
| The first time this method is called, it sets the static meta object. More... | |
| ViewerExtension () | |
| constructor More... | |
Protected Attributes inherited from camitk::ViewerExtension | |
| ViewerList | viewers |
| the list of viewers More... | |
Manage the Explorer viewer, instanciates and register the default "Explorer" instance.
|
default |
Constructor.
|
virtualdefault |
Destructor.
|
inlineoverridevirtual |
Method returning the viewer extension description.
Implements camitk::ViewerExtension.
|
inlineoverridevirtual |
Method returning the viewer extension name.
Implements camitk::ViewerExtension.
|
overridevirtual |