marble
RenderPluginModel.cpp
Go to the documentation of this file.
27 return one->guiString().remove( QLatin1Char( '&' ) ) < two->guiString().remove( QLatin1Char( '&' ) );
62 qSort( d->m_renderPlugins.begin(), d->m_renderPlugins.end(), Private::renderPluginGuiStringLessThan );
81 DialogConfigurationInterface *RenderPluginModel::pluginDialogConfigurationInterface( const QModelIndex &index )
QStandardItem * invisibleRootItem() const
QList< QStandardItem * > takeRow(int row)
This interface allows a plugin to provide a QWidget-based configuration dialog which is accessible wi...
Definition: DialogConfigurationInterface.h:31
virtual bool hasChildren(const QModelIndex &parent) const
~RenderPluginModel()
Definition: RenderPluginModel.cpp:44
bool isValid() const
RenderPluginModel(QObject *parent=0)
Definition: RenderPluginModel.cpp:38
int row() const
void setRenderPlugins(const QList< RenderPlugin * > &renderPlugins)
Set the RenderPlugins the model should manage.
Definition: RenderPluginModel.cpp:54
void retrievePluginState()
Retrieve the current plugin state for the user interface.
Definition: RenderPluginModel.cpp:93
QList< PluginAuthor > pluginAuthors(const QModelIndex &index) const
Definition: RenderPluginModel.cpp:70
void applyPluginState()
Apply the plugin state from the user interface.
Definition: RenderPluginModel.cpp:100
DialogConfigurationInterface * pluginDialogConfigurationInterface(const QModelIndex &index)
Definition: RenderPluginModel.cpp:81
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.