marble
CountryByShape.cpp
Go to the documentation of this file.
108 QVariant const data = treeModel->data ( treeModel->index ( i, 0 ), MarblePlacemarkModel::ObjectPointerRole );
125 QVariant const data = treeModel->data ( treeModel->index ( i, 0 ), MarblePlacemarkModel::ObjectPointerRole );
void postQuestion(QObject *gameObject)
Definition: CountryByShape.cpp:150
The representation of GeoData in a model This class represents all available data given by kml-data f...
Definition: GeoDataTreeModel.h:33
A LinearRing that allows to store a closed, contiguous set of line segments.
Definition: GeoDataLinearRing.h:67
int rowCount(const QModelIndex &parent=QModelIndex()) const override
Return the number of Items in the Model.
Definition: GeoDataTreeModel.cpp:120
virtual bool contains(const GeoDataCoordinates &coordinates) const
Returns whether the given coordinates lie within the polygon.
Definition: GeoDataPolygon.cpp:246
virtual bool contains(const GeoDataCoordinates &coordinates) const
Returns whether the given coordinates lie within the polygon.
Definition: GeoDataLinearRing.cpp:73
CountryByShape(MarbleWidget *widget)
Definition: CountryByShape.cpp:89
QVector< GeoDataGeometry * >::Iterator end()
Definition: GeoDataMultiGeometry.cpp:175
This file contains the headers for MarbleModel.
void gameInitialized()
const GeoDataLatLonAltBox & latLonAltBox() const override
Returns the smallest latLonAltBox that contains the LineString.
Definition: GeoDataLineString.cpp:806
The pointer to a specific object.
Definition: MarblePlacemarkModel.h:60
QVariant data(const QModelIndex &index, int role) const override
Definition: GeoDataTreeModel.cpp:203
void announceHighlight(qreal, qreal, GeoDataCoordinates::Unit)
GeoDataGeometry * geometry()
The geometry of the GeoDataPlacemark is to be rendered to the marble map along with the icon at the c...
Definition: GeoDataPlacemark.cpp:151
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:102
bool invokeMethod(QObject *obj, const char *member, Qt::ConnectionType type, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9)
QTime currentTime()
const GeoDataLatLonAltBox & latLonAltBox() const override
Returns the smallest latLonAltBox that contains the Polygon.
Definition: GeoDataPolygon.cpp:134
A class that can contain other GeoDataGeometry objects.
Definition: GeoDataMultiGeometry.h:33
Definition: CountryByShape.qml:13
const GeoDataCoordinates & coordinates() const
Definition: GeoDataPoint.cpp:98
QVector< GeoDataGeometry * >::Iterator begin()
Definition: GeoDataMultiGeometry.cpp:167
This file contains the headers for MarbleWidget.
qreal longitude(GeoDataCoordinates::Unit unit) const
retrieves the longitude of the GeoDataCoordinates object use the unit parameter to switch between Rad...
Definition: GeoDataCoordinates.cpp:204
qreal latitude(GeoDataCoordinates::Unit unit) const
retrieves the latitude of the GeoDataCoordinates object use the unit parameter to switch between Radi...
Definition: GeoDataCoordinates.cpp:221
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
int size() const
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:53
A class that defines a 3D bounding box for geographic data.
Definition: GeoDataLatLonAltBox.h:47
QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const override
Definition: GeoDataTreeModel.cpp:373
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 5 2019 03:13:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 5 2019 03:13:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.