Public Slots | 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 *, int selectedPropertiesType)
 Set the active representation. More...
 
void setRepresentation (pqDataRepresentation *repr)
 Set the active representation. More...
 
void setActiveRepresentation ()
 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...
 
 ~pqEditColorMapReaction () override
 
void editColorMap (pqPipelineRepresentation *repr=nullptr)
 Edit active representation's color map (or solid color). 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...
 

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 20 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.

◆ ~pqEditColorMapReaction()

pqEditColorMapReaction::~pqEditColorMapReaction ( )
override

Member Function Documentation

◆ editColorMap()

void pqEditColorMapReaction::editColorMap ( pqPipelineRepresentation repr = nullptr)

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 [1/2]

void pqEditColorMapReaction::setRepresentation ( pqDataRepresentation ,
int  selectedPropertiesType 
)
slot

Set the active representation.

◆ setRepresentation [2/2]

void pqEditColorMapReaction::setRepresentation ( pqDataRepresentation repr)
inlineslot

Set the active representation.

Definition at line 49 of file pqEditColorMapReaction.h.

◆ setActiveRepresentation

void pqEditColorMapReaction::setActiveRepresentation ( )
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: