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

Reaction for change file of current active reader. More...

#include <pqChangeFileNameReaction.h>

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

Public Slots

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

Public Member Functions

 pqChangeFileNameReaction (QAction *parent=nullptr)
 
 ~pqChangeFileNameReaction () override=default
 
- 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 changeFileName ()
 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 file of current active reader.

Definition at line 12 of file pqChangeFileNameReaction.h.

Constructor & Destructor Documentation

◆ pqChangeFileNameReaction()

pqChangeFileNameReaction::pqChangeFileNameReaction ( QAction *  parent = nullptr)

◆ ~pqChangeFileNameReaction()

pqChangeFileNameReaction::~pqChangeFileNameReaction ( )
overridedefault

Member Function Documentation

◆ changeFileName()

static void pqChangeFileNameReaction::changeFileName ( )
static

Changes the input for the active source.

◆ updateEnableState

void pqChangeFileNameReaction::updateEnableState ( )
overrideslot

Updates the enabled state.

Applications need not explicitly call this.

◆ onTriggered()

void pqChangeFileNameReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 37 of file pqChangeFileNameReaction.h.


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