32 #ifndef pqServerConfiguration_h 33 #define pqServerConfiguration_h 35 #include "pqCoreModule.h" 36 #include "vtkSmartPointer.h" 39 class vtkPVXMLElement;
58 void setName(
const QString& name);
64 bool isNameDefault()
const;
69 void setResource(
const QString&);
86 QString command(
double& timeout,
double& delay)
const;
89 void setStartupToManual();
92 void setStartupToCommand(
93 double timeout,
double delay,
const QString& command);
96 QString toString(vtkIndent indent)
const;
102 vtkPVXMLElement* optionsXML()
const;
105 vtkPVXMLElement* hintsXML()
const;
108 vtkPVXMLElement* startupXML()
const;
111 void constructor(vtkPVXMLElement*);
113 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.
pqServerResource encapsulates a resource in ParaView.