• 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
  • positionprovider
  • geoclue
  • GeoCute
PositionProvider.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 2009 Eckhart Wörner <ewoerner@kde.org>
9 //
10 
11 #ifndef GEOCUTE_POSITIONPROVIDER_H
12 #define GEOCUTE_POSITIONPROVIDER_H
13 
14 #include <QObject>
15 
16 #include "Provider.h"
17 #include "Position.h"
18 
19 
20 
21 class QString;
22 
23 namespace GeoCute
24 {
25 
26 class PositionProvider : public Provider
27 {
28  Q_OBJECT
29 
30  public:
31  PositionProvider(const QString& service, const QString& path,
32  QObject* parent = 0);
33  ~PositionProvider();
34  Position position() const;
35 
36  static PositionProvider* detailed();
37 
38  signals:
39  void positionChanged(GeoCute::Position position);
40 
41  private:
42  class Private;
43  Private* const d;
44  Q_PRIVATE_SLOT(d, void positionChangedCall(QDBusMessage message))
45 };
46 
47 }
48 
49 
50 
51 #endif
GeoCute::Position
Definition: Position.h:34
GeoCute::PositionProvider
Definition: PositionProvider.h:26
GeoCute::PositionProvider::position
Position position() const
Definition: PositionProvider.cpp:76
QObject
GeoCute::PositionProvider::positionChanged
void positionChanged(GeoCute::Position position)
QString
GeoCute::PositionProvider::~PositionProvider
~PositionProvider()
Definition: PositionProvider.cpp:59
GeoCute::PositionProvider::detailed
static PositionProvider * detailed()
Definition: PositionProvider.cpp:64
GeoCute::PositionProvider::Private
Definition: PositionProvider_p.h:25
QDBusMessage
GeoCute::PositionProvider::PositionProvider
PositionProvider(const QString &service, const QString &path, QObject *parent=0)
Definition: PositionProvider.cpp:53
Provider.h
GeoCute::Provider
Definition: Provider.h:24
Position.h
QObject::parent
QObject * parent() const
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