Marble
6 #include "GeoDataTour.h"
7 #include "GeoDataTour_p.h"
13 const GeoDataTour GeoDataTour::null;
15 GeoDataTour::GeoDataTour()
16 : GeoDataFeature( new GeoDataTourPrivate )
21 GeoDataTour::GeoDataTour(
const GeoDataTour& other)
22 : GeoDataFeature(other, new GeoDataTourPrivate(*other.d_func()))
26 GeoDataTour::~GeoDataTour()
31 GeoDataTour& GeoDataTour::operator=(
const GeoDataTour& other)
42 bool GeoDataTour::operator==(
const GeoDataTour& other)
const
44 Q_D(
const GeoDataTour);
45 return equals( other ) &&
46 *d->m_playlist == *other.d_func()->m_playlist;
49 bool GeoDataTour::operator!=(
const GeoDataTour& other)
const
54 GeoDataFeature * GeoDataTour::clone()
const
56 return new GeoDataTour(*
this);
60 GeoDataPlaylist* GeoDataTour::playlist()
66 const GeoDataPlaylist* GeoDataTour::playlist()
const
68 Q_D(
const GeoDataTour);
72 void GeoDataTour::setPlaylist(GeoDataPlaylist *playlist)
75 d->m_playlist = playlist;
76 d->m_playlist->setParent(
this);
79 const char *GeoDataTour::nodeType()
const
81 return GeoDataTypes::GeoDataTourType;
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
Binds a QML item to a specific geodetic location in screen coordinates.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Oct 2 2023 03:52:08 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.