• 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
27namespace TDEIO {
28
29class SlaveConfig;
30
31
35class TDEIO_EXPORT SessionData : public TQObject
36{
37 TQ_OBJECT
38
39public:
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;
49public slots:
50 void slotAuthData( const TQCString&, const TQCString&, bool );
51 void slotDelAuthData( const TQCString& );
52
53private:
54 class AuthDataList;
55 friend class AuthDataList;
56 AuthDataList* authData;
57
58protected:
59 virtual void virtual_hook( int id, void* data );
60private:
61 class SessionDataPrivate;
62 SessionDataPrivate* d;
63};
64
65} // namespace
66
67#endif
TDEIO::MetaData
MetaData is a simple map of key/value strings.
Definition: global.h:516
TDEIO
A namespace for TDEIO globals.
Definition: authinfo.h:29

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
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.9.4
This website is maintained by Timothy Pearson.