blogilo
Go to the documentation of this file.
20 #ifndef KBLOG_BLOGGER_H
21 #define KBLOG_BLOGGER_H
23 #include <kblog/blog.h>
65 class KBLOG_EXPORT
Blogger :
public KBlog::Blog
104 void setApiKey(
const QString &apiKey);
112 void setSecretKey(
const QString &secretKey);
129 void listRecentPosts(
int number);
138 void fetchPost(KBlog::BlogPost *post);
147 void removePost(KBlog::BlogPost *post);
155 void createPost(KBlog::BlogPost *post);
162 void modifyPost(KBlog::BlogPost *post);
170 void listComments(KBlog::BlogPost *post);
206 Q_PRIVATE_SLOT(d_func(),
void _k_onAuthenticateFinished(KGAPI2::Job*))
207 Q_PRIVATE_SLOT(d_func(),
void _k_onListBlogsFinished(KGAPI2::Job*))
208 Q_PRIVATE_SLOT(d_func(),
void _k_onListRecentPostsFinished(KGAPI2::Job*))
209 Q_PRIVATE_SLOT(d_func(),
void _k_onFetchPostFinished(KGAPI2::Job*))
210 Q_PRIVATE_SLOT(d_func(),
void _k_onRemovePostFinished(KGAPI2::Job*))
211 Q_PRIVATE_SLOT(d_func(),
void _k_onCreatePostFinished(KGAPI2::Job*))
212 Q_PRIVATE_SLOT(d_func(),
void _k_onModifyPostFinished(KGAPI2::Job*))
213 Q_PRIVATE_SLOT(d_func(),
void _k_onListCommentsFinished(KGAPI2::Job*))
217 #endif // KBLOG_BLOGGER_H
A class that can be used for access to Google blogs.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:16 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.