3#ifndef QGEOSATELLITEINFO_H
4#define QGEOSATELLITEINFO_H
6#include <QtPositioning/qpositioningglobal.h>
7#include <QtCore/QSharedData>
8#include <QtCore/QMetaType>
9#include <QtCore/QDebug>
32 Q_PROPERTY(
int satelliteIdentifier READ satelliteIdentifier FINAL)
67 return equals(lhs, rhs);
71 return !equals(lhs, rhs);
74 void setSatelliteSystem(SatelliteSystem
system);
75 SatelliteSystem satelliteSystem()
const;
77 void setSatelliteIdentifier(
int satId);
78 int satelliteIdentifier()
const;
80 void setSignalStrength(
int signalStrength);
81 int signalStrength()
const;
85 void removeAttribute(Attribute
attribute);
93#ifndef QT_NO_DEBUG_STREAM
96 return debugStreaming(dbg,
info);
100#ifndef QT_NO_DATASTREAM
\inmodule QtCore\reentrant
QGeoSatelliteInfo::SatelliteSystem system
friend bool operator!=(const QGeoSatelliteInfo &lhs, const QGeoSatelliteInfo &rhs)
Returns true if any of the parameters of the lhs satellite are not the same as those of rhs.
friend QDebug operator<<(QDebug dbg, const QGeoSatelliteInfo &info)
QGeoSatelliteInfo(QGeoSatelliteInfo &&other) noexcept=default
friend bool operator==(const QGeoSatelliteInfo &lhs, const QGeoSatelliteInfo &rhs)
Returns true if all the parameters of the lhs satellite are the same as those of rhs.
Attribute
Defines the attributes for the satellite information.
SatelliteSystem
Defines the GNSS system of the satellite.
friend QDataStream & operator<<(QDataStream &stream, const QGeoSatelliteInfo &info)
Writes the given info to the specified stream.
friend QDataStream & operator>>(QDataStream &stream, QGeoSatelliteInfo &info)
Reads satellite information from the specified stream into the given info.
QSharedData & operator=(const QSharedData &)=delete
Combined button and popup list for selecting options.
char * toString(const MyPoint &point)
DBusConnection const char DBusError DBusBusType DBusError return DBusConnection DBusHandleMessageFunction void DBusFreeFunction return DBusConnection return DBusConnection return const char DBusError return DBusConnection DBusMessage dbus_uint32_t return DBusConnection dbus_bool_t DBusConnection DBusAddWatchFunction DBusRemoveWatchFunction DBusWatchToggledFunction void DBusFreeFunction return DBusConnection DBusDispatchStatusFunction void DBusFreeFunction DBusTimeout return DBusTimeout return DBusWatch return DBusWatch unsigned int return DBusError const DBusError return const DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessageIter int const void return DBusMessageIter DBusMessageIter return DBusMessageIter void DBusMessageIter void int return DBusMessage DBusMessageIter return DBusMessageIter return DBusMessageIter DBusMessageIter const char const char const char const char return DBusMessage return DBusMessage const char return DBusMessage dbus_bool_t return DBusMessage dbus_uint32_t return DBusMessage void
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
EGLOutputLayerEXT EGLint attribute
Q_POSITIONING_EXPORT size_t qHash(const QGeoSatelliteInfo &key, size_t seed=0) noexcept
static Q_CONSTINIT QBasicAtomicInteger< unsigned > seed
#define QT_DECLARE_QESDP_SPECIALIZATION_DTOR_WITH_EXPORT(Class, ExportMacro)
QFileInfo info(fileName)
[8]
app setAttribute(Qt::AA_DontShowIconsInMenus)
char * toString(const MyType &t)
[31]