• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KNewStuff

engine.h

Go to the documentation of this file.
00001 /*
00002     This file is part of KNewStuff2.
00003     Copyright (c) 2008 Jeremy Whiting <jeremy@scitools.com>
00004     Copyright (c) 2007 Josef Spillner <spillner@kde.org>
00005 
00006     This library is free software; you can redistribute it and/or
00007     modify it under the terms of the GNU Lesser General Public
00008     License as published by the Free Software Foundation; either
00009     version 2.1 of the License, or (at your option) any later version.
00010 
00011     This library is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014     Lesser General Public License for more details.
00015 
00016     You should have received a copy of the GNU Lesser General Public
00017     License along with this library.  If not, see <http://www.gnu.org/licenses/>.
00018 */
00019 #ifndef KNEWSTUFF2_ENGINE_H
00020 #define KNEWSTUFF2_ENGINE_H
00021 
00022 #include <knewstuff2/core/entry.h>
00023 
00024 namespace KNS
00025 {
00026 
00027 
00028 class EnginePrivate;
00029 
00040 class KNEWSTUFF_EXPORT Engine
00041 {
00042 public:
00049     explicit Engine(QWidget* parent = 0);
00050 
00056     ~Engine();
00057 
00072     KNS::Entry::List downloadDialogModal(QWidget* parent = 0);
00073 
00090     static KNS::Entry::List download();
00091 
00101     KNS::Entry *uploadDialogModal(const QString& file);
00102 
00116     static KNS::Entry *upload(const QString& file);
00117 
00127     void downloadDialog();
00128 
00138     void uploadDialog(const QString& file);
00139 
00140     bool init(const QString& config);
00141 
00142 private:
00143 
00144     friend class EnginePrivate;
00145     EnginePrivate* const d;
00146     Q_DISABLE_COPY(Engine)
00147 };
00148 
00149 }
00150 
00151 #endif

KNewStuff

Skip menu "KNewStuff"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal