![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeocameradata_p.h>
Public Member Functions | |
| QGeoCameraData () | |
| QGeoCameraData (const QGeoCameraData &other) noexcept | |
| QGeoCameraData (QGeoCameraData &&other) noexcept=default | |
| ~QGeoCameraData () | |
| QGeoCameraData & | operator= (const QGeoCameraData &other) noexcept |
| void | swap (QGeoCameraData &other) noexcept |
| void | setCenter (const QGeoCoordinate &coordinate) |
| QGeoCoordinate | center () const |
| void | setBearing (double bearing) |
| double | bearing () const |
| void | setTilt (double tilt) |
| double | tilt () const |
| void | setRoll (double roll) |
| double | roll () const |
| void | setFieldOfView (double fieldOfView) |
| double | fieldOfView () const |
| void | setZoomLevel (double zoomLevel) |
| double | zoomLevel () const |
Friends | |
| bool | operator== (const QGeoCameraData &lhs, const QGeoCameraData &rhs) noexcept |
| bool | operator!= (const QGeoCameraData &lhs, const QGeoCameraData &rhs) noexcept |
Definition at line 29 of file qgeocameradata_p.h.
| QGeoCameraData::QGeoCameraData | ( | ) |
Definition at line 72 of file qgeocameradata.cpp.
|
defaultnoexcept |
|
defaultnoexcept |
|
default |
| double QGeoCameraData::bearing | ( | ) | const |
Definition at line 112 of file qgeocameradata.cpp.
| QGeoCoordinate QGeoCameraData::center | ( | ) | const |
Definition at line 102 of file qgeocameradata.cpp.
| double QGeoCameraData::fieldOfView | ( | ) | const |
Definition at line 142 of file qgeocameradata.cpp.
|
noexcept |
Definition at line 83 of file qgeocameradata.cpp.
| double QGeoCameraData::roll | ( | ) | const |
Definition at line 132 of file qgeocameradata.cpp.
| void QGeoCameraData::setBearing | ( | double | bearing | ) |
Definition at line 107 of file qgeocameradata.cpp.
| void QGeoCameraData::setCenter | ( | const QGeoCoordinate & | coordinate | ) |
Definition at line 97 of file qgeocameradata.cpp.
| void QGeoCameraData::setFieldOfView | ( | double | fieldOfView | ) |
Definition at line 137 of file qgeocameradata.cpp.
| void QGeoCameraData::setRoll | ( | double | roll | ) |
Definition at line 127 of file qgeocameradata.cpp.
| void QGeoCameraData::setTilt | ( | double | tilt | ) |
Definition at line 117 of file qgeocameradata.cpp.
| void QGeoCameraData::setZoomLevel | ( | double | zoomLevel | ) |
Definition at line 147 of file qgeocameradata.cpp.
|
inlinenoexcept |
Definition at line 40 of file qgeocameradata_p.h.
| double QGeoCameraData::tilt | ( | ) | const |
Definition at line 122 of file qgeocameradata.cpp.
| double QGeoCameraData::zoomLevel | ( | ) | const |
Definition at line 152 of file qgeocameradata.cpp.
|
friend |
Definition at line 44 of file qgeocameradata_p.h.
|
friend |
Definition at line 42 of file qgeocameradata_p.h.