ParaView
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 ()
 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. Parent cannot be NULL. More...
 
virtual ~pqReaction ()
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Static Public Member Functions

static void editColorMap (pqPipelineRepresentation *repr=NULL)
 Edit active representation's color map (or solid color). More...
 

Protected Member Functions

virtual void onTriggered ()
 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 44 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 = NULL)
static

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

§ updateEnableState

void pqEditColorMapReaction::updateEnableState ( )
slot

Updates the enabled state.

Applications need not explicitly call this.

§ setRepresentation

void pqEditColorMapReaction::setRepresentation ( pqDataRepresentation )
slot

Set the active representation.

§ onTriggered()

virtual void pqEditColorMapReaction::onTriggered ( )
protectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.


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