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 );
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.
A class that can be used for access to Movable Type blogs.
A class that represents a blog post on the server.
Namespace for blog related classes.
void listedTrackBackPings(KBlog::BlogPost *post, const QList< QMap< QString, QString > > &pings)
This signal is emitted when the trackback pings are fetched completely.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Tue Jul 28 2020 00:00:00 by
doxygen 1.8.18 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.