KBlog Client Library
gdata.h
Go to the documentation of this file.
This is the main interface for blogging APIs.
A class that represents a blog comment on the blog post.
Definition: blogcomment.h:51
A class that provides methods to call functions on a supported blog web application.
Definition: blog.h:72
void createdComment(const KBlog::BlogPost *post, const KBlog::BlogComment *comment)
This signal is emitted when a comment has been created on the blogging server.
void listedAllComments(const QList< KBlog::BlogComment > &commentsList)
This signal is emitted when a list of all comments has been fetched from the blogging server.
void listedComments(KBlog::BlogPost *post, const QList< KBlog::BlogComment > &comments)
This signal is emitted when a list of comments has been fetched from the blogging server.
void fetchedProfileId(const QString &profileId)
This signal is emitted when the profile id has been fetched.
void removedComment(const KBlog::BlogPost *post, const KBlog::BlogComment *comment)
This signal is emitted when a comment has been removed from the blogging server.
void listedBlogs(const QList< QMap< QString, QString > > &blogsList)
This signal is emitted when a list of blogs has been fetched from the blogging server.
GData(const KUrl &server, GDataPrivate &dd, QObject *parent=0)
Overloaded for private inheritance handling.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.