• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

kio

KIO::SlaveConfig

KIO::SlaveConfig Class Reference

SlaveConfig. More...

#include <slaveconfig.h>

Inheritance diagram for KIO::SlaveConfig:

Inheritance graph
[legend]

List of all members.


Signals

void configNeeded (const QString &protocol, const QString &host)

Public Member Functions

QString configData (const QString &protocol, const QString &host, const QString &key)
MetaData configData (const QString &protocol, const QString &host)
void reset ()
void setConfigData (const QString &protocol, const QString &host, const MetaData &config)
void setConfigData (const QString &protocol, const QString &host, const QString &key, const QString &value)
 ~SlaveConfig ()

Static Public Member Functions

static SlaveConfig * self ()

Protected Member Functions

 SlaveConfig ()

Protected Attributes

SlaveConfigPrivate * d

Static Protected Attributes

static SlaveConfig * _self = 0

Detailed Description

SlaveConfig.

This class manages the configuration for io-slaves based on protocol and host. The Scheduler makes use of this class to configure the slave whenever it has to connect to a new host.

You only need to use this class if you want to override specific configuration items of an io-slave when the io-slave is used by your application.

Normally io-slaves are being configured by "kio_<protocol>rc" configuration files. Groups defined in such files are treated as host or domain specification. Configuration items defined in a group are only applied when the slave is connecting with a host that matches with the host and/or domain specified by the group.

Definition at line 47 of file slaveconfig.h.


Constructor & Destructor Documentation

KIO::SlaveConfig::~SlaveConfig (  ) 

Definition at line 153 of file slaveconfig.cpp.

KIO::SlaveConfig::SlaveConfig (  )  [protected]

Definition at line 146 of file slaveconfig.cpp.


Member Function Documentation

QString KIO::SlaveConfig::configData ( const QString &  protocol,
const QString &  host,
const QString &  key 
)

Query a specific configuration key for slaves of type protocol when dealing with host.

Definition at line 212 of file slaveconfig.cpp.

MetaData KIO::SlaveConfig::configData ( const QString &  protocol,
const QString &  host 
)

Query slave configuration for slaves of type protocol when dealing with host.

Definition at line 193 of file slaveconfig.cpp.

void KIO::SlaveConfig::configNeeded ( const QString &  protocol,
const QString &  host 
) [signal]

This signal is raised when a slave of type protocol deals with host for the first time.

Your application can use this signal to make some last minute configuration changes with setConfigData based on the host.

void KIO::SlaveConfig::reset (  ) 

Undo any changes made by calls to setConfigData.

Definition at line 217 of file slaveconfig.cpp.

SlaveConfig * KIO::SlaveConfig::self (  )  [static]

Definition at line 139 of file slaveconfig.cpp.

void KIO::SlaveConfig::setConfigData ( const QString &  protocol,
const QString &  host,
const MetaData &  config 
)

Configure slaves of type protocol with config.

If host is specified the configuration only applies when dealing with host.

Changes made to the slave configuration only apply to slaves used by the current process.

Definition at line 169 of file slaveconfig.cpp.

void KIO::SlaveConfig::setConfigData ( const QString &  protocol,
const QString &  host,
const QString &  key,
const QString &  value 
)

Configure slaves of type protocol by setting key to value.

If host is specified the configuration only applies when dealing with host.

Changes made to the slave configuration only apply to slaves used by the current process.

Definition at line 159 of file slaveconfig.cpp.


Member Data Documentation

SlaveConfig * KIO::SlaveConfig::_self = 0 [static, protected]

Definition at line 101 of file slaveconfig.h.

SlaveConfigPrivate* KIO::SlaveConfig::d [protected]

Definition at line 102 of file slaveconfig.h.


The documentation for this class was generated from the following files:
  • slaveconfig.h
  • slaveconfig.cpp

kio

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal