32 #ifndef pqServerConfiguration_h 33 #define pqServerConfiguration_h 82 void setName(
const QString& name);
90 bool isNameDefault()
const;
95 static QString defaultName();
101 void setResource(
const QString&);
125 int connectionTimeout(
int defaultTimeout = 60)
const;
126 void setConnectionTimeout(
int connectionTimeout);
155 QString command(
double& processWait,
double& delay)
const;
167 QString execCommand(
double& processWait,
double& delay)
const;
172 void setStartupToManual();
177 void setStartupToCommand(
double processWait,
double delay,
const QString& command);
182 QString toString(
vtkIndent indent)
const;
211 QString portForwardingLocalPort()
const;
216 void parseSshPortForwardingXML();
217 QString sshFullCommand(QString sshCommand,
vtkPVXMLElement* sshConfigXML)
const;
219 static QString termCommand();
220 static QString sshCommand();
221 static QString lookForCommand(QString command);
224 void constructor(
const QString& name);
228 bool PortForwarding =
false;
229 bool SSHCommand =
false;
230 QString PortForwardingLocalPort;
void setMutable(bool val)
bool isMutable() const
Get/Set whether the configuration is mutable.
bool isPortForwarding() const
Get if this is a port forwarding configuration.
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.