virtual bool save(camitk::Component *component) const
save (only work with mml component)
virtual camitk::Component * open(const QString &)
get a new instance from data stored in a file (this is the most important method to redefine in your ...
virtual QStringList getFileExtensions() const
get the list of managed extensions (each file with an extension in the list can be loaded by this Ext...
This class describes what is a generic Component extension.
Definition: ComponentExtension.h:63
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:292
virtual QString getName() const
get the plugin name
virtual QString getDescription() const
get the plugin description (can be html)
MMLComponentExtension()
the constructor (do nothing really)
Definition: MMLComponentExtension.h:47
This MML ComponentPlugin allows you to manipulate MML document.
Definition: MMLComponentExtension.h:41
Q_INTERFACES(camitk::ComponentExtension)