![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdeclarativerectanglemapitem_p_p.h>
Public Member Functions | |
QDeclarativeRectangleMapItemPrivateCPU (QDeclarativeRectangleMapItem &rect) | |
~QDeclarativeRectangleMapItemPrivateCPU () override | |
void | onLinePropertiesChanged () override |
void | markSourceDirtyAndUpdate () override |
void | onMapSet () override |
void | onGeoGeometryChanged () override |
void | onItemGeometryChanged () override |
void | afterViewportChanged () override |
void | updatePolish () override |
QSGNode * | updateMapItemPaintNode (QSGNode *oldNode, QQuickItem::UpdatePaintNodeData *data) override |
bool | contains (const QPointF &point) const override |
Public Member Functions inherited from QDeclarativeRectangleMapItemPrivate | |
QDeclarativeRectangleMapItemPrivate (QDeclarativeRectangleMapItem &rect) | |
virtual | ~QDeclarativeRectangleMapItemPrivate () |
Public Attributes | |
QGeoMapPolygonGeometry | m_geometry |
QQuickShape * | m_shape = nullptr |
QQuickShapePath * | m_shapePath = nullptr |
QDeclarativeGeoMapPainterPath * | m_painterPath = nullptr |
Public Attributes inherited from QDeclarativeRectangleMapItemPrivate | |
QDeclarativeRectangleMapItem & | m_rect |
Definition at line 49 of file qdeclarativerectanglemapitem_p_p.h.
QDeclarativeRectangleMapItemPrivateCPU::QDeclarativeRectangleMapItemPrivateCPU | ( | QDeclarativeRectangleMapItem & | rect | ) |
Definition at line 325 of file qdeclarativerectanglemapitem.cpp.
|
override |
Definition at line 343 of file qdeclarativerectanglemapitem.cpp.
|
inlineoverridevirtual |
Implements QDeclarativeRectangleMapItemPrivate.
Definition at line 77 of file qdeclarativerectanglemapitem_p_p.h.
|
overridevirtual |
Implements QDeclarativeRectangleMapItemPrivate.
Definition at line 406 of file qdeclarativerectanglemapitem.cpp.
|
inlineoverridevirtual |
Implements QDeclarativeRectangleMapItemPrivate.
Definition at line 60 of file qdeclarativerectanglemapitem_p_p.h.
|
inlineoverridevirtual |
Implements QDeclarativeRectangleMapItemPrivate.
Definition at line 69 of file qdeclarativerectanglemapitem_p_p.h.
|
inlineoverridevirtual |
Implements QDeclarativeRectangleMapItemPrivate.
Definition at line 73 of file qdeclarativerectanglemapitem_p_p.h.
|
inlineoverridevirtual |
Implements QDeclarativeRectangleMapItemPrivate.
Definition at line 55 of file qdeclarativerectanglemapitem_p_p.h.
|
inlineoverridevirtual |
Implements QDeclarativeRectangleMapItemPrivate.
Definition at line 65 of file qdeclarativerectanglemapitem_p_p.h.
|
overridevirtual |
Implements QDeclarativeRectangleMapItemPrivate.
Definition at line 395 of file qdeclarativerectanglemapitem.cpp.
|
overridevirtual |
Implements QDeclarativeRectangleMapItemPrivate.
Definition at line 348 of file qdeclarativerectanglemapitem.cpp.
QGeoMapPolygonGeometry QDeclarativeRectangleMapItemPrivateCPU::m_geometry |
Definition at line 85 of file qdeclarativerectanglemapitem_p_p.h.
QDeclarativeGeoMapPainterPath* QDeclarativeRectangleMapItemPrivateCPU::m_painterPath = nullptr |
Definition at line 88 of file qdeclarativerectanglemapitem_p_p.h.
QQuickShape* QDeclarativeRectangleMapItemPrivateCPU::m_shape = nullptr |
Definition at line 86 of file qdeclarativerectanglemapitem_p_p.h.
QQuickShapePath* QDeclarativeRectangleMapItemPrivateCPU::m_shapePath = nullptr |
Definition at line 87 of file qdeclarativerectanglemapitem_p_p.h.