KIO
workerconfig.h
50 void setConfigData(const QString &protocol, const QString &host, const QString &key, const QString &value);
MetaData is a simple map of key/value strings.
This class manages the configuration for KIO workers based on protocol and host.
Definition workerconfig.h:36
void setConfigData(const QString &protocol, const QString &host, const QString &key, const QString &value)
Configure workers of type protocol by setting key to value.
Definition workerconfig.cpp:162
void configNeeded(const QString &protocol, const QString &host)
This signal is raised when a worker of type protocol deals with host for the first time.
MetaData configData(const QString &protocol, const QString &host)
Query worker configuration for workers of type protocol when dealing with host.
Definition workerconfig.cpp:189
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:04:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:04:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.