Public Slots | Public Member Functions | Protected Types | Protected Member Functions | List of all members
pqCatalystPauseSimulationReaction Class Reference

Reaction for setting a breakpoint to Catalyst CoProcessing Engine for Live-Data Visualization. More...

#include <pqCatalystPauseSimulationReaction.h>

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

Public Slots

void updateEnableState () override
 

Public Member Functions

 pqCatalystPauseSimulationReaction (QAction *parent=0)
 
- 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...
 

Protected Types

enum  Type { CONTINUE, PAUSE }
 

Protected Member Functions

void onTriggered () override
 Called when the action is triggered. More...
 
void setPauseSimulation (bool pause)
 
void updateEnableState (Type type)
 

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 setting a breakpoint to Catalyst CoProcessing Engine for Live-Data Visualization.

Definition at line 47 of file pqCatalystPauseSimulationReaction.h.

Member Enumeration Documentation

◆ Type

Enumerator
CONTINUE 
PAUSE 

Definition at line 59 of file pqCatalystPauseSimulationReaction.h.

Constructor & Destructor Documentation

◆ pqCatalystPauseSimulationReaction()

pqCatalystPauseSimulationReaction::pqCatalystPauseSimulationReaction ( QAction *  parent = 0)

Member Function Documentation

◆ updateEnableState [1/2]

void pqCatalystPauseSimulationReaction::updateEnableState ( )
inlineoverrideslot

Definition at line 56 of file pqCatalystPauseSimulationReaction.h.

◆ onTriggered()

void pqCatalystPauseSimulationReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 68 of file pqCatalystPauseSimulationReaction.h.

◆ setPauseSimulation()

void pqCatalystPauseSimulationReaction::setPauseSimulation ( bool  pause)
protected

◆ updateEnableState() [2/2]

void pqCatalystPauseSimulationReaction::updateEnableState ( Type  type)
protected

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