32 #ifndef pqServerConfigurationImporter_h 33 #define pqServerConfigurationImporter_h 35 #include "pqComponentsModule.h" 49 typedef QObject Superclass;
72 void addSource(
const QString& name,
const QUrl& url,
SourceMode mode=PVSC);
93 const QList<Item>& configurations()
const;
102 void fetchConfigurations();
112 void incrementalUpdate();
115 void configurationsUpdated();
120 void authenticationRequired(QNetworkReply*, QAuthenticator*);
124 void abortFetchTriggered();
128 void message(
const QString& message);
134 bool processDownloadedContents();
138 bool fetch(
const QUrl& url);
142 void readCurrentData();
148 pqInternals* Internals;
QString SourceName
Refers to the user-friendly name for the source defined in the configurations file.
pqServerConfigurationImporter class can be used to import remote server configurations.
pqServerConfiguration corresponds to a server connection configuration.
pqServerConfiguration Configuration
Points to the server configuration.