#include <OffExtension.h>
|
virtual QString | getDescription () const |
| get the plugin description (can be html) More...
|
|
virtual QStringList | getFileExtensions () const |
| get the list of managed extensions (each file with an extension in the list can be loaded by this Extension More...
|
|
virtual QString | getName () const |
| get the plugin name More...
|
|
| OffExtension () |
| the constructor (do nothing really) More...
|
|
virtual Component * | open (const QString &) throw (AbortException) |
| get a new instance from data stored in a file (this is the most important method to redefine in your subclass) More...
|
|
OffExtension::OffExtension |
( |
| ) |
|
|
inline |
the constructor (do nothing really)
virtual OffExtension::~OffExtension |
( |
| ) |
|
|
inlineprotectedvirtual |
QString OffExtension::getDescription |
( |
| ) |
const |
|
virtual |
QStringList OffExtension::getFileExtensions |
( |
| ) |
const |
|
virtual |
get the list of managed extensions (each file with an extension in the list can be loaded by this Extension
Implements camitk::ComponentExtension.
QString OffExtension::getName |
( |
| ) |
const |
|
virtual |
get a new instance from data stored in a file (this is the most important method to redefine in your subclass)
Implements camitk::MeshComponentExtension.
The documentation for this class was generated from the following files: