![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtPositioning More...
#include <qgeorectangle_p.h>
Public Member Functions | |
| QGeoRectanglePrivate () | |
| QGeoRectanglePrivate (const QGeoCoordinate &topLeft, const QGeoCoordinate &bottomRight) | |
| QGeoRectanglePrivate (const QGeoRectanglePrivate &other) | |
| ~QGeoRectanglePrivate () | |
| bool | isValid () const override |
| bool | isEmpty () const override |
| bool | contains (const QGeoCoordinate &coordinate) const override |
| QGeoCoordinate | center () const override |
| QGeoRectangle | boundingGeoRectangle () const override |
| void | extendRectangle (const QGeoCoordinate &coordinate) |
| Extends the rectangle in the smallest possible way to include coordinate in the shape. | |
| QGeoShapePrivate * | clone () const override |
| bool | operator== (const QGeoShapePrivate &other) const override |
| size_t | hash (size_t seed) const override |
| Public Member Functions inherited from QGeoShapePrivate | |
| QGeoShapePrivate (QGeoShape::ShapeType type) | |
| virtual | ~QGeoShapePrivate () |
| 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 | |
| QGeoCoordinate | topLeft |
| QGeoCoordinate | bottomRight |
| Public Attributes inherited from QGeoShapePrivate | |
| QGeoShape::ShapeType | type |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
\inmodule QtPositioning
Definition at line 24 of file qgeorectangle_p.h.
| QGeoRectanglePrivate::QGeoRectanglePrivate | ( | ) |
Definition at line 881 of file qgeorectangle.cpp.
| QGeoRectanglePrivate::QGeoRectanglePrivate | ( | const QGeoCoordinate & | topLeft, |
| const QGeoCoordinate & | bottomRight ) |
Definition at line 886 of file qgeorectangle.cpp.
| QGeoRectanglePrivate::QGeoRectanglePrivate | ( | const QGeoRectanglePrivate & | other | ) |
Definition at line 892 of file qgeorectangle.cpp.
| QGeoRectanglePrivate::~QGeoRectanglePrivate | ( | ) |
Definition at line 898 of file qgeorectangle.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 590 of file qgeorectangle.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 575 of file qgeorectangle.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 900 of file qgeorectangle.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 540 of file qgeorectangle.cpp.
| void QGeoRectanglePrivate::extendRectangle | ( | const QGeoCoordinate & | coordinate | ) |
Extends the rectangle in the smallest possible way to include coordinate in the shape.
Both the rectangle and coordinate needs to be valid. If the rectangle already covers the coordinate noting happens.
Definition at line 753 of file qgeorectangle.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 915 of file qgeorectangle.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 254 of file qgeorectangle.cpp.
|
overridevirtual |
Implements QGeoShapePrivate.
Definition at line 248 of file qgeorectangle.cpp.
|
overridevirtual |
Reimplemented from QGeoShapePrivate.
Definition at line 905 of file qgeorectangle.cpp.
| QGeoCoordinate QGeoRectanglePrivate::bottomRight |
Definition at line 49 of file qgeorectangle_p.h.
| QGeoCoordinate QGeoRectanglePrivate::topLeft |
Definition at line 48 of file qgeorectangle_p.h.