|
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 <RFileExporterFactoryAdapter.h>
Public Member Functions | |
| virtual bool | canExport (const QString &fileName, const QString &nameFilter="") |
| virtual QStringList | getFilterStrings () |
| virtual RFileExporter * | instantiate (RDocument &document) |
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.
|
inlinevirtual |
Implements RFileExporterFactory.
|
inlinevirtual |
Implements RFileExporterFactory.
|
inlinevirtual |
Implements RFileExporterFactory.