|
QCAD Application Framework
CAD Application Development and Automation.
|
Registry of all available file exporters (RFileExporter). More...
#include <RFileExporterRegistry.h>
Static Public Member Functions | |
| static RFileExporter * | getFileExporter (const QString &fileName, const QString &nameFilter, RDocument &document) |
| static QStringList | getFilterStrings () |
| static void | registerFileExporter (RFileExporterFactory *factory) |
| Registers a file exporter. | |
Static Private Attributes | |
| static QList < RFileExporterFactory * > | factories |
Registry of all available file exporters (RFileExporter).
File importers must register themselves in this registry to become available to the user of the application.
|
static |
|
static |
|
static |
Registers a file exporter.
| factory | exporter factory that provides information about the exporter and can instantiate it. |
|
staticprivate |