• 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
  • render
  • weather
BBCStation.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 Bastian Holst <bastianholst@gmx.de>
9 //
10 
11 #ifndef BBCSTATION_H
12 #define BBCSTATION_H
13 
14 #include <QtGlobal>
15 
16 class QString;
17 
18 namespace Marble
19 {
20 
21 class GeoDataCoordinates;
22 class BBCStationPrivate;
23 
24 class BBCStation
25 {
26  public:
27  BBCStation();
28  BBCStation( const BBCStation& other );
29 
30  ~BBCStation();
31 
32  void detach();
33 
34  BBCStation& operator=( const BBCStation &other );
35  bool operator<( const BBCStation& other ) const;
36 
37  QString name() const;
38  void setName( const QString& name );
39 
40  GeoDataCoordinates coordinate() const;
41  void setCoordinate( const GeoDataCoordinates& coordinate );
42 
43  quint32 bbcId() const;
44  void setBbcId( quint32 id );
45 
46  quint8 priority() const;
47  void setPriority( quint8 priority );
48 
49  private:
50  BBCStationPrivate *d;
51 };
52 
53 } // namespace Marble
54 
55 #endif // BBCSTATION_H
Marble::GeoDataCoordinates
A 3d point representation.
Definition: GeoDataCoordinates.h:52
Marble::BBCStation::setCoordinate
void setCoordinate(const GeoDataCoordinates &coordinate)
Definition: BBCStation.cpp:110
Marble::BBCStation::name
QString name() const
Definition: BBCStation.cpp:94
Marble::BBCStation::setName
void setName(const QString &name)
Definition: BBCStation.cpp:99
Marble::BBCStation::BBCStation
BBCStation()
Definition: BBCStation.cpp:61
Marble::BBCStation::~BBCStation
~BBCStation()
Definition: BBCStation.cpp:72
Marble::BBCStation::operator=
BBCStation & operator=(const BBCStation &other)
Definition: BBCStation.cpp:83
Marble::BBCStation::coordinate
GeoDataCoordinates coordinate() const
Definition: BBCStation.cpp:105
Marble::BBCStation::bbcId
quint32 bbcId() const
Definition: BBCStation.cpp:116
Marble::BBCStation::setPriority
void setPriority(quint8 priority)
Definition: BBCStation.cpp:132
Marble::BBCStation::setBbcId
void setBbcId(quint32 id)
Definition: BBCStation.cpp:121
QString
Marble::BBCStation
Definition: BBCStation.h:24
Marble::BBCStation::priority
quint8 priority() const
Definition: BBCStation.cpp:127
Marble::BBCStation::detach
void detach()
Definition: BBCStation.cpp:78
Marble::BBCStation::operator<
bool operator<(const BBCStation &other) const
Definition: BBCStation.cpp:89
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:38 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