ParaView
|
Reaction to hide all sources output ports. More...
#include <pqHideAllReaction.h>
Public Member Functions | |
pqHideAllReaction (QAction *parent) | |
![]() | |
pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection) | |
Constructor. More... | |
virtual | ~pqReaction () |
QAction * | parentAction () const |
Provides access to the parent action. More... | |
Static Public Member Functions | |
static void | HideAll () |
Protected Member Functions | |
virtual void | onTriggered () |
Called when the action is triggered. More... | |
Additional Inherited Members | |
![]() | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
![]() | |
bool | IsMaster |
Reaction to hide all sources output ports.
Definition at line 41 of file pqHideAllReaction.h.
pqHideAllReaction::pqHideAllReaction | ( | QAction * | parent | ) |
|
static |
|
inlineprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 55 of file pqHideAllReaction.h.