Kgapi
9 #ifndef LIBKGAPI2_ACCOUNTINFO_H 10 #define LIBKGAPI2_ACCOUNTINFO_H 13 #include "kgapicore_export.h" 51 bool operator!=(
const AccountInfo &other)
const {
return !operator==(other); }
70 void setEmail(
const QString &email);
84 void setName(
const QString &name);
96 void setGivenName(
const QString &givenName);
108 void setFamilyName(
const QString &familyName);
120 void setBirthday(
const QString &birthday);
132 void setGender(
const QString &gender);
144 void setLink(
const QString &link);
156 void setLocale(
const QString &locale);
168 void setTimezone(
const QString &timezone);
180 void setVerifiedEmail(
bool verified);
185 bool verifiedEmail()
const;
192 void setPhotoUrl(
const QString &url);
208 friend class Private;
214 #endif // LIBKGAPI2_ACCOUNTINFO_H Base class for all objects.
A job to fetch a single map tile described by a StaticMapUrl.
AccountInfo contains information about user's Google account.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 23:10:40 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.