![]() |
Qt 6.x
The Qt SDK
|
#include <qgeoshape_p.h>
Inheritance diagram for QGeoShapePrivate:
Collaboration diagram for QGeoShapePrivate:Public Member Functions | |
| QGeoShapePrivate (QGeoShape::ShapeType type) | |
| virtual | ~QGeoShapePrivate () |
| virtual bool | isValid () const =0 |
| virtual bool | isEmpty () const =0 |
| virtual bool | contains (const QGeoCoordinate &coordinate) const =0 |
| virtual QGeoCoordinate | center () const =0 |
| virtual QGeoRectangle | boundingGeoRectangle () const =0 |
| virtual QGeoShapePrivate * | clone () const =0 |
| virtual bool | operator== (const QGeoShapePrivate &other) const |
| virtual size_t | hash (size_t seed) const =0 |
Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| QGeoShape::ShapeType | type |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 25 of file qgeoshape_p.h.
|
explicit |
Definition at line 24 of file qgeoshape.cpp.
|
virtual |
Definition at line 29 of file qgeoshape.cpp.
|
pure virtual |
Implemented in QGeoCirclePrivate, QGeoPathPrivate, and QGeoRectanglePrivate.
|
pure virtual |
Implemented in QGeoCirclePrivate, QGeoPathPrivate, and QGeoRectanglePrivate.
|
pure virtual |
Implemented in QGeoCirclePrivate, QGeoPathPrivate, QGeoPathPrivateEager, QGeoPolygonPrivate, QGeoPolygonPrivateEager, and QGeoRectanglePrivate.
|
pure virtual |
Implemented in QGeoCirclePrivate, QGeoPathPrivate, QGeoPolygonPrivate, and QGeoRectanglePrivate.
|
pure virtual |
Implemented in QGeoCirclePrivate, QGeoPathPrivate, QGeoPolygonPrivate, and QGeoRectanglePrivate.
|
pure virtual |
Implemented in QGeoCirclePrivate, QGeoPathPrivate, and QGeoRectanglePrivate.
|
pure virtual |
Implemented in QGeoCirclePrivate, QGeoPathPrivate, QGeoPolygonPrivate, and QGeoRectanglePrivate.
|
virtual |
Reimplemented in QGeoCirclePrivate, QGeoPathPrivate, QGeoPolygonPrivate, and QGeoRectanglePrivate.
Definition at line 33 of file qgeoshape.cpp.
References other().
Here is the call graph for this function:| QGeoShape::ShapeType QGeoShapePrivate::type |
Definition at line 45 of file qgeoshape_p.h.