Reaction to allow editing of scalar bar properties using a pqProxyWidgetDialog.
More...
#include <pqEditScalarBarReaction.h>
Reaction to allow editing of scalar bar properties using a pqProxyWidgetDialog.
Reaction allows editing of scalar bar properties using a pqProxyWidgetDialog. Internally, it uses pqScalarBarVisibilityReaction to track the visibility state for the scalar to enable/disable the parent action.
Definition at line 24 of file pqEditScalarBarReaction.h.
◆ pqEditScalarBarReaction()
pqEditScalarBarReaction::pqEditScalarBarReaction |
( |
QAction * |
parent = nullptr , |
|
|
bool |
track_active_objects = true |
|
) |
| |
◆ ~pqEditScalarBarReaction()
pqEditScalarBarReaction::~pqEditScalarBarReaction |
( |
| ) |
|
|
override |
◆ setRepresentation [1/2]
Set the active representation.
This should only be used when track_active_objects
is false. If used when track_active_objects
is true, the representation will get replaced whenever the active representation changes.
◆ setRepresentation [2/2]
Set the active representation.
This should only be used when track_active_objects
is false. If used when track_active_objects
is true, the representation will get replaced whenever the active representation changes.
Definition at line 42 of file pqEditScalarBarReaction.h.
◆ setScalarBarVisibilityReaction
Set Scalar Bar Visibility Reaction.
◆ editScalarBar
bool pqEditScalarBarReaction::editScalarBar |
( |
| ) |
|
|
slot |
Show the editor dialog for editing scalar bar properties.
◆ updateEnableState
void pqEditScalarBarReaction::updateEnableState |
( |
| ) |
|
|
overrideprotectedslot |
Updates the enabled state.
Applications need not explicitly call this.
◆ onTriggered
void pqEditScalarBarReaction::onTriggered |
( |
| ) |
|
|
overrideprotectedslot |
Called when the action is triggered.
The documentation for this class was generated from the following file: