Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 
- 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==()

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

Definition at line 29 of file qgeocameradata.cpp.

Member Data Documentation

◆ m_bearing

double QGeoCameraDataPrivate::m_bearing = 0.0

Definition at line 20 of file qgeocameradata.cpp.

Referenced by QGeoCameraData::bearing(), and QGeoCameraData::setBearing().

◆ m_center

QGeoCoordinate QGeoCameraDataPrivate::m_center = {0, 0}

Definition at line 19 of file qgeocameradata.cpp.

Referenced by QGeoCameraData::center(), and QGeoCameraData::setCenter().

◆ m_fieldOfView

double QGeoCameraDataPrivate::m_fieldOfView = 45.0

◆ m_roll

double QGeoCameraDataPrivate::m_roll = 0.0

Definition at line 22 of file qgeocameradata.cpp.

Referenced by QGeoCameraData::roll(), and QGeoCameraData::setRoll().

◆ m_tilt

double QGeoCameraDataPrivate::m_tilt = 0.0

Definition at line 21 of file qgeocameradata.cpp.

Referenced by QGeoCameraData::setTilt(), and QGeoCameraData::tilt().

◆ m_zoomLevel

double QGeoCameraDataPrivate::m_zoomLevel = 0.0

Definition at line 24 of file qgeocameradata.cpp.

Referenced by QGeoCameraData::setZoomLevel(), and QGeoCameraData::zoomLevel().


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