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
Blog(const KUrl &server, QObject *parent=0, const QString &applicationName=QString(), const QString &applicationVersion=QString())
Constructor used by the remote interface implementations.
Definition blog.cpp:34
virtual void listBlogs()
List the blogs available for this authentication on the server.
Definition gdata.cpp:99
virtual void setFullName(const QString &fullName)
Sets the user's name for the blog.
Definition gdata.cpp:69
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.
virtual void setProfileId(const QString &pid)
Get the profile's id of the blog.
Definition gdata.cpp:82
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.
virtual void createComment(KBlog::BlogPost *post, KBlog::BlogComment *comment)
Create a comment on the server.
Definition gdata.cpp:365
virtual void listAllComments()
List the all comments available for this authentication on the server.
Definition gdata.cpp:170
virtual void listComments(KBlog::BlogPost *post)
List the comments available for this post on the server.
Definition gdata.cpp:156
void listedBlogs(const QList< QMap< QString, QString > > &blogsList)
This signal is emitted when a list of blogs has been fetched from the blogging server.
virtual void removeComment(KBlog::BlogPost *post, KBlog::BlogComment *comment)
Remove a comment from the server.
Definition gdata.cpp:419
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-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.