![]() |
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 28 of file qgeocameradata_p.h.
| QGeoCameraData::QGeoCameraData | ( | ) |
Definition at line 71 of file qgeocameradata.cpp.
|
defaultnoexcept |
|
defaultnoexcept |
|
default |
| double QGeoCameraData::bearing | ( | ) | const |
Definition at line 111 of file qgeocameradata.cpp.
| QGeoCoordinate QGeoCameraData::center | ( | ) | const |
Definition at line 101 of file qgeocameradata.cpp.
| double QGeoCameraData::fieldOfView | ( | ) | const |
Definition at line 141 of file qgeocameradata.cpp.
|
noexcept |
Definition at line 82 of file qgeocameradata.cpp.
| double QGeoCameraData::roll | ( | ) | const |
Definition at line 131 of file qgeocameradata.cpp.
| void QGeoCameraData::setBearing | ( | double | bearing | ) |
Definition at line 106 of file qgeocameradata.cpp.
| void QGeoCameraData::setCenter | ( | const QGeoCoordinate & | coordinate | ) |
Definition at line 96 of file qgeocameradata.cpp.
| void QGeoCameraData::setFieldOfView | ( | double | fieldOfView | ) |
Definition at line 136 of file qgeocameradata.cpp.
| void QGeoCameraData::setRoll | ( | double | roll | ) |
Definition at line 126 of file qgeocameradata.cpp.
| void QGeoCameraData::setTilt | ( | double | tilt | ) |
Definition at line 116 of file qgeocameradata.cpp.
| void QGeoCameraData::setZoomLevel | ( | double | zoomLevel | ) |
Definition at line 146 of file qgeocameradata.cpp.
|
inlinenoexcept |
Definition at line 39 of file qgeocameradata_p.h.
| double QGeoCameraData::tilt | ( | ) | const |
Definition at line 121 of file qgeocameradata.cpp.
| double QGeoCameraData::zoomLevel | ( | ) | const |
Definition at line 151 of file qgeocameradata.cpp.
|
friend |
Definition at line 43 of file qgeocameradata_p.h.
|
friend |
Definition at line 41 of file qgeocameradata_p.h.