![]() |
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 QGeoCameraCapabilitiesPrivate &rhs) const noexcept |
bool | operator== (const QGeoCameraCapabilitiesPrivate &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 | |
bool | supportsBearing_ = false |
bool | supportsRolling_ = false |
bool | supportsTilting_ = false |
bool | valid_ = false |
double | minZoom_ = 0.0 |
double | maxZoom_ = 0.0 |
double | minTilt_ = 0.0 |
double | maxTilt_ = 0.0 |
int | tileSize_ = 256 |
double | minimumFieldOfView_ = 45.0 |
double | maximumFieldOfView_ = 45.0 |
bool | overzoomEnabled_ = false |
![]() | |
QAtomicInt | ref |
Definition at line 16 of file qgeocameracapabilities.cpp.
|
noexcept |
Definition at line 41 of file qgeocameracapabilities.cpp.
|
noexcept |
double QGeoCameraCapabilitiesPrivate::maximumFieldOfView_ = 45.0 |
Definition at line 35 of file qgeocameracapabilities.cpp.
double QGeoCameraCapabilitiesPrivate::maxTilt_ = 0.0 |
Definition at line 32 of file qgeocameracapabilities.cpp.
double QGeoCameraCapabilitiesPrivate::maxZoom_ = 0.0 |
Definition at line 30 of file qgeocameracapabilities.cpp.
double QGeoCameraCapabilitiesPrivate::minimumFieldOfView_ = 45.0 |
Definition at line 34 of file qgeocameracapabilities.cpp.
double QGeoCameraCapabilitiesPrivate::minTilt_ = 0.0 |
Definition at line 31 of file qgeocameracapabilities.cpp.
double QGeoCameraCapabilitiesPrivate::minZoom_ = 0.0 |
Definition at line 29 of file qgeocameracapabilities.cpp.
bool QGeoCameraCapabilitiesPrivate::overzoomEnabled_ = false |
Definition at line 36 of file qgeocameracapabilities.cpp.
bool QGeoCameraCapabilitiesPrivate::supportsBearing_ = false |
Definition at line 21 of file qgeocameracapabilities.cpp.
bool QGeoCameraCapabilitiesPrivate::supportsRolling_ = false |
Definition at line 22 of file qgeocameracapabilities.cpp.
bool QGeoCameraCapabilitiesPrivate::supportsTilting_ = false |
Definition at line 23 of file qgeocameracapabilities.cpp.
int QGeoCameraCapabilitiesPrivate::tileSize_ = 256 |
Definition at line 33 of file qgeocameracapabilities.cpp.
|
mutable |
Definition at line 27 of file qgeocameracapabilities.cpp.