KBlog Client Library
22 #ifndef KBLOG_GDATA_P_H
23 #define KBLOG_GDATA_P_H
28 #include <syndication/loader.h>
33 template <
class T,
class S>
class QMap;
42 class GDataPrivate :
public BlogPrivate
60 virtual void slotFetchProfileId( KJob * );
61 virtual void slotListBlogs( Syndication::Loader *,
62 Syndication::FeedPtr, Syndication::ErrorCode );
63 virtual void slotListComments( Syndication::Loader *,
64 Syndication::FeedPtr, Syndication::ErrorCode );
65 virtual void slotListAllComments( Syndication::Loader *,
66 Syndication::FeedPtr, Syndication::ErrorCode );
67 virtual void slotListRecentPosts( Syndication::Loader *,
68 Syndication::FeedPtr, Syndication::ErrorCode );
69 virtual void slotFetchPost( Syndication::Loader *,
70 Syndication::FeedPtr, Syndication::ErrorCode );
71 virtual void slotCreatePost( KJob * );
72 virtual void slotModifyPost( KJob * );
73 virtual void slotRemovePost( KJob * );
74 virtual void slotCreateComment( KJob * );
75 virtual void slotRemoveComment( KJob * );
76 Q_DECLARE_PUBLIC( GData )
This file is part of the for accessing Blog Servers and defines the GData class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:36:50 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.