KBlog Client Library
Go to the documentation of this file. 23 #ifndef KBLOG_MOVABLETYPE_H 24 #define KBLOG_MOVABLETYPE_H 41 class MovableTypePrivate;
70 explicit MovableType(
const KUrl &server, QObject *parent = 0 );
80 QString interfaceName()
const;
90 void listRecentPosts(
int number );
119 void listedTrackBackPings(
KBlog::BlogPost *post,
const QList<QMap<QString,QString> > &pings );
125 MovableType(
const KUrl &server, MovableTypePrivate &dd, QObject *parent = 0 );
129 Q_PRIVATE_SLOT( d_func(),
130 void slotListTrackBackPings(
const QList<QVariant> &,
const QVariant & ) )
131 Q_PRIVATE_SLOT( d_func(),
132 void slotCreatePost(
const QList<QVariant> &,
const QVariant & ) )
133 Q_PRIVATE_SLOT( d_func(),
134 void slotModifyPost(
const QList<QVariant> &,
const QVariant & ) )
135 Q_PRIVATE_SLOT( d_func(),
136 void slotGetPostCategories(
const QList<QVariant>&,
const QVariant&) )
137 Q_PRIVATE_SLOT( d_func(),
138 void slotSetPostCategories(
const QList<QVariant>&,
const QVariant&) )
139 Q_PRIVATE_SLOT( d_func(),
140 void slotTriggerCreatePost() )
141 Q_PRIVATE_SLOT( d_func(),
142 void slotTriggerModifyPost() )
143 Q_PRIVATE_SLOT( d_func(),
144 void slotTriggerFetchPost() )
A class that can be used for access to MetaWeblog blogs.
This file is part of the for accessing Blog Servers and defines the MetaWeblog class.
A class that can be used for access to Movable Type blogs.
Namespace for blog related classes.
A class that represents a blog post on the server.
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:56:36 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.