Attica
10 #ifndef ATTICA_PROVIDERMANAGER_H 11 #define ATTICA_PROVIDERMANAGER_H 14 #include <QNetworkReply> 17 #include "attica_export.h" 73 void loadDefaultProviders();
109 void addProviderFileToDefaultProviders(
const QUrl &url);
111 void removeProviderFileFromDefaultProviders(
const QUrl &url);
116 void setAuthenticationSuppressed(
bool suppressed);
126 void addProviderFromXml(
const QString &providerXml);
127 void addProviderFile(
const QUrl &file);
135 #if ATTICA_ENABLE_DEPRECATED_SINCE(5, 23) 139 ATTICA_DEPRECATED_VERSION(5, 23,
"Use ProviderManager::contains(const QUrl&)")
140 bool contains(
const QString &provider)
const;
146 bool contains(
const QUrl &provider)
const;
160 void defaultProvidersLoaded();
161 void authenticationCredentialsMissing(
const Provider &provider);
165 void fileFinished(
const QString &url);
168 void slotLoadDefaultProvidersInternal();
174 void initNetworkAccesssManager();
175 PlatformDependent *loadPlatformDependent(
const ProviderFlags &flags);
177 void parseProviderFile(
const QString &xmlString,
const QUrl &url);
QCA_EXPORT ProviderList providers()
The Provider class represents one Open Collaboration Service provider.
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Jan 25 2021 23:06:25 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.