• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdepimlibs-4.14.10 API Reference
  • KDE Home
  • Contact Us
 

KBlog Client Library

  • kblog
metaweblog.h
Go to the documentation of this file.
1/*
2 This file is part of the kblog library.
3
4 Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
5 Copyright (c) 2006-2007 Christian Weilbach <christian_weilbach@web.de>
6 Copyright (c) 2007 Mike McQuaid <mike@mikemcquaid.com>
7
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Library General Public
10 License as published by the Free Software Foundation; either
11 version 2 of the License, or (at your option) any later version.
12
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Library General Public License for more details.
17
18 You should have received a copy of the GNU Library General Public License
19 along with this library; see the file COPYING.LIB. If not, write to
20 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02110-1301, USA.
22*/
23
24#ifndef KBLOG_METAWEBLOG_H
25#define KBLOG_METAWEBLOG_H
26
27#include <kblog/blogger1.h>
28
29class KUrl;
30
40namespace KBlog {
41
42 class MetaWeblogPrivate;
65class KBLOG_EXPORT MetaWeblog : public Blogger1
66{
67 Q_OBJECT
68 public:
75 explicit MetaWeblog( const KUrl &server, QObject *parent = 0 );
76
80 virtual ~MetaWeblog();
81
85 QString interfaceName() const;
86
92 virtual void listCategories();
93
99 virtual void createMedia( KBlog::BlogMedia *media );
100
101 Q_SIGNALS:
102
111 void createdMedia( KBlog::BlogMedia *media );
112
122 void listedCategories( const QList<QMap<QString,QString> >& categories );
123
124 protected:
128 MetaWeblog( const KUrl &server, MetaWeblogPrivate &dd, QObject *parent = 0 );
129
130 private:
131 Q_DECLARE_PRIVATE( MetaWeblog )
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 & ) )
136};
137
138} //namespace KBlog
139#endif
blogger1.h
This file is part of the for accessing Blog Servers and defines the Blogger1 class.
KBlog::BlogMedia
A class that represents a media object on the server.
Definition: blogmedia.h:49
KBlog::Blogger1
A class that can be used for access to Blogger 1.0 blogs.
Definition: blogger1.h:66
KBlog::MetaWeblog
A class that can be used for access to MetaWeblog blogs.
Definition: metaweblog.h:66
KBlog::MetaWeblog::createdMedia
void createdMedia(KBlog::BlogMedia *media)
This signal is emitted when a media has been created on the server.
KBlog::MetaWeblog::listedCategories
void listedCategories(const QList< QMap< QString, QString > > &categories)
This signal is emitted when the last category of the listCategories() job has been fetched.
KBlog
Namespace for blog related classes.
Definition: blog.h:53
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KBlog Client Library

Skip menu "KBlog Client Library"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Related Pages

kdepimlibs-4.14.10 API Reference

Skip menu "kdepimlibs-4.14.10 API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal