marble
RenderPlugin.cpp
Go to the documentation of this file.
120 d->m_item.setData( (bool) qobject_cast<DialogConfigurationInterface *>( this ), RenderPluginModel::ConfigurationDialogAvailable );
virtual QString aboutDataText() const
Returns about text (credits) for external data the plugin uses.
Definition: PluginInterface.cpp:20
iterator insert(const Key &key, const T &value)
bool setSetting(const QString &key, const QVariant &value)
Change setting key's values.
Definition: RenderPlugin.cpp:231
void repaintNeeded(QRegion dirtyRegion=QRegion())
This signal is emitted if an update of the view is needed.
QVariant setting(const QString &key) const
Getting setting value from the settings.
Definition: RenderPlugin.cpp:244
bool eventFilter(QObject *, QEvent *)
Definition: RenderPlugin.cpp:216
This file contains the headers for MarbleModel.
void restoreDefaultSettings()
Passes an empty set of settings to the plugin.
Definition: RenderPlugin.cpp:221
virtual QStringList backendTypes() const =0
Returns the name(s) of the backend that the plugin can render This method should return the name of t...
virtual QString description() const =0
Returns a user description of the plugin.
void actionGroupsChanged()
This signal is emitted if the actions that the plugin supports change in any way. ...
const char * name() const
void userCheckableChanged(bool isUserCheckable)
This signal is emitted if the user checkable property is changed with.
virtual const QList< QActionGroup * > * toolbarActionGroups() const
Getting all actions which should be placed in the toolbar.
Definition: RenderPlugin.cpp:103
void settingsChanged(QString nameId)
This signal is emitted if the settings of the RenderPlugin changed.
void visibilityChanged(bool visible, const QString &nameId)
This signal is emitted if the visibility is changed with.
virtual QString runtimeTrace() const
Returns a debug line for perfo/tracing issues.
Definition: RenderPlugin.cpp:211
Definition: RenderState.h:22
virtual QString nameId() const =0
Returns the unique name of the plugin.
QList< Key > keys() const
virtual QString version() const =0
const T value(const Key &key) const
virtual QString copyrightYears() const =0
RenderPlugin(const MarbleModel *marbleModel)
Definition: RenderPlugin.cpp:60
virtual const QList< QActionGroup * > * actionGroups() const
Getting all actions.
Definition: RenderPlugin.cpp:98
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:97
void enabledChanged(bool enable)
This signal is emitted if the enabled property is changed with.
bool contains(const Key &key) const
Type type() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
virtual QHash< QString, QVariant > settings() const
Settings of the plugin.
Definition: RenderPlugin.cpp:185
virtual QString guiString() const =0
String that should be displayed in GUI.
virtual void setSettings(const QHash< QString, QVariant > &settings)
Set the settings of the plugin.
Definition: RenderPlugin.cpp:195
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.