• 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 ()
 
double altitude () const
 
AltitudeMode altitudeMode () const
 
const GeoDataCoordinates & coordinates () const
 
GeoDataCoordinates & coordinates ()
 
const GeoDataLink & link () const
 
GeoDataLink & link ()
 
const GeoDataLocation & location () const
 
GeoDataLocation & location ()
 
virtual const char * nodeType () const
 
GeoDataModel & operator= (const GeoDataModel &other)
 
const GeoDataOrientation & orientation () const
 
GeoDataOrientation & orientation ()
 
const GeoDataResourceMap & resourceMap () const
 
GeoDataResourceMap & resourceMap ()
 
const GeoDataScale & scale () const
 
GeoDataScale & scale ()
 
void setAltitude (double altitude)
 
void setAltitudeMode (const AltitudeMode altitudeMode)
 
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 ()
 
int id () const
 
GeoDataObject & operator= (const GeoDataObject &)
 
virtual GeoDataObject * parent () const
 
QString resolvePath (const QString &relativePath) const
 
void setId (int value)
 
virtual void setParent (GeoDataObject *parent)
 
void setTargetId (int value)
 
int targetId () const
 
- Public Member Functions inherited from Marble::GeoNode
 GeoNode ()
 
virtual ~GeoNode ()
 
- Public Member Functions inherited from Marble::Serializable
virtual ~Serializable ()
 

Detailed Description

Definition at line 29 of file GeoDataModel.h.

Constructor & Destructor Documentation

Marble::GeoDataModel::GeoDataModel ( )

Definition at line 50 of file GeoDataModel.cpp.

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

Definition at line 57 of file GeoDataModel.cpp.

Marble::GeoDataModel::~GeoDataModel ( )

Definition at line 71 of file GeoDataModel.cpp.

Member Function Documentation

double Marble::GeoDataModel::altitude ( ) const
AltitudeMode Marble::GeoDataModel::altitudeMode ( ) const

Definition at line 111 of file GeoDataModel.cpp.

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

Definition at line 81 of file GeoDataModel.cpp.

GeoDataCoordinates & Marble::GeoDataModel::coordinates ( )

Definition at line 86 of file GeoDataModel.cpp.

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

Definition at line 121 of file GeoDataModel.cpp.

GeoDataLink & Marble::GeoDataModel::link ( )

Definition at line 126 of file GeoDataModel.cpp.

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

Definition at line 91 of file GeoDataModel.cpp.

GeoDataLocation & Marble::GeoDataModel::location ( )

Definition at line 96 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 76 of file GeoDataModel.cpp.

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

Definition at line 64 of file GeoDataModel.cpp.

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

Definition at line 151 of file GeoDataModel.cpp.

GeoDataOrientation & Marble::GeoDataModel::orientation ( )

Definition at line 156 of file GeoDataModel.cpp.

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

Definition at line 166 of file GeoDataModel.cpp.

GeoDataResourceMap & Marble::GeoDataModel::resourceMap ( )

Definition at line 171 of file GeoDataModel.cpp.

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

Definition at line 136 of file GeoDataModel.cpp.

GeoDataScale & Marble::GeoDataModel::scale ( )

Definition at line 141 of file GeoDataModel.cpp.

void Marble::GeoDataModel::setAltitude ( double  altitude)
void Marble::GeoDataModel::setAltitudeMode ( const AltitudeMode  altitudeMode)

Definition at line 116 of file GeoDataModel.cpp.

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

Definition at line 101 of file GeoDataModel.cpp.

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

Definition at line 131 of file GeoDataModel.cpp.

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

Definition at line 106 of file GeoDataModel.cpp.

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

Definition at line 161 of file GeoDataModel.cpp.

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

Definition at line 176 of file GeoDataModel.cpp.

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

Definition at line 146 of file GeoDataModel.cpp.

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

Definition at line 196 of file GeoDataModel.cpp.

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

Definition at line 186 of file GeoDataModel.cpp.

QString Marble::GeoDataModel::sourceHref ( ) const

Definition at line 191 of file GeoDataModel.cpp.

QString Marble::GeoDataModel::targetHref ( ) const

Definition at line 181 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 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
  • kstars
  • libkdeedu
  •   keduvocdocument
  • 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