• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • sources
  • kde-4.14
  • kdeedu
  • marble
  • src
  • lib
  • marble
RenderPluginInterface.h
Go to the documentation of this file.
1 //
2 // This file is part of the Marble Virtual Globe.
3 //
4 // This program is free software licensed under the GNU LGPL. You can
5 // find a copy of this license in LICENSE.txt in the top directory of
6 // the source code.
7 //
8 // Copyright 2008 Torsten Rahn <tackat@kde.org>
9 // Copyright 2008 Inge Wallin <inge@lysator.liu.se>
10 //
11 
12 #ifndef MARBLE_RENDERPLUGININTERFACE_H
13 #define MARBLE_RENDERPLUGININTERFACE_H
14 
15 #include <QStringList>
16 
17 #include "PluginInterface.h"
18 #include "LayerInterface.h"
19 
20 namespace Marble
21 {
22 
23 class RenderPlugin;
24 
30 class RenderPluginInterface: public PluginInterface, public LayerInterface
31 {
32  public:
33  virtual ~RenderPluginInterface();
34 
35  virtual void initialize() = 0;
36 
37  virtual bool isInitialized() const = 0;
38 
50  virtual QStringList backendTypes() const = 0;
51 
66  virtual QString renderPolicy() const = 0;
67 };
68 
69 }
70 
71 Q_DECLARE_INTERFACE( Marble::RenderPluginInterface, "org.kde.Marble.RenderPluginInterface/1.09" )
72 
73 #endif
PluginInterface.h
Marble::RenderPluginInterface
The class that specifies the Marble layer interface of a plugin.
Definition: RenderPluginInterface.h:30
Marble::RenderPluginInterface::~RenderPluginInterface
virtual ~RenderPluginInterface()
Definition: RenderPluginInterface.cpp:16
LayerInterface.h
Marble::LayerInterface
Definition: LayerInterface.h:26
Marble::RenderPluginInterface::backendTypes
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...
Marble::RenderPluginInterface::initialize
virtual void initialize()=0
QString
Marble::PluginInterface
This class specifies interface of a Marble plugin.
Definition: PluginInterface.h:45
QStringList
Marble::RenderPluginInterface::renderPolicy
virtual QString renderPolicy() const =0
Return how the plugin settings should be used.
Marble::RenderPluginInterface::isInitialized
virtual bool isInitialized() const =0
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

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal