Kgapi
locationfetchhistoryjob.h
149 ObjectsList handleReplyWithItems(const QNetworkReply *reply, const QByteArray &rawData) override;
Abstract superclass for all jobs that fetch resources from Google.
Definition fetchjob.h:25
void setGranularity(Latitude::Granularity granularity)
Sets granularity of the requested results.
Definition locationfetchhistoryjob.cpp:76
void setMinTimestamp(qlonglong minTimestamp)
Sets lower date limit for locations to fetch.
Definition locationfetchhistoryjob.cpp:89
ObjectsList handleReplyWithItems(const QNetworkReply *reply, const QByteArray &rawData) override
KGAPI2::Job::handleReplyWithItems.
Definition locationfetchhistoryjob.cpp:118
void setMaxTimestamp(qlonglong maxTimestamp)
Sets upper date limit for locations to fetch.
Definition locationfetchhistoryjob.cpp:102
LocationFetchHistoryJob(const AccountPtr &account, QObject *parent=nullptr)
Constructs a job that will fetch all past user's locations from Google Latitude service.
Definition locationfetchhistoryjob.cpp:47
void setMaxResults(int results)
Sets maximum number of locations to fetch.
Definition locationfetchhistoryjob.cpp:63
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:30 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:30 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.