marble
RenderPlugin.h
Go to the documentation of this file.
47 Q_PROPERTY ( QString name READ name CONSTANT )
48 Q_PROPERTY ( QString nameId READ nameId CONSTANT )
49 Q_PROPERTY ( QString version READ version CONSTANT )
50 Q_PROPERTY ( QString description READ description CONSTANT )
53 Q_PROPERTY ( bool userCheckable READ isUserCheckable WRITE setUserCheckable NOTIFY userCheckableChanged )
64 ThemeRenderType
338 virtual RenderPlugin* newInstance( const MarbleModel *marbleModel ) const { return new T( marbleModel ); }
Provides common access to various kinds of plugins without having to know about their details...
Definition: RenderPluginModel.h:30
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
The data model (not based on QAbstractModel) for a MarbleWidget.
Definition: MarbleModel.h:96
The abstract class that creates a renderable item.
Definition: RenderPlugin.h:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:52 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 22:38:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.