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

pqEditMacrosReaction is the reaction to pop-up the edit macros dialog. More...

#include <pqEditMacrosReaction.h>

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

Public Member Functions

 pqEditMacrosReaction (QAction *action)
 
- Public Member Functions inherited from pqMasterOnlyReaction
 pqMasterOnlyReaction (QAction *parentObject)
 
 pqMasterOnlyReaction (QAction *parentObject, Qt::ConnectionType type)
 
- 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 configureMacros ()
 Pops-up the pqEditMacrosDialog dialog. More...
 

Protected Member Functions

void onTriggered () override
 Called when the action is triggered. More...
 

Additional Inherited Members

- Protected Slots inherited from pqMasterOnlyReaction
void updateEnableState () override
 
- Protected Slots inherited from pqReaction
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 
- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

pqEditMacrosReaction is the reaction to pop-up the edit macros dialog.

Warning
This class is built only when Python is enabled.

Definition at line 17 of file pqEditMacrosReaction.h.

Constructor & Destructor Documentation

◆ pqEditMacrosReaction()

pqEditMacrosReaction::pqEditMacrosReaction ( QAction *  action)

Member Function Documentation

◆ configureMacros()

static void pqEditMacrosReaction::configureMacros ( )
static

Pops-up the pqEditMacrosDialog dialog.

◆ onTriggered()

void pqEditMacrosReaction::onTriggered ( )
overrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.


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