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

KIO

  • sources
  • kde-4.14
  • kdelibs
  • kio
  • kio
kdynamicjobtracker_p.h
Go to the documentation of this file.
1 /*
2  * Copyright 2008 by Rob Scheepmaker <r.scheepmaker@student.utwente.nl>
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor,
17  * Boston, MA 02110-1301 USA
18  */
19 
20 #ifndef KDYNAMICJOBTRACKER_H
21 #define KDYNAMICJOBTRACKER_H
22 
23 #include <kjobtrackerinterface.h>
24 
31 class KDynamicJobTracker : public KJobTrackerInterface
32 {
33  Q_OBJECT
34 
35 public:
41  KDynamicJobTracker(QObject *parent = 0);
42 
46  virtual ~KDynamicJobTracker();
47 
48 public Q_SLOTS:
55  virtual void registerJob(KJob *job);
56 
62  virtual void unregisterJob(KJob *job);
63 
64 private:
65  class Private;
66  Private *const d;
67 };
68 
69 #endif
KDynamicJobTracker::KDynamicJobTracker
KDynamicJobTracker(QObject *parent=0)
Creates a new KDynamicJobTracker.
Definition: kdynamicjobtracker.cpp:58
KDynamicJobTracker::~KDynamicJobTracker
virtual ~KDynamicJobTracker()
Destroys this KDynamicJobTracker.
Definition: kdynamicjobtracker.cpp:64
kjobtrackerinterface.h
KDynamicJobTracker
This class implements a simple job tracker which registers any job to the KWidgetJobTracker if a kuis...
Definition: kdynamicjobtracker_p.h:31
KDynamicJobTracker::unregisterJob
virtual void unregisterJob(KJob *job)
Unregister a job from the tracker it was registered to.
Definition: kdynamicjobtracker.cpp:94
QObject
KJobTrackerInterface
KDynamicJobTracker::registerJob
virtual void registerJob(KJob *job)
Register a new job in this tracker.
Definition: kdynamicjobtracker.cpp:69
QObject::parent
QObject * parent() const
KJob
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KIO

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

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

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