KBlog Client Library
blogger1.h
Go to the documentation of this file.
This is the main interface for blogging APIs.
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
void listedBlogs(const QList< QMap< QString, QString > > &blogsList)
This signal is emitted when a listBlogs() job fetches the blog information from the blogging server.
void fetchedUserInfo(const QMap< QString, QString > &userInfo)
This signal is emitted when a fetchUserInfo() job fetches the blog information from the blogging serv...
virtual void listBlogs()
List the blogs available for this authentication on the server.
Definition blogger1.cpp:84
Blogger1(const KUrl &server, QObject *parent=0)
Create an object for Blogger 1.0.
Definition blogger1.cpp:40
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.