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

tdeio/tdeio

slaveconfig.h

00001 // -*- c++ -*-
00002 /*
00003  *  This file is part of the KDE libraries
00004  *  Copyright (c) 2001 Waldo Bastian <bastian@kde.org>
00005  *
00006  *  This library is free software; you can redistribute it and/or
00007  *  modify it under the terms of the GNU Library General Public
00008  *  License version 2 as published by the Free Software Foundation.
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 Library General Public License
00016  *  along with this library; see the file COPYING.LIB.  If not, write to
00017  *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018  *  Boston, MA 02110-1301, USA.
00019  **/
00020 
00021 #ifndef TDEIO_SLAVE_CONFIG_H
00022 #define TDEIO_SLAVE_CONFIG_H
00023 
00024 #include <tqobject.h>
00025 #include <tdeio/global.h>
00026 
00027 namespace TDEIO {
00028 
00029     class SlaveConfigPrivate;
00047     class TDEIO_EXPORT SlaveConfig : public TQObject
00048     {
00049     Q_OBJECT
00050     public:
00051         static SlaveConfig *self();
00052         ~SlaveConfig();
00061         void setConfigData(const TQString &protocol, const TQString &host, const TQString &key, const TQString &value );
00062         
00071         void setConfigData(const TQString &protocol, const TQString &host, const MetaData &config );
00072                 
00077         MetaData configData(const TQString &protocol, const TQString &host);
00078 
00083         TQString configData(const TQString &protocol, const TQString &host, const TQString &key);
00084 
00088         void reset();
00089     signals:
00098         void configNeeded(const TQString &protocol, const TQString &host);
00099     protected:
00100         SlaveConfig();
00101         static SlaveConfig *_self;
00102         SlaveConfigPrivate *d;
00103     };
00104 }
00105 
00106 #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.