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