ParaView
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Member Functions
pqScalarBarVisibilityAdaptor Class Reference

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>

List of all members.

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().

Detailed Description

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.


Constructor & Destructor Documentation

pqScalarBarVisibilityAdaptor::pqScalarBarVisibilityAdaptor ( QAction *  parent = 0)
virtual pqScalarBarVisibilityAdaptor::~pqScalarBarVisibilityAdaptor ( ) [virtual]

Member Function Documentation

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().


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