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

tdeio/tdeio

  • tdeio
  • tdeio
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 __TDEIO_SESSIONDATA_H
22 #define __TDEIO_SESSIONDATA_H
23 
24 #include <tqobject.h>
25 #include <tdeio/global.h>
26 
27 namespace TDEIO {
28 
29 class SlaveConfig;
30 
31 
35 class TDEIO_EXPORT SessionData : public TQObject
36 {
37  Q_OBJECT
38 
39 public:
40  SessionData();
41  ~SessionData();
42 
43  virtual void configDataFor( TDEIO::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
TDEIO
A namespace for TDEIO globals.
Definition: authinfo.h:29
TDEIO::MetaData
MetaData is a simple map of key/value strings.
Definition: global.h:515

tdeio/tdeio

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

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.8.8
This website is maintained by Timothy Pearson.