Kgapi
7 #ifndef LIBKGAPI2_ACCOUNT_H 8 #define LIBKGAPI2_ACCOUNT_H 13 #include <QSharedPointer> 15 #include "kgapicore_export.h" 72 bool operator==(
const Account &other)
const;
84 void setAccountName(
const QString &accountName);
96 void setAccessToken(
const QString &accessToken);
108 void setRefreshToken(
const QString &refreshToken);
133 void addScope(
const QUrl &scope);
141 void removeScope(
const QUrl &scope);
153 void setExpireDateTime(
const QDateTime &expire);
158 static QUrl accountInfoScopeUrl();
163 static QUrl accountInfoEmailScopeUrl();
168 static QUrl calendarScopeUrl();
173 static QUrl tasksScopeUrl();
178 static QUrl contactsScopeUrl();
183 static QUrl latitudeScopeUrl();
188 static QUrl bloggerScopeUrl();
193 static QUrl mailScopeUrl();
198 static QUrl driveScopeUrl();
215 bool m_scopesChanged;
225 #endif // LIBKGAPI2_ACCOUNT_H
A job to fetch a single map tile described by a StaticMapUrl.
A job to authenticate against Google and fetch tokens.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Mar 3 2021 00:10:03 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.