Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
pqChangePipelineInputReaction Class Reference

Reaction for change pipeline input for the currently selected element. More...

#include <pqChangePipelineInputReaction.h>

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

Public Slots

void updateEnableState () override
 Updates the enabled state. More...
 

Public Member Functions

 pqChangePipelineInputReaction (QAction *parent=nullptr)
 
- 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 changeInput ()
 Changes the input for the active source. 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
 

Detailed Description

Reaction for change pipeline input for the currently selected element.

Definition at line 13 of file pqChangePipelineInputReaction.h.

Constructor & Destructor Documentation

◆ pqChangePipelineInputReaction()

pqChangePipelineInputReaction::pqChangePipelineInputReaction ( QAction *  parent = nullptr)

Member Function Documentation

◆ changeInput()

static void pqChangePipelineInputReaction::changeInput ( )
static

Changes the input for the active source.

◆ updateEnableState

void pqChangePipelineInputReaction::updateEnableState ( )
overrideslot

Updates the enabled state.

Applications need not explicitly call this.

◆ onTriggered()

void pqChangePipelineInputReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 37 of file pqChangePipelineInputReaction.h.


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