Reaction for connecting to a server.
More...
#include <pqServerConnectReaction.h>
Reaction for connecting to a server.
Definition at line 16 of file pqServerConnectReaction.h.
◆ pqServerConnectReaction()
pqServerConnectReaction::pqServerConnectReaction |
( |
QAction * |
parent | ) |
|
Constructor.
Parent cannot be nullptr.
◆ connectToServerWithWarning()
static void pqServerConnectReaction::connectToServerWithWarning |
( |
| ) |
|
|
static |
Creates a server connection using the server connection dialog.
Note that this method is static. Applications can simply use this without having to create a reaction instance.
◆ connectToServer() [1/2]
static void pqServerConnectReaction::connectToServer |
( |
| ) |
|
|
static |
◆ connectToServerUsingConfigurationName()
static bool pqServerConnectReaction::connectToServerUsingConfigurationName |
( |
const char * |
config_name, |
|
|
bool |
showConnectionDialog = true |
|
) |
| |
|
static |
ParaView names server configurations (in pvsc files).
To connect to a server using the configuration specified, use this API.
◆ connectToServerUsingConfiguration()
static bool pqServerConnectReaction::connectToServerUsingConfiguration |
( |
const pqServerConfiguration & |
config, |
|
|
bool |
showConnectionDialog = true |
|
) |
| |
|
static |
To connect to a server given a configuration, use this API.
◆ connectToServer() [2/2]
static bool pqServerConnectReaction::connectToServer |
( |
const pqServerResource & |
resource, |
|
|
bool |
showConnectionDialog = true |
|
) |
| |
|
static |
Connect to server using the resource.
This will create a temporary configuration for the resource.
◆ onTriggered()
void pqServerConnectReaction::onTriggered |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file: