Warning, /education/marble/src/bindings/python/sip/RenderPluginInterface.sip is written in an unsupported language. File is not indexed.
0001 //
0002 // Copyright 2009 Simon Edwards <simon@simonzone.com>
0003
0004 // Generated by twine
0005
0006 // This file is part of PyKDE4.
0007
0008 // PyKDE4 is free software; you can redistribute it and/or modify
0009 // it under the terms of the GNU Lesser General Public License as
0010 // published by the Free Software Foundation; either version 2.1 of
0011 // the License, or (at your option) any later version.
0012
0013 // PyKDE4 is distributed in the hope that it will be useful,
0014 // but WITHOUT ANY WARRANTY; without even the implied warranty of
0015 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0016 // GNU General Public License for more details.
0017
0018 // You should have received a copy of the GNU General Public License
0019 // along with this program. If not, see <http://www.gnu.org/licenses/>.
0020
0021 namespace Marble
0022 {
0023 class GeoSceneLayer;
0024
0025 class RenderPluginInterface : Marble::PluginInterface /Abstract/
0026 {
0027 %TypeHeaderCode
0028 #include <RenderPluginInterface.h>
0029 %End
0030
0031 public:
0032 virtual QStringList backendTypes () const=0;
0033 virtual QString renderPolicy () const=0;
0034 virtual QStringList renderPosition () const=0;
0035 virtual bool render (Marble::GeoPainter* painter, Marble::ViewportParams* viewport, const QString& renderPos = "NONE", Marble::GeoSceneLayer* layer = 0)=0;
0036
0037 };
0038 // RenderPluginInterface
0039
0040 };
0041 // Marble
0042
0043