32 #ifndef pqServerConfigurationCollection_h 33 #define pqServerConfigurationCollection_h 35 #include "pqCoreModule.h" 40 class vtkPVXMLElement;
61 typedef QObject Superclass;
69 bool loadContents(
const QString& contents,
bool mutable_configs);
74 QString saveContents(
bool only_mutable)
const;
77 bool load(
const QString& filename,
bool mutable_configs);
78 bool save(
const QString& filename,
bool only_mutable);
82 void addConfiguration(vtkPVXMLElement* configuration,
bool mutable_config=
true);
86 void removeConfiguration(
const QString&);
89 QList<pqServerConfiguration> configurations()
const;
92 QList<pqServerConfiguration> configurations(
98 const char* configuration_name)
const;
pqServerConfigurationCollection maintains a serializable collection of server-configurations defined ...
pqServerConfiguration corresponds to a server connection configuration.
pqServerResource encapsulates a resource in ParaView.
QMap< QString, pqServerConfiguration > Configurations