#include <pqUse2DTransferFunctionReaction.h>


Public Slots | |
| void | setRepresentation (pqDataRepresentation *) |
| Set the active representation. More... | |
Public Member Functions | |
| pqUse2DTransferFunctionReaction (QAction *parent, bool track_active_objects=true) | |
if track_active_objects is false, then the reaction will not track pqActiveObjects automatically. More... | |
| ~pqUse2DTransferFunctionReaction () override | |
| pqDataRepresentation * | representation () const |
| Returns the representation currently being used by the reaction. 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 Slots | |
| void | updateEnableState () override |
| Updates the enabled state. More... | |
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 |
Reaction to toggle the use of 2D transfer function for a representation
Definition at line 18 of file pqUse2DTransferFunctionReaction.h.
| pqUse2DTransferFunctionReaction::pqUse2DTransferFunctionReaction | ( | QAction * | parent, |
| bool | track_active_objects = true |
||
| ) |
if track_active_objects is false, then the reaction will not track pqActiveObjects automatically.
|
override |
| pqDataRepresentation* pqUse2DTransferFunctionReaction::representation | ( | ) | const |
Returns the representation currently being used by the reaction.
|
slot |
Set the active representation.
|
overrideprotectedslot |
Updates the enabled state.
Applications need not explicitly call this.
1.8.17 on Wed Mar 27 2024