|
ParaView
|
TO_DEPRECATE: Remove this class since it's not longer of any use. More...
#include <pqColorScaleToolbar.h>
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. | |
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.
| pqColorScaleToolbar::pqColorScaleToolbar | ( | QObject * | parent = 0 | ) |
| virtual pqColorScaleToolbar::~pqColorScaleToolbar | ( | ) | [virtual] |
| 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.
1.7.5.1