|
QCAD Application Framework
CAD Application Development and Automation.
|
Need to be implemented for every RFileExporter implementation 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 bool | canExport (const QString &fileName, const QString &nameFilter="")=0 |
| virtual QStringList | getFilterStrings ()=0 |
| virtual RFileExporter * | instantiate (RDocument &document)=0 |
Need to be implemented for every RFileExporter implementation to check if the exporter is suitable to export a file and to instantiate the file exporter if required.
|
pure virtual |
Implemented in RDwgExporterFactory, and RFileExporterFactoryAdapter.
|
pure virtual |
Implemented in RDwgExporterFactory, and RFileExporterFactoryAdapter.
|
pure virtual |
Implemented in RFileExporterFactoryAdapter, and RDwgExporterFactory.