QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RFileExporterFactory Class Reference

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>

Inheritance diagram for RFileExporterFactory:
RDwgExporterFactory RFileExporterFactoryAdapter

List of all members.

Public Member Functions

virtual bool canExport (const QString &fileName, const QString &nameFilter="")=0
virtual QStringList getFilterStrings ()=0
virtual RFileExporterinstantiate (RDocument &document)=0

Detailed Description

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.

Scriptable:
This class is wrapped for script environments.

Member Function Documentation

virtual bool RFileExporterFactory::canExport ( const QString &  fileName,
const QString &  nameFilter = "" 
)
pure virtual
virtual QStringList RFileExporterFactory::getFilterStrings ( )
pure virtual
virtual RFileExporter* RFileExporterFactory::instantiate ( RDocument document)
pure virtual

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