Marble
RenderPlugin.cpp
105 d->m_item.setData((bool)qobject_cast<DialogConfigurationInterface *>(this), RenderPluginModel::ConfigurationDialogAvailable);
This file contains the headers for MarbleModel.
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition MarbleModel.h:84
virtual QString guiString() const =0
String that should be displayed in GUI.
void enabledChanged(bool enable)
This signal is emitted if the enabled property is changed with.
virtual const QList< QActionGroup * > * actionGroups() const
Getting all actions.
Definition RenderPlugin.cpp:83
bool setSetting(const QString &key, const QVariant &value)
Change setting key's values.
Definition RenderPlugin.cpp:216
QVariant setting(const QString &key) const
Getting setting value from the settings.
Definition RenderPlugin.cpp:228
virtual void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition RenderPlugin.cpp:180
virtual const QList< QActionGroup * > * toolbarActionGroups() const
Getting all actions which should be placed in the toolbar.
Definition RenderPlugin.cpp:88
virtual QHash< QString, QVariant > settings() const
Settings of the plugin.
Definition RenderPlugin.cpp:170
void userCheckableChanged(bool isUserCheckable)
This signal is emitted if the user checkable property is changed with.
void visibilityChanged(bool visible, const QString &nameId)
This signal is emitted if the visibility is changed with.
void restoreDefaultSettings()
Passes an empty set of settings to the plugin.
Definition RenderPlugin.cpp:206
Binds a QML item to a specific geodetic location in screen coordinates.
Definition AbstractDataPlugin.cpp:23
iterator insert(const Key &key, const T &value)
Q_EMITQ_EMIT
void setIcon(const QIcon &icon)
Checked
ItemIsSelectable
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.