|
ParaView
|
Reaction to disconnect from a server. More...
#include <pqServerDisconnectReaction.h>


Public Member Functions | |
| pqServerDisconnectReaction (QAction *parent) | |
| Constructor. Parent cannot be NULL. | |
Static Public Member Functions | |
| static void | disconnectFromServerWithWarning () |
| Disconnects from active server. | |
| static void | disconnectFromServer () |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction to disconnect from a server.
Definition at line 39 of file pqServerDisconnectReaction.h.
| pqServerDisconnectReaction::pqServerDisconnectReaction | ( | QAction * | parent | ) |
Constructor. Parent cannot be NULL.
| static void pqServerDisconnectReaction::disconnectFromServerWithWarning | ( | ) | [static] |
Disconnects from active server.
Note that this method is static. Applications can simply use this without having to create a reaction instance.
| static void pqServerDisconnectReaction::disconnectFromServer | ( | ) | [static] |
| virtual void pqServerDisconnectReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 55 of file pqServerDisconnectReaction.h.
1.7.5.1