#include <OffExtension.h>
Public Member Functions |
| virtual QString | getDescription () const |
| | get the plugin description (can be html)
|
| virtual QStringList | getFileExtensions () const |
| | get the list of managed extensions (each file with an extension in the list can be loaded by this Extension
|
| virtual QString | getName () const |
| | get the plugin name
|
| | OffExtension () |
| | the constructor (do nothing really)
|
| 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)
|
Detailed Description
Constructor & Destructor Documentation
| OffExtension::OffExtension |
( |
| ) |
|
|
inline |
the constructor (do nothing really)
| virtual OffExtension::~OffExtension |
( |
| ) |
|
|
inlineprotectedvirtual |
Member Function Documentation
| 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: