#include <pqCameraLinkReaction.h>
Public Slots | |
void | updateEnableState () override |
Updates the enabled state. More... | |
Public Member Functions | |
pqCameraLinkReaction (QAction *parent) | |
Public Member Functions inherited from pqReaction | |
pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection) | |
Constructor. More... | |
~pqReaction () override | |
QAction * | parentAction () const |
Provides access to the parent action. More... | |
Static Public Member Functions | |
static void | addCameraLink () |
Adds camera link with the active view. More... | |
Protected Member Functions | |
void | onTriggered () override |
Called when the action is triggered. More... | |
Additional Inherited Members | |
Protected Slots inherited from pqReaction | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
Protected Attributes inherited from pqReaction | |
bool | IsMaster |
Definition at line 9 of file pqCameraLinkReaction.h.
pqCameraLinkReaction::pqCameraLinkReaction | ( | QAction * | parent | ) |
|
static |
Adds camera link with the active view.
|
overrideslot |
Updates the enabled state.
Applications need not explicitly call this.
|
inlineoverrideprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 32 of file pqCameraLinkReaction.h.