• 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
joburlcache_p.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * This file is part of the KDE libraries *
3 * Copyright (C) 2009 by Shaun Reich <shaun.reich@kdemail.net> *
4 * *
5 * This library is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU Lesser General Public License as published *
7 * by the Free Software Foundation; either version 2 of the License or (at *
8 * your option) any later version. *
9 * *
10 * This library is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
13 * Library General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU Lesser General Public License *
16 * along with this library; see the file COPYING.LIB. *
17 * If not, see <http://www.gnu.org/licenses/>. *
18 *****************************************************************************/
19 
20 #ifndef JOBURLCACHE_H
21 #define JOBURLCACHE_H
22 
23 #include <QObject>
24 #include <QStringList>
25 
26 class JobUrlCache : public QObject
27 {
28  Q_OBJECT
29 public:
30  static JobUrlCache& instance();
31 
32  void requestJobUrlsChanged();
33 
34 Q_SIGNALS:
35  void jobUrlsChanged(QStringList);
36 
37 private Q_SLOTS:
42  void slotJobUrlsChanged(QStringList urlList);
43 
44 private:
45  JobUrlCache();
46  virtual ~JobUrlCache();
47 
48  QStringList m_destUrls;
49 
50  friend class JobUrlCacheSingleton;
51 };
52 
53 #endif // JOBURLCACHE_H
JobUrlCache::requestJobUrlsChanged
void requestJobUrlsChanged()
Definition: joburlcache.cpp:62
JobUrlCache::instance
static JobUrlCache & instance()
Definition: joburlcache.cpp:34
JobUrlCache::JobUrlCacheSingleton
friend class JobUrlCacheSingleton
Definition: joburlcache_p.h:50
QObject
QStringList
JobUrlCache::jobUrlsChanged
void jobUrlsChanged(QStringList)
JobUrlCache
Definition: joburlcache_p.h:26
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:52 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