KBlog Client Library
Go to the documentation of this file.
24 #ifndef KBLOG_BLOGGER1_H
25 #define KBLOG_BLOGGER1_H
42 class Blogger1Private;
75 explicit Blogger1(
const KUrl &server, QObject *parent = 0 );
85 QString interfaceName()
const;
92 void setUrl(
const KUrl &server );
99 virtual void fetchUserInfo();
105 virtual void listBlogs();
116 void listRecentPosts(
int number );
170 void listedBlogs(
const QList<QMap<QString,QString> >& blogsList );
182 void fetchedUserInfo(
const QMap<QString,QString> &userInfo );
188 Blogger1(
const KUrl &server, Blogger1Private &dd, QObject *parent = 0 );
192 Q_PRIVATE_SLOT( d_func(),
193 void slotFetchUserInfo(
const QList<QVariant> &,
const QVariant & ) )
194 Q_PRIVATE_SLOT( d_func(),
195 void slotListBlogs(
const QList<QVariant> &,
const QVariant & ) )
196 Q_PRIVATE_SLOT( d_func(),
197 void slotListRecentPosts(
const QList<QVariant> &,
const QVariant & ) )
198 Q_PRIVATE_SLOT( d_func(),
199 void slotFetchPost(
const QList<QVariant> &,
const QVariant & ) )
200 Q_PRIVATE_SLOT( d_func(),
201 void slotCreatePost(
const QList<QVariant> &,
const QVariant & ) )
202 Q_PRIVATE_SLOT( d_func(),
203 void slotModifyPost(
const QList<QVariant> &,
const QVariant & ) )
204 Q_PRIVATE_SLOT( d_func(),
205 void slotRemovePost(
const QList<QVariant> &,
const QVariant & ) )
206 Q_PRIVATE_SLOT( d_func(),
207 void slotError(
int,
const QString &,
const QVariant & ) )
A class that represents a blog post on the server.
A class that can be used for access to Blogger 1.0 blogs.
A class that provides methods to call functions on a supported blog web application.
This is the main interface for blogging APIs.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:55 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.