• Skip to content
  • Skip to link menu
KDE 4.4 API Reference
  • KDE API Reference
  • KDevelop Platform Libraries
  • Sitemap
  • Contact Us
 

util

executecompositejob.h

00001 /* This file is part of KDevelop
00002 Copyright 2007-2008 Hamish Rodda <rodda@kde.org>
00003 
00004 This library is free software; you can redistribute it and/or
00005 modify it under the terms of the GNU Library General Public
00006 License as published by the Free Software Foundation; either
00007 version 2 of the License, or (at your option) any later version.
00008 
00009 This library is distributed in the hope that it will be useful,
00010 but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012 Library General Public License for more details.
00013 
00014 You should have received a copy of the GNU Library General Public License
00015 along with this library; see the file COPYING.LIB.  If not, write to
00016 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017 Boston, MA 02110-1301, USA.
00018 */
00019 #ifndef EXECUTECOMPOSITEJOB_H
00020 #define EXECUTECOMPOSITEJOB_H
00021 
00022 #include <kcompositejob.h>
00023 #include "utilexport.h"
00024 
00025 template <typename T> class QList;
00026 
00027 namespace KDevelop
00028 {
00029 
00030 class KDEVPLATFORMUTIL_EXPORT ExecuteCompositeJob : public KCompositeJob
00031 {
00032 Q_OBJECT
00033 public:
00034     ExecuteCompositeJob(QObject* parent, const QList<KJob*>& jobs);
00035     ~ExecuteCompositeJob();
00036     virtual void start();
00037 public Q_SLOTS:
00038     virtual void slotResult(KJob* job);
00039 protected:
00040     virtual bool doKill();
00041 private:
00042     class ExecuteCompositeJobPrivate* const d;
00043 };
00044 
00045 }
00046 
00047 #endif

util

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

KDevelop Platform Libraries

Skip menu "KDevelop Platform Libraries"
  • interfaces
  • language
  •   codegen
  •   duchain
  •   editor
  • outputview
  • project
  • shell
  • sublime
  • util
  • vcs
Generated for KDevelop Platform Libraries by doxygen 1.5.9-20090814
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