32 #ifndef pqServerConfiguration_h 33 #define pqServerConfiguration_h 35 #include "pqCoreModule.h" 36 #include "vtkSmartPointer.h" 64 void setName(
const QString& name);
72 bool isNameDefault()
const;
79 void setResource(
const QString&);
102 QString command(
double& timeout,
double& delay)
const;
107 void setStartupToManual();
112 void setStartupToCommand(
double timeout,
double delay,
const QString& command);
117 QString toString(vtkIndent indent)
const;
140 vtkSmartPointer<vtkPVXMLElement> XML;
void setMutable(bool val)
bool isMutable() const
Get/Set whether the configuration is mutable.
StartupType
Types of start.
pqServerConfiguration corresponds to a server connection configuration.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
pqServerResource encapsulates a resource in ParaView.