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

tdeio/tdeio

sessiondata.h

00001 /* This file is part of the KDE project
00002    Copyright (C) 2000 Dawit Alemayehu <adawit@kde.org
00003 
00004    This library is free software; you can redistribute it and/or
00005    modify it under the terms of the GNU Lesser General Public
00006    License (LGPL) as published by the Free Software Foundation;
00007    either version 2 of the License, or (at your option) any
00008    later version.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Lesser General Public
00016    License along with this library; see the file COPYING.LIB.  If not,
00017    write to the Free Software Foundation, Inc., 51 Franklin Street,
00018    Fifth Floor, Boston, MA 02110-1301, USA.
00019 */
00020 
00021 #ifndef __TDEIO_SESSIONDATA_H
00022 #define __TDEIO_SESSIONDATA_H
00023 
00024 #include <tqobject.h>
00025 #include <tdeio/global.h>
00026 
00027 namespace TDEIO  {
00028 
00029 class SlaveConfig;
00030 
00031 
00035 class TDEIO_EXPORT SessionData : public TQObject
00036 {
00037     Q_OBJECT
00038 
00039 public:
00040     SessionData();
00041     ~SessionData();
00042 
00043     virtual void configDataFor( TDEIO::MetaData &configData, const TQString &proto,
00044                                 const TQString &host );
00045     virtual void reset();
00046 
00048     struct AuthData;
00049 public slots:
00050     void slotAuthData( const TQCString&, const TQCString&, bool );
00051     void slotDelAuthData( const TQCString& );
00052 
00053 private:
00054     class AuthDataList;
00055     friend class AuthDataList;
00056     AuthDataList* authData;
00057 
00058 protected:
00059     virtual void virtual_hook( int id, void* data );
00060 private:
00061     class SessionDataPrivate;
00062     SessionDataPrivate* d;
00063 };
00064 
00065 } // namespace
00066 
00067 #endif

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.7.1
This website is maintained by Timothy Pearson.