#include <axlOFFWriter.h>
Public Slots | |
| bool | canWrite (const QString &file) |
| Check if the writer can write the file. More... | |
| bool | write (const QString &file) |
| Write the .off file. More... | |
Public Member Functions | |
| axlOFFWriter (void) | |
| ~axlOFFWriter (void) | |
| QString | identifier (void) const |
| Return the identifier "axlOFFWriter". More... | |
| QString | description (void) const |
| Return a description of the writer. More... | |
| QStringList | handled (void) const |
| Return the appropriate extension of files (.off) written by this writer. More... | |
Static Public Member Functions | |
| static bool | registered (void) |
| Register the writer in the factory. More... | |
Definition at line 27 of file axlOFFWriter.h.
| axlOFFWriter::axlOFFWriter | ( | void | ) |
Definition at line 33 of file axlOFFWriter.cpp.
| axlOFFWriter::~axlOFFWriter | ( | void | ) |
Definition at line 39 of file axlOFFWriter.cpp.
|
slot |
Check if the writer can write the file.
file must have extension .off
Definition at line 91 of file axlOFFWriter.cpp.
| QString axlOFFWriter::description | ( | void | ) | const |
Return a description of the writer.
Definition at line 60 of file axlOFFWriter.cpp.
| QStringList axlOFFWriter::handled | ( | void | ) | const |
Return the appropriate extension of files (.off) written by this writer.
Definition at line 70 of file axlOFFWriter.cpp.
| QString axlOFFWriter::identifier | ( | void | ) | const |
Return the identifier "axlOFFWriter".
Definition at line 50 of file axlOFFWriter.cpp.
|
static |
Register the writer in the factory.
Definition at line 81 of file axlOFFWriter.cpp.
|
slot |
Write the .off file.
Definition at line 100 of file axlOFFWriter.cpp.