• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kio/kio
 

kio/kio

  • kio
  • kio
sessiondata.h
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 <tqobject.h>
25 #include <kio/global.h>
26 
27 namespace KIO {
28 
29 class SlaveConfig;
30 
31 
35 class KIO_EXPORT SessionData : public TQObject
36 {
37  Q_OBJECT
38 
39 public:
40  SessionData();
41  ~SessionData();
42 
43  virtual void configDataFor( KIO::MetaData &configData, const TQString &proto,
44  const TQString &host );
45  virtual void reset();
46 
48  struct AuthData;
49 public slots:
50  void slotAuthData( const TQCString&, const TQCString&, bool );
51  void slotDelAuthData( const TQCString& );
52 
53 private:
54  class AuthDataList;
55  friend class AuthDataList;
56  AuthDataList* authData;
57 
58 protected:
59  virtual void virtual_hook( int id, void* data );
60 private:
61  class SessionDataPrivate;
62  SessionDataPrivate* d;
63 };
64 
65 } // namespace
66 
67 #endif
KIO
A namespace for KIO globals.
Definition: authinfo.h:29
KIO::MetaData
MetaData is a simple map of key/value strings.
Definition: global.h:514

kio/kio

Skip menu "kio/kio"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kio/kio

Skip menu "kio/kio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kio/kio by doxygen 1.8.8
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |