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

Reaction to edit the active representation's color map or solid color. More...

#include <pqEditColorMapReaction.h>

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

Public Slots

void updateEnableState () override
 Updates the enabled state. More...
 
void setRepresentation (pqDataRepresentation *)
 Set the active representation. More...
 

Public Member Functions

 pqEditColorMapReaction (QAction *parent, bool track_active_objects=true)
 if track_active_objects is false, then the reaction will not track pqActiveObjects automatically. More...
 
- 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 editColorMap (pqPipelineRepresentation *repr=nullptr)
 Edit active representation's color map (or solid color). 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 to edit the active representation's color map or solid color.

Definition at line 18 of file pqEditColorMapReaction.h.

Constructor & Destructor Documentation

◆ pqEditColorMapReaction()

pqEditColorMapReaction::pqEditColorMapReaction ( QAction *  parent,
bool  track_active_objects = true 
)

if track_active_objects is false, then the reaction will not track pqActiveObjects automatically.

Member Function Documentation

◆ editColorMap()

static void pqEditColorMapReaction::editColorMap ( pqPipelineRepresentation repr = nullptr)
static

Edit active representation's color map (or solid color).

◆ updateEnableState

void pqEditColorMapReaction::updateEnableState ( )
overrideslot

Updates the enabled state.

Applications need not explicitly call this.

◆ setRepresentation

void pqEditColorMapReaction::setRepresentation ( pqDataRepresentation )
slot

Set the active representation.

◆ onTriggered()

void pqEditColorMapReaction::onTriggered ( )
overrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.


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