QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RFileExporterFactoryAdapter 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 <RFileExporterFactoryAdapter.h>

Inheritance diagram for RFileExporterFactoryAdapter:
RFileExporterFactory

List of all members.

Public Member Functions

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

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 RFileExporterFactoryAdapter::canExport ( const QString &  fileName,
const QString &  nameFilter = "" 
)
inlinevirtual

Implements RFileExporterFactory.

virtual QStringList RFileExporterFactoryAdapter::getFilterStrings ( )
inlinevirtual

Implements RFileExporterFactory.

virtual RFileExporter* RFileExporterFactoryAdapter::instantiate ( RDocument document)
inlinevirtual

Implements RFileExporterFactory.


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