ParaView
Public Slots | Public Member Functions
pqColorScaleToolbar Class Reference

TO_DEPRECATE: Remove this class since it's not longer of any use. More...

#include <pqColorScaleToolbar.h>

List of all members.

Public Slots

void setActiveRepresentation (pqDataRepresentation *display)
 Sets the active representation for the color scale buttons.
void editColorMap (pqDataRepresentation *display)
 Shows the edit color map dialog.
void changeColor ()
 Changes the color or color map.
void rescaleRange ()
 Rescales to the data range.

Public Member Functions

 pqColorScaleToolbar (QObject *parent=0)
virtual ~pqColorScaleToolbar ()
void setColorAction (QAction *action)
 Sets the color map editor/color chooser tool button.
void setRescaleAction (QAction *action)
 Sets the rescale to data range tool button.
void setColorWidget (pqDisplayColorWidget *widget)
 Sets the color by widget.

Detailed Description

TO_DEPRECATE: Remove this class since it's not longer of any use.

The functionality has been split into reactions for handling the actions from the color toolbar.

Definition at line 47 of file pqColorScaleToolbar.h.


Constructor & Destructor Documentation

pqColorScaleToolbar::pqColorScaleToolbar ( QObject *  parent = 0)
virtual pqColorScaleToolbar::~pqColorScaleToolbar ( ) [virtual]

Member Function Documentation

void pqColorScaleToolbar::setColorAction ( QAction *  action)

Sets the color map editor/color chooser tool button.

void pqColorScaleToolbar::setRescaleAction ( QAction *  action)

Sets the rescale to data range tool button.

void pqColorScaleToolbar::setColorWidget ( pqDisplayColorWidget widget)

Sets the color by widget.

void pqColorScaleToolbar::setActiveRepresentation ( pqDataRepresentation display) [slot]

Sets the active representation for the color scale buttons.

void pqColorScaleToolbar::editColorMap ( pqDataRepresentation display) [slot]

Shows the edit color map dialog.

void pqColorScaleToolbar::changeColor ( ) [slot]

Changes the color or color map.

void pqColorScaleToolbar::rescaleRange ( ) [slot]

Rescales to the data range.


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