Kgapi
people/location.cpp
37 return deskCode == other.deskCode && floor == other.floor && buildingId == other.buildingId && type == other.type && current == other.current
193 // Skip, field metadata is only useful for receiving -> PeopleUtils::addValueToJsonObjectIfValid(obj, "metadata"}, d->metadata.toJSON());
Represents a single record about geographical location provided by Google Latitude service.
Definition latitude/location.h:28
void setMetadata(const FieldMetadata &value)
Sets value of the metadata property.
Definition people/location.cpp:136
void setDeskCode(const QString &value)
Sets value of the deskCode property.
Definition people/location.cpp:82
void setType(const QString &value)
Sets value of the type property.
Definition people/location.cpp:109
void setFloorSection(const QString &value)
Sets value of the floorSection property.
Definition people/location.cpp:145
void setValue(const QString &value)
Sets value of the value property.
Definition people/location.cpp:127
void setFloor(const QString &value)
Sets value of the floor property.
Definition people/location.cpp:91
void setBuildingId(const QString &value)
Sets value of the buildingId property.
Definition people/location.cpp:100
bool isEmpty() const const
QJsonValue value(QLatin1StringView key) const const
QJsonObject toObject() const const
void append(QList< T > &&value)
void setValue(QVariant &&value)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.