![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
bool | operator== (const QGeoCameraDataPrivate &rhs) const noexcept |
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.
|
noexcept |
double QGeoCameraDataPrivate::m_bearing = 0.0 |
Definition at line 20 of file qgeocameradata.cpp.
QGeoCoordinate QGeoCameraDataPrivate::m_center = {0, 0} |
Definition at line 19 of file qgeocameradata.cpp.
double QGeoCameraDataPrivate::m_fieldOfView = 45.0 |
Definition at line 23 of file qgeocameradata.cpp.
double QGeoCameraDataPrivate::m_roll = 0.0 |
Definition at line 22 of file qgeocameradata.cpp.
double QGeoCameraDataPrivate::m_tilt = 0.0 |
Definition at line 21 of file qgeocameradata.cpp.
double QGeoCameraDataPrivate::m_zoomLevel = 0.0 |
Definition at line 24 of file qgeocameradata.cpp.