Developer documentation | Axl-2.5.1

axlOFFWriter Class Reference

#include <axlOFFWriter.h>

Inheritance diagram for axlOFFWriter:

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...
 

Detailed Description

Definition at line 27 of file axlOFFWriter.h.

Constructor & Destructor Documentation

axlOFFWriter::axlOFFWriter ( void  )

Definition at line 33 of file axlOFFWriter.cpp.

axlOFFWriter::~axlOFFWriter ( void  )

Definition at line 39 of file axlOFFWriter.cpp.

Member Function Documentation

bool axlOFFWriter::canWrite ( const QString &  file)
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.

bool axlOFFWriter::registered ( void  )
static

Register the writer in the factory.

Definition at line 81 of file axlOFFWriter.cpp.

bool axlOFFWriter::write ( const QString &  file)
slot

Write the .off file.

Definition at line 100 of file axlOFFWriter.cpp.


The documentation for this class was generated from the following files: