• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • Marble
  • GeoDataModel
Public Member Functions | List of all members
Marble::GeoDataModel Class Reference

#include <GeoDataModel.h>

Inheritance diagram for Marble::GeoDataModel:
Inheritance graph
[legend]

Public Member Functions

 GeoDataModel ()
 
 GeoDataModel (const GeoDataModel &other)
 
 ~GeoDataModel ()
 
const GeoDataCoordinates & coordinates () const
 
GeoDataCoordinates & coordinates ()
 
const GeoDataLink & link () const
 
GeoDataLink & link ()
 
const GeoDataLocation & location () const
 
GeoDataLocation & location ()
 
virtual const char * nodeType () const
 
bool operator!= (const GeoDataModel &other) const
 
GeoDataModel & operator= (const GeoDataModel &other)
 
bool operator== (const GeoDataModel &other) const
 
const GeoDataOrientation & orientation () const
 
GeoDataOrientation & orientation ()
 
const GeoDataResourceMap & resourceMap () const
 
GeoDataResourceMap & resourceMap ()
 
const GeoDataScale & scale () const
 
GeoDataScale & scale ()
 
void setCoordinates (const GeoDataCoordinates &coordinates)
 
void setLink (const GeoDataLink &link)
 
void setLocation (const GeoDataLocation &location)
 
void setOrientation (const GeoDataOrientation &orientation)
 
void setResourceMap (const GeoDataResourceMap &map)
 
void setScale (const GeoDataScale &scale)
 
void setSourceHref (const QString &sourceHref)
 
void setTargetHref (const QString &targetHref)
 
QString sourceHref () const
 
QString targetHref () const
 
- Public Member Functions inherited from Marble::GeoDataGeometry
 GeoDataGeometry ()
 
 GeoDataGeometry (const GeoDataGeometry &other)
 
virtual ~GeoDataGeometry ()
 
AltitudeMode altitudeMode () const
 
void detach ()
 
bool extrude () const
 
virtual EnumGeometryId geometryId () const
 
virtual const GeoDataLatLonAltBox & latLonAltBox () const
 
GeoDataGeometry & operator= (const GeoDataGeometry &other)
 
virtual void pack (QDataStream &stream) const
 
void setAltitudeMode (const AltitudeMode altitudeMode)
 
void setExtrude (bool extrude)
 
virtual void unpack (QDataStream &stream)
 
- Public Member Functions inherited from Marble::GeoDataObject
 GeoDataObject ()
 
 GeoDataObject (const GeoDataObject &)
 
virtual ~GeoDataObject ()
 
QString id () const
 
GeoDataObject & operator= (const GeoDataObject &)
 
virtual GeoDataObject * parent () const
 
QString resolvePath (const QString &relativePath) const
 
void setId (const QString &value)
 
virtual void setParent (GeoDataObject *parent)
 
void setTargetId (const QString &value)
 
QString targetId () const
 
- Public Member Functions inherited from Marble::GeoNode
 GeoNode ()
 
virtual ~GeoNode ()
 
- Public Member Functions inherited from Marble::Serializable
virtual ~Serializable ()
 

Additional Inherited Members

- Protected Member Functions inherited from Marble::GeoDataGeometry
bool equals (const GeoDataGeometry &other) const
 
- Protected Member Functions inherited from Marble::GeoDataObject
virtual bool equals (const GeoDataObject &other) const
 

Detailed Description

Definition at line 29 of file GeoDataModel.h.

Constructor & Destructor Documentation

Marble::GeoDataModel::GeoDataModel ( )

Definition at line 47 of file GeoDataModel.cpp.

Marble::GeoDataModel::GeoDataModel ( const GeoDataModel &  other)

Definition at line 54 of file GeoDataModel.cpp.

Marble::GeoDataModel::~GeoDataModel ( )

Definition at line 87 of file GeoDataModel.cpp.

Member Function Documentation

const GeoDataCoordinates & Marble::GeoDataModel::coordinates ( ) const

Definition at line 97 of file GeoDataModel.cpp.

GeoDataCoordinates & Marble::GeoDataModel::coordinates ( )

Definition at line 102 of file GeoDataModel.cpp.

const GeoDataLink & Marble::GeoDataModel::link ( ) const

Definition at line 127 of file GeoDataModel.cpp.

GeoDataLink & Marble::GeoDataModel::link ( )

Definition at line 132 of file GeoDataModel.cpp.

const GeoDataLocation & Marble::GeoDataModel::location ( ) const

Definition at line 107 of file GeoDataModel.cpp.

GeoDataLocation & Marble::GeoDataModel::location ( )

Definition at line 112 of file GeoDataModel.cpp.

const char * Marble::GeoDataModel::nodeType ( ) const
virtual

Provides type information for downcasting a GeoNode.

Reimplemented from Marble::GeoDataGeometry.

Definition at line 92 of file GeoDataModel.cpp.

bool Marble::GeoDataModel::operator!= ( const GeoDataModel &  other) const

Definition at line 82 of file GeoDataModel.cpp.

GeoDataModel & Marble::GeoDataModel::operator= ( const GeoDataModel &  other)

Definition at line 61 of file GeoDataModel.cpp.

bool Marble::GeoDataModel::operator== ( const GeoDataModel &  other) const

Definition at line 69 of file GeoDataModel.cpp.

const GeoDataOrientation & Marble::GeoDataModel::orientation ( ) const

Definition at line 157 of file GeoDataModel.cpp.

GeoDataOrientation & Marble::GeoDataModel::orientation ( )

Definition at line 162 of file GeoDataModel.cpp.

const GeoDataResourceMap & Marble::GeoDataModel::resourceMap ( ) const

Definition at line 172 of file GeoDataModel.cpp.

GeoDataResourceMap & Marble::GeoDataModel::resourceMap ( )

Definition at line 177 of file GeoDataModel.cpp.

const GeoDataScale & Marble::GeoDataModel::scale ( ) const

Definition at line 142 of file GeoDataModel.cpp.

GeoDataScale & Marble::GeoDataModel::scale ( )

Definition at line 147 of file GeoDataModel.cpp.

void Marble::GeoDataModel::setCoordinates ( const GeoDataCoordinates &  coordinates)

Definition at line 117 of file GeoDataModel.cpp.

void Marble::GeoDataModel::setLink ( const GeoDataLink &  link)

Definition at line 137 of file GeoDataModel.cpp.

void Marble::GeoDataModel::setLocation ( const GeoDataLocation &  location)

Definition at line 122 of file GeoDataModel.cpp.

void Marble::GeoDataModel::setOrientation ( const GeoDataOrientation &  orientation)

Definition at line 167 of file GeoDataModel.cpp.

void Marble::GeoDataModel::setResourceMap ( const GeoDataResourceMap &  map)

Definition at line 182 of file GeoDataModel.cpp.

void Marble::GeoDataModel::setScale ( const GeoDataScale &  scale)

Definition at line 152 of file GeoDataModel.cpp.

void Marble::GeoDataModel::setSourceHref ( const QString &  sourceHref)

Definition at line 202 of file GeoDataModel.cpp.

void Marble::GeoDataModel::setTargetHref ( const QString &  targetHref)

Definition at line 192 of file GeoDataModel.cpp.

QString Marble::GeoDataModel::sourceHref ( ) const

Definition at line 197 of file GeoDataModel.cpp.

QString Marble::GeoDataModel::targetHref ( ) const

Definition at line 187 of file GeoDataModel.cpp.


The documentation for this class was generated from the following files:
  • GeoDataModel.h
  • GeoDataModel.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:45 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