marble
#include <GeoDataMultiGeometry.h>
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 33 of file GeoDataMultiGeometry.h.
Constructor & Destructor Documentation
Marble::GeoDataMultiGeometry::GeoDataMultiGeometry | ( | ) |
Definition at line 26 of file GeoDataMultiGeometry.cpp.
|
explicit |
Definition at line 31 of file GeoDataMultiGeometry.cpp.
|
virtual |
Definition at line 36 of file GeoDataMultiGeometry.cpp.
Member Function Documentation
void Marble::GeoDataMultiGeometry::append | ( | GeoDataGeometry * | other | ) |
add an element
Definition at line 187 of file GeoDataMultiGeometry.cpp.
GeoDataGeometry & Marble::GeoDataMultiGeometry::at | ( | int | pos | ) |
Definition at line 89 of file GeoDataMultiGeometry.cpp.
const GeoDataGeometry & Marble::GeoDataMultiGeometry::at | ( | int | pos | ) | const |
Definition at line 96 of file GeoDataMultiGeometry.cpp.
QVector< GeoDataGeometry * >::Iterator Marble::GeoDataMultiGeometry::begin | ( | ) |
Definition at line 134 of file GeoDataMultiGeometry.cpp.
GeoDataGeometry * Marble::GeoDataMultiGeometry::child | ( | int | i | ) |
returns the requested child item
Definition at line 159 of file GeoDataMultiGeometry.cpp.
const GeoDataGeometry * Marble::GeoDataMultiGeometry::child | ( | int | i | ) | const |
returns the requested child item
Definition at line 164 of file GeoDataMultiGeometry.cpp.
int Marble::GeoDataMultiGeometry::childPosition | ( | const GeoDataGeometry * | child | ) | const |
returns the position of an item in the list
Definition at line 172 of file GeoDataMultiGeometry.cpp.
void Marble::GeoDataMultiGeometry::clear | ( | ) |
Definition at line 204 of file GeoDataMultiGeometry.cpp.
QVector< GeoDataGeometry * >::ConstIterator Marble::GeoDataMultiGeometry::constBegin | ( | ) | const |
Definition at line 146 of file GeoDataMultiGeometry.cpp.
QVector< GeoDataGeometry * >::ConstIterator Marble::GeoDataMultiGeometry::constEnd | ( | ) | const |
Definition at line 151 of file GeoDataMultiGeometry.cpp.
QVector< GeoDataGeometry * >::Iterator Marble::GeoDataMultiGeometry::end | ( | ) |
Definition at line 140 of file GeoDataMultiGeometry.cpp.
QVector<GeoDataGeometry*>::Iterator Marble::GeoDataMultiGeometry::erase | ( | QVector< GeoDataGeometry * >::Iterator | pos | ) |
QVector<GeoDataGeometry*>::Iterator Marble::GeoDataMultiGeometry::erase | ( | QVector< GeoDataGeometry * >::Iterator | begin, |
QVector< GeoDataGeometry * >::Iterator | end | ||
) |
GeoDataGeometry & Marble::GeoDataMultiGeometry::first | ( | ) |
Definition at line 118 of file GeoDataMultiGeometry.cpp.
const GeoDataGeometry & Marble::GeoDataMultiGeometry::first | ( | ) | const |
Definition at line 129 of file GeoDataMultiGeometry.cpp.
GeoDataGeometry & Marble::GeoDataMultiGeometry::last | ( | ) |
Definition at line 112 of file GeoDataMultiGeometry.cpp.
const GeoDataGeometry & Marble::GeoDataMultiGeometry::last | ( | ) | const |
Definition at line 124 of file GeoDataMultiGeometry.cpp.
|
virtual |
Reimplemented from Marble::GeoDataGeometry.
Definition at line 50 of file GeoDataMultiGeometry.cpp.
GeoDataMultiGeometry & Marble::GeoDataMultiGeometry::operator<< | ( | const GeoDataGeometry & | value | ) |
Definition at line 195 of file GeoDataMultiGeometry.cpp.
GeoDataGeometry & Marble::GeoDataMultiGeometry::operator[] | ( | int | pos | ) |
Definition at line 101 of file GeoDataMultiGeometry.cpp.
const GeoDataGeometry & Marble::GeoDataMultiGeometry::operator[] | ( | int | pos | ) | const |
Definition at line 107 of file GeoDataMultiGeometry.cpp.
|
virtual |
Serialize the contents of the feature to stream
.
Reimplemented from Marble::GeoDataGeometry.
Definition at line 211 of file GeoDataMultiGeometry.cpp.
int Marble::GeoDataMultiGeometry::size | ( | ) | const |
Definition at line 69 of file GeoDataMultiGeometry.cpp.
|
virtual |
Unserialize the contents of the feature from stream
.
Reimplemented from Marble::GeoDataGeometry.
Definition at line 227 of file GeoDataMultiGeometry.cpp.
QVector< GeoDataGeometry > Marble::GeoDataMultiGeometry::vector | ( | ) | const |
Definition at line 74 of file GeoDataMultiGeometry.cpp.
The documentation for this class was generated from the following files:
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.