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

KBlog Client Library

  • sources
  • kde-4.12
  • kdepimlibs
  • 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 
29 class KUrl;
30 
40 namespace KBlog {
41 
42  class MetaWeblogPrivate;
65 class 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
KBlog::BlogMedia
A class that represents a media object on the server.
Definition: blogmedia.h:48
blogger1.h
This file is part of the for accessing Blog Servers and defines the Blogger1 class.
KBlog::MetaWeblog
A class that can be used for access to MetaWeblog blogs.
Definition: metaweblog.h:65
KBlog::Blogger1
A class that can be used for access to Blogger 1.0 blogs.
Definition: blogger1.h:65
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:55 by doxygen 1.8.7 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 API Reference

Skip menu "kdepimlibs API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kldap
  • kmbox
  • kmime
  • kpimidentities
  • kpimtextedit
  • kresources
  • ktnef
  • kxmlrpcclient
  • microblog

Search



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