okteta
exportcontroller.cpp
Go to the documentation of this file.
89 const AbstractModelSelection* selection = ( mSelectionControl != 0 ) ? mSelectionControl->modelSelection() : 0;
109 QAction* noneAction = new QAction( i18nc("@item There are no exporters.","Not available."), mExportSelectAction );
121 const AbstractModelSelection* selection = ( mSelectionControl != 0 ) ? mSelectionControl->modelSelection() : 0;
virtual const AbstractModelSelection * modelSelection() const =0
QList< AbstractModelExporter * > exporterList(AbstractModel *model, const AbstractModelSelection *selection) const
Definition: modelcodecmanager.cpp:64
AbstractModel * findBaseModelWithInterface() const
returns the first baseModel which is of type T, or null if none is found.
Definition: abstractmodel.h:109
void exportDocument(AbstractModelExporter *exporter, AbstractModel *model, const AbstractModelSelection *selection)
Definition: modelcodecmanager.cpp:107
virtual void setTargetModel(AbstractModel *model)
Definition: exportcontroller.cpp:68
QString remoteTypeName() const
Definition: abstractmodelexporter.cpp:40
Definition: dataselectable.h:42
AbstractModelStreamEncoderConfigEditor * createConfigEditor(AbstractModelStreamEncoder *encoder) const
Definition: modelcodecviewmanager.cpp:67
Definition: abstractmodel.h:40
Definition: modelcodecmanager.h:48
Definition: bookmarkable.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.