Marble::GeoDataAbstractView
Marble::GeoDataAbstractView Class Referenceabstract
#include <GeoDataAbstractView.h>
Inheritance diagram for Marble::GeoDataAbstractView:

Public Member Functions | |
GeoDataAbstractView (const GeoDataAbstractView &other) | |
AltitudeMode | altitudeMode () const |
GeoDataCoordinates | coordinates () const |
virtual GeoDataAbstractView * | copy () const =0 |
bool | operator!= (const GeoDataAbstractView &other) const |
GeoDataAbstractView & | operator= (const GeoDataAbstractView &other) |
bool | operator== (const GeoDataAbstractView &other) const |
void | setAltitudeMode (const AltitudeMode altitudeMode) |
void | setTimeSpan (const GeoDataTimeSpan &timeSpan) |
void | setTimeStamp (const GeoDataTimeStamp &timeStamp) |
GeoDataTimeSpan & | timeSpan () |
const GeoDataTimeSpan & | timeSpan () const |
GeoDataTimeStamp & | timeStamp () |
const GeoDataTimeStamp & | timeStamp () const |
![]() | |
GeoDataObject (const GeoDataObject &) | |
QString | id () const |
GeoDataObject & | operator= (const GeoDataObject &) |
void | pack (QDataStream &stream) const override |
GeoDataObject * | parent () |
const GeoDataObject * | parent () const |
QString | resolvePath (const QString &relativePath) const |
void | setId (const QString &value) |
void | setParent (GeoDataObject *parent) |
void | setTargetId (const QString &value) |
QString | targetId () const |
void | unpack (QDataStream &steam) override |
![]() | |
virtual const char * | nodeType () const =0 |
Protected Member Functions | |
bool | equals (const GeoDataAbstractView &other) const |
virtual bool | equals (const GeoDataObject &other) const |
![]() | |
virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
- See also
- GeoDataLookAt
Definition at line 24 of file GeoDataAbstractView.h.
Member Function Documentation
◆ equals()
|
protected |
Compares the value of id and targetId of the two objects.
- Returns
- true if they these values are equal or false otherwise
Definition at line 126 of file GeoDataObject.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Sep 27 2023 04:09:08 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Sep 27 2023 04:09:08 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.