![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeomapitemgeometry_p.h>
Public Member Functions | |
| QGeoMapItemGeometry () | |
| virtual | ~QGeoMapItemGeometry () |
| bool | isSourceDirty () const |
| bool | isScreenDirty () const |
| void | markSourceDirty () |
| void | markScreenDirty () |
| void | markFullScreenDirty () |
| void | markClean () |
| void | clearScreen () |
| QGeoCoordinate | geoLeftBound () |
| QRectF | sourceBoundingBox () const |
| QRectF | screenBoundingBox () const |
| void | clearBounds () |
| QPointF | firstPointOffset () const |
| const QGeoCoordinate & | origin () const |
| QPainterPath | screenOutline () const |
| virtual bool | contains (const QPointF &screenPoint) const |
| QVector2D | vertex (quint32 index) const |
| QList< QPointF > | vertices () const |
| QList< quint32 > | indices () const |
| bool | isIndexed () const |
| quint32 | size () const |
| void | clear () |
Static Public Member Functions | |
| static QList< QGeoCoordinate > | path (const QGeoRectangle &rect) |
| static QList< QGeoCoordinate > | perimeter (const QGeoRectangle &rect) |
| static QList< QDoubleVector2D > | pathMercator (const QList< QGeoCoordinate > &p) |
Public Attributes | |
| bool | m_dataChanged = false |
Protected Attributes | |
| bool | sourceDirty_ = true |
| bool | screenDirty_ = true |
| bool | clipToViewport_ = true |
| bool | preserveGeometry_ = false |
| QGeoCoordinate | geoLeftBound_ |
| QPointF | firstPointOffset_ |
| QPainterPath | screenOutline_ |
| QRectF | sourceBounds_ |
| QRectF | screenBounds_ |
| QGeoCoordinate | srcOrigin_ |
| QList< QPointF > | screenVertices_ |
| QList< quint32 > | screenIndices_ |
Definition at line 39 of file qgeomapitemgeometry_p.h.
| QT_BEGIN_NAMESPACE QGeoMapItemGeometry::QGeoMapItemGeometry | ( | ) |
Definition at line 16 of file qgeomapitemgeometry.cpp.
|
virtual |
Definition at line 20 of file qgeomapitemgeometry.cpp.
|
inline |
Definition at line 114 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 82 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 76 of file qgeomapitemgeometry_p.h.
|
inlinevirtual |
Definition at line 92 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 84 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 78 of file qgeomapitemgeometry_p.h.
Definition at line 101 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 103 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 71 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 70 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 75 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 74 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 73 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 72 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 86 of file qgeomapitemgeometry_p.h.
|
inlinestatic |
Definition at line 42 of file qgeomapitemgeometry_p.h.
|
inlinestatic |
Definition at line 59 of file qgeomapitemgeometry_p.h.
|
inlinestatic |
Definition at line 52 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 81 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 88 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 106 of file qgeomapitemgeometry_p.h.
|
inline |
Definition at line 80 of file qgeomapitemgeometry_p.h.
Definition at line 96 of file qgeomapitemgeometry_p.h.
Definition at line 100 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 125 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 129 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 127 of file qgeomapitemgeometry_p.h.
|
mutable |
Definition at line 117 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 126 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 134 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 124 of file qgeomapitemgeometry_p.h.
Definition at line 139 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 131 of file qgeomapitemgeometry_p.h.
Definition at line 138 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 133 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 123 of file qgeomapitemgeometry_p.h.
|
protected |
Definition at line 136 of file qgeomapitemgeometry_p.h.