Kgapi
9#include "kgapidrive_export.h"
35 explicit ChildReference(
const QString &
id);
36 explicit ChildReference(
const ChildReference &other);
37 ~ChildReference()
override;
38 bool operator==(
const ChildReference &other)
const;
39 bool operator!=(
const ChildReference &other)
const
41 return !operator==(other);
59 static ChildReferencePtr fromJSON(
const QByteArray &jsonData);
60 static ChildReferencesList fromJSONFeed(
const QByteArray &jsonData,
FeedData &feedData);
61 static QByteArray toJSON(
const ChildReferencePtr &reference);
QUrl selfLink() const
Returns a link back to this reference.
QString id() const
Returns the id of the child.
QUrl childLink() const
Returns a link to the child.
Structure to store additional information about a feed.
Base class for all objects.
A job to fetch a single map tile described by a StaticMapUrl.
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
KDE's Doxygen guidelines are available online.