Marble

ParseRunnerPlugin.cpp
1// SPDX-License-Identifier: LGPL-2.1-or-later
2//
3// SPDX-FileCopyrightText: 2010 Dennis Nienhüser <nienhueser@kde.org>
4// SPDX-FileCopyrightText: 2011 Thibaut Gridel <tgridel@free.fr>
5// SPDX-FileCopyrightText: 2012 Bernhard Beschow <bbeschow@cs.tu-berlin.de>
6//
7
8#include "ParseRunnerPlugin.h"
9
10#include <QIcon>
11
12namespace Marble
13{
14
15class Q_DECL_HIDDEN ParseRunnerPlugin::Private
16{
17public:
18 Private();
19};
20
21ParseRunnerPlugin::Private::Private()
22{
23 // nothing to do
24}
25
31
36
38{
39 return QIcon();
40}
41
42}
43
44#include "moc_ParseRunnerPlugin.cpp"
~ParseRunnerPlugin() override
Destructor.
QIcon icon() const override
Returns an icon for the plugin.
ParseRunnerPlugin(QObject *parent=nullptr)
Constructor with optional parent object.
Binds a QML item to a specific geodetic location in screen coordinates.
QObject * parent() const const
T qobject_cast(QObject *object)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:17 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.