• 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
sessiondata.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2  Copyright (C) 2000 Dawit Alemayehu <adawit@kde.org
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 (LGPL) as published by the Free Software Foundation;
7  either version 2 of the License, or (at your option) any
8  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
16  License along with this library; see the file COPYING.LIB. If not,
17  write to the Free Software Foundation, Inc., 51 Franklin Street,
18  Fifth Floor, Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef KIO_SESSIONDATA_H
22 #define KIO_SESSIONDATA_H
23 
24 #include <QtCore/QObject>
25 #include <kio/global.h>
26 
27 
28 namespace KIO {
29 
30 // KDE5 TODO: remove the KIO_EXPORT and rename to _p.h, this is really internal only
31 
35 class KIO_EXPORT SessionData : public QObject
36 {
37  Q_OBJECT
38 
39 public:
40  SessionData();
41  ~SessionData();
42 
43  virtual void configDataFor( KIO::MetaData &configData, const QString &proto,
44  const QString &host );
45  virtual void reset();
46 
47 // struct AuthData;
48 
49 private:
50  class AuthDataList;
51  friend class AuthDataList;
52 // AuthDataList* authData;
53 
54 private:
55  class SessionDataPrivate;
56  SessionDataPrivate* const d;
57 };
58 
59 } // namespace
60 
61 #endif
global.h
KIO::MetaData
MetaData is a simple map of key/value strings.
Definition: global.h:396
QObject
QString
KIO::SessionData
Definition: sessiondata.h:35
reset
KGuiItem reset()
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