![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
bool | operator== (const QGeoCameraDataPrivate &rhs) const noexcept |
![]() | |
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 | m_center = {0, 0} |
double | m_bearing = 0.0 |
double | m_tilt = 0.0 |
double | m_roll = 0.0 |
double | m_fieldOfView = 45.0 |
double | m_zoomLevel = 0.0 |
![]() | |
QAtomicInt | ref |
Definition at line 14 of file qgeocameradata.cpp.
|
noexcept |
Definition at line 29 of file qgeocameradata.cpp.
double QGeoCameraDataPrivate::m_bearing = 0.0 |
Definition at line 20 of file qgeocameradata.cpp.
Referenced by QGeoCameraData::bearing(), and QGeoCameraData::setBearing().
QGeoCoordinate QGeoCameraDataPrivate::m_center = {0, 0} |
Definition at line 19 of file qgeocameradata.cpp.
Referenced by QGeoCameraData::center(), and QGeoCameraData::setCenter().
double QGeoCameraDataPrivate::m_fieldOfView = 45.0 |
Definition at line 23 of file qgeocameradata.cpp.
Referenced by QGeoCameraData::fieldOfView(), and QGeoCameraData::setFieldOfView().
double QGeoCameraDataPrivate::m_roll = 0.0 |
Definition at line 22 of file qgeocameradata.cpp.
Referenced by QGeoCameraData::roll(), and QGeoCameraData::setRoll().
double QGeoCameraDataPrivate::m_tilt = 0.0 |
Definition at line 21 of file qgeocameradata.cpp.
Referenced by QGeoCameraData::setTilt(), and QGeoCameraData::tilt().
double QGeoCameraDataPrivate::m_zoomLevel = 0.0 |
Definition at line 24 of file qgeocameradata.cpp.
Referenced by QGeoCameraData::setZoomLevel(), and QGeoCameraData::zoomLevel().