ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
pqServerDisconnectReaction Class Reference

Reaction to disconnect from a server. More...

#include <pqServerDisconnectReaction.h>

Inheritance diagram for pqServerDisconnectReaction:
Inheritance graph
[legend]
Collaboration diagram for pqServerDisconnectReaction:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Reaction to disconnect from a server.

Definition at line 39 of file pqServerDisconnectReaction.h.


Constructor & Destructor Documentation

pqServerDisconnectReaction::pqServerDisconnectReaction ( QAction *  parent)

Constructor. Parent cannot be NULL.


Member Function Documentation

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.


The documentation for this class was generated from the following file: