![]() |
QCAD
Open Source 2D CAD
|
Needs to be implemented by RFileExporter implementations to check if the exporter is suitable to export a file and to instantiate the file exporter if required. More...
#include <RFileExporterFactory.h>
Public Member Functions | |
virtual int | canExport (const QString &fileName, const QString &nameFilter="")=0 |
virtual QStringList | getFilterStrings ()=0 |
virtual RFileExporter * | instantiate (RDocument &document, RMessageHandler *messageHandler=NULL, RProgressHandler *progressHandler=NULL)=0 |
virtual | ~RFileExporterFactory () |
Needs to be implemented by RFileExporter implementations to check if the exporter is suitable to export a file and to instantiate the file exporter if required.
|
inlinevirtual |
|
pure virtual |
Implemented in RDxfExporterFactory.
|
pure virtual |
Implemented in RDxfExporterFactory.
|
pure virtual |
Implemented in RDxfExporterFactory.