9#include "kgapiblogger_export.h"
29 void setPostId(
const QString &postId);
32 void setBlogId(
const QString &blogId);
35 void setPublished(
const QDateTime &published);
38 void setUpdated(
const QDateTime &updated);
41 void setContent(
const QString &content);
44 void setAuthorId(
const QString &authorId);
47 void setAuthorName(
const QString &authorName);
49 QUrl authorUrl()
const;
50 void setAuthorUrl(
const QUrl &url);
52 QUrl authorImageUrl()
const;
53 void setAuthorImageUrl(
const QUrl &authorImageUrl);
56 void setInReplyTo(
const QString &inReplyTo);
61 static CommentPtr fromJSON(
const QByteArray &rawData);
62 static ObjectsList fromJSONFeed(
const QByteArray &rawData, FeedData &feedData);
65 Q_DISABLE_COPY(Comment)
Base class for all objects.
Q_SCRIPTABLE CaptureState status()
A job to fetch a single map tile described by a StaticMapUrl.
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
KDE's Doxygen guidelines are available online.