4 #ifndef pqServerConfigurationImporter_h
5 #define pqServerConfigurationImporter_h
7 #include "pqComponentsModule.h"
23 typedef QObject Superclass;
49 void addSource(
const QString& name,
const QUrl& url, SourceMode mode = PVSC);
78 const QList<Item>& configurations()
const;
89 void fetchConfigurations();
103 void incrementalUpdate();
108 void configurationsUpdated();
115 void authenticationRequired(QNetworkReply*, QAuthenticator*);
121 void abortFetchTriggered();
127 void message(
const QString& message);
135 bool processDownloadedContents();
141 bool fetch(
const QUrl& url);
147 void readCurrentData();
153 pqInternals* Internals;