KBlog Client Library
Go to the documentation of this file.
24 #ifndef KBLOG_METAWEBLOG_H
25 #define KBLOG_METAWEBLOG_H
42 class MetaWeblogPrivate;
75 explicit MetaWeblog(
const KUrl &server, QObject *parent = 0 );
85 QString interfaceName()
const;
92 virtual void listCategories();
122 void listedCategories(
const QList<QMap<QString,QString> >& categories );
128 MetaWeblog(
const KUrl &server, MetaWeblogPrivate &dd, QObject *parent = 0 );
132 Q_PRIVATE_SLOT( d_func(),
133 void slotListCategories(
const QList<QVariant> &,
const QVariant & ) )
134 Q_PRIVATE_SLOT( d_func(),
135 void slotCreateMedia(
const QList<QVariant> &,
const QVariant & ) )
A class that can be used for access to MetaWeblog blogs.
A class that represents a media object on the server.
A class that can be used for access to Blogger 1.0 blogs.
Namespace for blog related classes.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Wed Jan 29 2020 00:00:00 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.