okteta
AbstractModelExporter Class Reference
#include <abstractmodelexporter.h>
Inheritance diagram for AbstractModelExporter:

Detailed Description
Definition at line 35 of file abstractmodelexporter.h.
Public Member Functions | |
| virtual QString | modelTypeName (AbstractModel *model, const AbstractModelSelection *selection) const =0 |
| QString | remoteMimeType () const |
| QString | remoteTypeName () const |
| virtual AbstractExportJob * | startExport (AbstractModel *model, const AbstractModelSelection *selection, const KUrl &url)=0 |
| virtual | ~AbstractModelExporter () |
Protected Member Functions | |
| AbstractModelExporter (const QString &remoteTypeName, const QString &remoteMimeType) | |
Protected Attributes | |
| Private *const | d |
Constructor & Destructor Documentation
| AbstractModelExporter::AbstractModelExporter | ( | const QString & | remoteTypeName, | |
| const QString & | remoteMimeType | |||
| ) | [protected] |
Definition at line 45 of file abstractmodelexporter.cpp.
| AbstractModelExporter::~AbstractModelExporter | ( | ) | [virtual] |
Definition at line 52 of file abstractmodelexporter.cpp.
Member Function Documentation
| virtual QString AbstractModelExporter::modelTypeName | ( | AbstractModel * | model, | |
| const AbstractModelSelection * | selection | |||
| ) | const [pure virtual] |
Implemented in ModelEncoderFileSystemExporter.
| QString AbstractModelExporter::remoteMimeType | ( | ) | const |
Definition at line 50 of file abstractmodelexporter.cpp.
| QString AbstractModelExporter::remoteTypeName | ( | ) | const |
Definition at line 49 of file abstractmodelexporter.cpp.
| virtual AbstractExportJob* AbstractModelExporter::startExport | ( | AbstractModel * | model, | |
| const AbstractModelSelection * | selection, | |||
| const KUrl & | url | |||
| ) | [pure virtual] |
Implemented in ModelEncoderFileSystemExporter.
Member Data Documentation
Private* const AbstractModelExporter::d [protected] |
Definition at line 54 of file abstractmodelexporter.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference