23#include <QGeoPositionInfo>
27#include "positioning/PositionInfo.h"
99 return m_positionInfo.value();
108 return &m_positionInfo;
129 return m_sourceName.value();
138 return &m_sourceName;
147 return m_statusString.value();
156 return &m_statusString;
167 void setSourceName(
const QString& name) {m_sourceName = name;}
169 QProperty<QString> m_statusString;
172 QProperty<Positioning::PositionInfo> m_positionInfo;
173 QTimer m_positionInfoTimer;
175 QProperty<bool> m_receivingPositionInfo {
false};
176 QProperty<QString> m_sourceName;
Positioning::PositionInfo positionInfo
Position information.
QBindable< QString > bindableSourceName() const
Getter method for property with the same name.
QBindable< bool > bindableReceivingPositionInfo()
Getter method for property with the same name.
bool receivingPositionInfo
Indicator that position information is being received.
PositionInfoSource_Abstract(QObject *parent=nullptr)
Default constructor.
QString statusString
Source status.
QString sourceName
Source name.
QString sourceName() const
Getter method for property with the same name.
QBindable< Positioning::PositionInfo > bindablePositionInfo() const
Getter method for property with the same name.
bool receivingPositionInfo() const
Getter method for property with the same name.
QString statusString() const
Getter method for property with the same name.
QBindable< QString > bindableStatusString() const
Getter method for property with the same name.