9#include "kgapiblogger_export.h"
32 void setBlogId(
const QString &
id);
35 void setPublished(
const QDateTime &published);
38 void setUpdated(
const QDateTime &updated);
41 void setUrl(
const QUrl &url);
44 void setTitle(
const QString &title);
47 void setContent(
const QString &content);
51 QUrl authorUrl()
const;
52 QUrl authorImageUrl()
const;
54 uint commentsCount()
const;
60 void setCustomMetaData(
const QVariant &metadata);
63 void setLocation(
const QString &location);
65 double latitude()
const;
66 void setLatitude(
double lat);
68 double longitude()
const;
69 void setLongitute(
double lng);
76 static PostPtr fromJSON(
const QByteArray &json);
77 static ObjectsList fromJSONFeed(
const QByteArray &json, FeedData &feedData);
Base class for all objects.
Q_SCRIPTABLE CaptureState status()
A job to fetch a single map tile described by a StaticMapUrl.
QVariant location(const QVariant &res)
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.