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

Reaction for enabling/disabling auto-apply. More...

#include <pqAutoApplyReaction.h>

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

Public Member Functions

 pqAutoApplyReaction (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 setAutoApply (bool)
 Set the status of auto-apply. More...
 
static bool autoApply ()
 Get the status of auto-apply. More...
 

Protected Slots

void updateState ()
 
void checkStateChanged (bool)
 
- Protected Slots inherited from pqReaction
virtual void onTriggered ()
 Called when the action is triggered. More...
 
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 

Additional Inherited Members

- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

Reaction for enabling/disabling auto-apply.

Definition at line 13 of file pqAutoApplyReaction.h.

Constructor & Destructor Documentation

◆ pqAutoApplyReaction()

pqAutoApplyReaction::pqAutoApplyReaction ( QAction *  parent = nullptr)

Member Function Documentation

◆ setAutoApply()

static void pqAutoApplyReaction::setAutoApply ( bool  )
static

Set the status of auto-apply.

◆ autoApply()

static bool pqAutoApplyReaction::autoApply ( )
static

Get the status of auto-apply.

◆ updateState

void pqAutoApplyReaction::updateState ( )
protectedslot

◆ checkStateChanged

void pqAutoApplyReaction::checkStateChanged ( bool  )
protectedslot

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