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
QGeoLocationPrivate Class Reference

#include <qgeolocation_p.h>

+ Inheritance diagram for QGeoLocationPrivate:
+ Collaboration diagram for QGeoLocationPrivate:

Public Member Functions

 QGeoLocationPrivate ()
 
 QGeoLocationPrivate (const QGeoLocationPrivate &other)
 
 ~QGeoLocationPrivate ()
 
bool operator== (const QGeoLocationPrivate &other) const
 
bool isEmpty () const
 
- 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

QGeoAddress address
 
QGeoCoordinate coordinate
 
QGeoShape viewport
 
QVariantMap extendedAttributes
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 27 of file qgeolocation_p.h.

Constructor & Destructor Documentation

◆ QGeoLocationPrivate() [1/2]

QT_BEGIN_NAMESPACE QGeoLocationPrivate::QGeoLocationPrivate ( )

Definition at line 11 of file qgeolocation.cpp.

◆ QGeoLocationPrivate() [2/2]

QGeoLocationPrivate::QGeoLocationPrivate ( const QGeoLocationPrivate & other)

Definition at line 16 of file qgeolocation.cpp.

References coordinate, extendedAttributes, other(), and viewport.

+ Here is the call graph for this function:

◆ ~QGeoLocationPrivate()

QGeoLocationPrivate::~QGeoLocationPrivate ( )

Definition at line 25 of file qgeolocation.cpp.

Member Function Documentation

◆ isEmpty()

bool QGeoLocationPrivate::isEmpty ( ) const

Definition at line 38 of file qgeolocation.cpp.

References coordinate, extendedAttributes, QMap< Key, T >::isEmpty(), QGeoShape::isEmpty, QGeoCoordinate::isValid, and viewport.

Referenced by QGeoLocation::isEmpty().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator==()

bool QGeoLocationPrivate::operator== ( const QGeoLocationPrivate & other) const

Definition at line 29 of file qgeolocation.cpp.

References other(), and this.

+ Here is the call graph for this function:

Member Data Documentation

◆ address

QGeoAddress QGeoLocationPrivate::address

Definition at line 39 of file qgeolocation_p.h.

Referenced by QGeoLocation::address(), and QGeoLocation::setAddress().

◆ coordinate

QGeoCoordinate QGeoLocationPrivate::coordinate

◆ extendedAttributes

QVariantMap QGeoLocationPrivate::extendedAttributes

◆ viewport

QGeoShape QGeoLocationPrivate::viewport

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