Kgapi
10#include "kgapidrive_export.h"
36 explicit ParentReference(
const QString &
id);
37 explicit ParentReference(
const ParentReference &other);
38 ~ParentReference()
override;
39 bool operator==(
const ParentReference &other)
const;
40 bool operator!=(
const ParentReference &other)
const
42 return !operator==(other);
63 [[nodiscard]]
bool isRoot()
const;
65 static ParentReferencePtr fromJSON(
const QByteArray &jsonData);
66 static ParentReferencesList fromJSONFeed(
const QByteArray &jsonData);
67 static QByteArray toJSON(
const ParentReferencePtr &reference);
74 friend class File::Private;
QUrl parentLink() const
Returns a link to the parent.
bool isRoot() const
Returns whether or not the parent is the root folder.
QString id() const
Returns the id of the parent.
QUrl selfLink() const
Returns a link back to this reference.
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.