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
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.

◆ ~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.

◆ operator==()

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

Definition at line 29 of file qgeolocation.cpp.

Member Data Documentation

◆ address

QGeoAddress QGeoLocationPrivate::address

Definition at line 39 of file qgeolocation_p.h.

◆ coordinate

QGeoCoordinate QGeoLocationPrivate::coordinate

Definition at line 40 of file qgeolocation_p.h.

◆ extendedAttributes

QVariantMap QGeoLocationPrivate::extendedAttributes

Definition at line 42 of file qgeolocation_p.h.

◆ viewport

QGeoShape QGeoLocationPrivate::viewport

Definition at line 41 of file qgeolocation_p.h.


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