ComponentExtension()
protected constructor,
Definition ComponentExtension.cpp:35
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition sdk/libraries/core/component/Component.h:304
Component * open(const QString &) override=0
get a new instance from data stored in a file This method may throw an AbortException if a problem oc...
QString getDescription() const override
get the plugin description (can be html)
Definition MeshComponentExtension.cpp:41
~MeshComponentExtension()=default
the destructor
QString getName() const override
get the plugin name
Definition MeshComponentExtension.cpp:36
MeshComponentExtension()
Constructor protected because the class is virtual.
Definition MeshComponentExtension.cpp:31