|
ParaView
|
pqScalarBarVisibilityAdaptor is an adptor that can be hooked on to any action to make it control the scalar bar visibility of the scalar bar for the selected source in the selected render window. More...
#include <pqScalarBarVisibilityAdaptor.h>
Public Slots | |
| void | setActiveRepresentation (pqDataRepresentation *display) |
| Set the active display which this adaptor is going to show/hide the scalar bar for. | |
Signals | |
| void | canChangeVisibility (bool) |
| Fired when to indicate if the visibility of the scalar bar can be changed in the current setup. | |
| void | scalarBarVisible (bool) |
| Fired to update the scalarbar visibility state. | |
Public Member Functions | |
| pqScalarBarVisibilityAdaptor (QAction *parent=0) | |
| virtual | ~pqScalarBarVisibilityAdaptor () |
Protected Slots | |
| void | updateState () |
| void | setScalarBarVisibility (bool visible) |
Protected Member Functions | |
| void | updateStateInternal () |
| internal method called by updateState(). | |
pqScalarBarVisibilityAdaptor is an adptor that can be hooked on to any action to make it control the scalar bar visibility of the scalar bar for the selected source in the selected render window.
TO_DEPRECATE: This class will be deprecated soon and replaced by pqScalarBarVisibilityReaction.
Definition at line 48 of file pqScalarBarVisibilityAdaptor.h.
| pqScalarBarVisibilityAdaptor::pqScalarBarVisibilityAdaptor | ( | QAction * | parent = 0 | ) |
| virtual pqScalarBarVisibilityAdaptor::~pqScalarBarVisibilityAdaptor | ( | ) | [virtual] |
| void pqScalarBarVisibilityAdaptor::canChangeVisibility | ( | bool | ) | [signal] |
Fired when to indicate if the visibility of the scalar bar can be changed in the current setup.
| void pqScalarBarVisibilityAdaptor::scalarBarVisible | ( | bool | ) | [signal] |
Fired to update the scalarbar visibility state.
| void pqScalarBarVisibilityAdaptor::setActiveRepresentation | ( | pqDataRepresentation * | display | ) | [slot] |
Set the active display which this adaptor is going to show/hide the scalar bar for.
| void pqScalarBarVisibilityAdaptor::updateState | ( | ) | [protected, slot] |
| void pqScalarBarVisibilityAdaptor::setScalarBarVisibility | ( | bool | visible | ) | [protected, slot] |
| void pqScalarBarVisibilityAdaptor::updateStateInternal | ( | ) | [protected] |
internal method called by updateState().
1.7.5.1