Marble
RenderPluginModel.cpp
22 return one->guiString().remove( QLatin1Char( '&' ) ) < two->guiString().remove( QLatin1Char( '&' ) );
57 std::sort( d->m_renderPlugins.begin(), d->m_renderPlugins.end(), Private::renderPluginGuiStringLessThan );
76 DialogConfigurationInterface *RenderPluginModel::pluginDialogConfigurationInterface( const QModelIndex &index )
void applyPluginState()
Apply the plugin state from the user interface.
Definition: RenderPluginModel.cpp:95
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const const override
void retrievePluginState()
Retrieve the current plugin state for the user interface.
Definition: RenderPluginModel.cpp:88
Binds a QML item to a specific geodetic location in screen coordinates.
Definition: AbstractDataPlugin.cpp:22
bool isValid() const const
int row() const const
QList< QStandardItem * > takeRow(int row)
virtual bool hasChildren(const QModelIndex &parent) const const override
QStandardItem * invisibleRootItem() const const
void appendRow(const QList< QStandardItem * > &items)
void setRenderPlugins(const QList< RenderPlugin * > &renderPlugins)
Set the RenderPlugins the model should manage.
Definition: RenderPluginModel.cpp:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Sep 25 2023 03:50:20 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Sep 25 2023 03:50:20 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.