32 #ifndef pqScalarBarVisibilityReaction_h 33 #define pqScalarBarVisibilityReaction_h 58 vtkSMProxy* scalarBarProxy()
const;
65 void setScalarBarVisibility(
bool visible);
76 this->setScalarBarVisibility(
84 bool TrackActiveObjects;
85 QPointer<pqDataRepresentation> CachedRepresentation;
86 QPointer<QObject> CachedScalarBar;
87 QPointer<QObject> CachedView;
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
virtual void updateEnableState()
Reaction to toggle scalar bar visibility.
This is a superclass just to make it easier to collect all such reactions.
virtual void onTriggered()
Called when the action is triggered.
QAction * parentAction() const
Provides access to the parent action.