• 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
  • plugins
  • runner
  • gpx
GpxPlugin.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 2011 Thibaut Gridel <tgridel@free.fr>
9 
10 #ifndef MARBLEGPXPLUGIN_H
11 #define MARBLEGPXPLUGIN_H
12 
13 #include "ParseRunnerPlugin.h"
14 
15 namespace Marble
16 {
17 
18 class GpxPlugin : public ParseRunnerPlugin
19 {
20  Q_OBJECT
21  Q_PLUGIN_METADATA( IID "org.kde.edu.marble.GpxPlugin" )
22  Q_INTERFACES( Marble::ParseRunnerPlugin )
23 
24 public:
25  explicit GpxPlugin( QObject *parent = 0 );
26 
27  QString name() const;
28 
29  QString nameId() const;
30 
31  QString version() const;
32 
33  QString description() const;
34 
35  QString copyrightYears() const;
36 
37  QList<PluginAuthor> pluginAuthors() const;
38 
39  QString fileFormatDescription() const;
40 
41  QStringList fileExtensions() const;
42 
43  virtual ParsingRunner* newRunner() const;
44 };
45 
46 }
47 #endif // MARBLEGPXPLUGIN_H
Marble::GpxPlugin::fileExtensions
QStringList fileExtensions() const
Returns the file extensions associated with the file format.
Definition: GpxPlugin.cpp:57
Marble::GpxPlugin::description
QString description() const
Returns a user description of the plugin.
Definition: GpxPlugin.cpp:36
QObject
Marble::GpxPlugin::copyrightYears
QString copyrightYears() const
Definition: GpxPlugin.cpp:41
Marble::GpxPlugin::nameId
QString nameId() const
Returns the unique name of the plugin.
Definition: GpxPlugin.cpp:26
QString
QList
Marble::ParsingRunner
Definition: ParsingRunner.h:23
QStringList
ParseRunnerPlugin.h
Marble::ParseRunnerPlugin
A plugin for Marble to execute a parsing task.
Definition: ParseRunnerPlugin.h:27
Marble::GpxPlugin::name
QString name() const
Returns the user-visible name of the plugin.
Definition: GpxPlugin.cpp:21
Marble::GpxPlugin::pluginAuthors
QList< PluginAuthor > pluginAuthors() const
Definition: GpxPlugin.cpp:46
Marble::GpxPlugin
Definition: GpxPlugin.h:18
Marble::GpxPlugin::GpxPlugin
GpxPlugin(QObject *parent=0)
Definition: GpxPlugin.cpp:16
Marble::GpxPlugin::fileFormatDescription
QString fileFormatDescription() const
Returns a short description of the supported file format.
Definition: GpxPlugin.cpp:52
QObject::parent
QObject * parent() const
Marble::GpxPlugin::newRunner
virtual ParsingRunner * newRunner() const
Plugin factory method to create a new runner instance.
Definition: GpxPlugin.cpp:62
Marble::GpxPlugin::version
QString version() const
Definition: GpxPlugin.cpp:31
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 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