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

KIO

  • 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
26class JobUrlCache : public QObject
27{
28 Q_OBJECT
29public:
30 static JobUrlCache& instance();
31
32 void requestJobUrlsChanged();
33
34Q_SIGNALS:
35 void jobUrlsChanged(QStringList);
36
37private Q_SLOTS:
42 void slotJobUrlsChanged(QStringList urlList);
43
44private:
45 JobUrlCache();
46 virtual ~JobUrlCache();
47
48 QStringList m_destUrls;
49
50 friend class JobUrlCacheSingleton;
51};
52
53#endif // JOBURLCACHE_H
JobUrlCache
Definition: joburlcache_p.h:27
JobUrlCache::requestJobUrlsChanged
void requestJobUrlsChanged()
Definition: joburlcache.cpp:62
JobUrlCache::JobUrlCacheSingleton
friend class JobUrlCacheSingleton
Definition: joburlcache_p.h:50
JobUrlCache::jobUrlsChanged
void jobUrlsChanged(QStringList)
JobUrlCache::instance
static JobUrlCache & instance()
Definition: joburlcache.cpp:34
QObject
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 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-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 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
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