Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QGeoCameraDataPrivate Class Reference
Inheritance diagram for QGeoCameraDataPrivate:
Collaboration diagram for QGeoCameraDataPrivate:

Public Member Functions

bool operator== (const QGeoCameraDataPrivate &rhs) const noexcept
bool operator== (const QGeoCameraDataPrivate &rhs) const noexcept
Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
QSharedDataoperator= (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
Public Attributes inherited from QSharedData
QAtomicInt ref

Detailed Description

Definition at line 14 of file qgeocameradata.cpp.

Member Function Documentation

◆ operator==() [1/2]

bool QGeoCameraDataPrivate::operator== ( const QGeoCameraDataPrivate & rhs) const
noexcept

Definition at line 29 of file qgeocameradata.cpp.

◆ operator==() [2/2]

bool QGeoCameraDataPrivate::operator== ( const QGeoCameraDataPrivate & rhs) const
noexcept

Member Data Documentation

◆ m_bearing

double QGeoCameraDataPrivate::m_bearing = 0.0

Definition at line 20 of file qgeocameradata.cpp.

◆ m_center

QGeoCoordinate QGeoCameraDataPrivate::m_center = {0, 0}

Definition at line 19 of file qgeocameradata.cpp.

◆ m_fieldOfView

double QGeoCameraDataPrivate::m_fieldOfView = 45.0

Definition at line 23 of file qgeocameradata.cpp.

◆ m_roll

double QGeoCameraDataPrivate::m_roll = 0.0

Definition at line 22 of file qgeocameradata.cpp.

◆ m_tilt

double QGeoCameraDataPrivate::m_tilt = 0.0

Definition at line 21 of file qgeocameradata.cpp.

◆ m_zoomLevel

double QGeoCameraDataPrivate::m_zoomLevel = 0.0

Definition at line 24 of file qgeocameradata.cpp.


The documentation for this class was generated from the following file: