#include <Libs/Visualization/VTK/Widgets/ctkVTKScalarsToColorsWidget.h>
|
QScopedPointer< ctkVTKScalarsToColorsWidgetPrivate > | d_ptr |
|
◆ ctkVTKScalarsToColorsWidget()
ctkVTKScalarsToColorsWidget::ctkVTKScalarsToColorsWidget |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~ctkVTKScalarsToColorsWidget()
virtual ctkVTKScalarsToColorsWidget::~ctkVTKScalarsToColorsWidget |
( |
| ) |
|
|
virtual |
◆ addExtraWidget()
void ctkVTKScalarsToColorsWidget::addExtraWidget |
( |
QWidget * |
extraWidget | ) |
|
◆ axesModified
void ctkVTKScalarsToColorsWidget::axesModified |
( |
| ) |
|
|
signal |
Be carefull, axesModified() can be fired inside the Render() function of the view. You might want to connect the slot using Qt::QueuedConnection
◆ currentControlPointsItem()
vtkControlPointsItem* ctkVTKScalarsToColorsWidget::currentControlPointsItem |
( |
| ) |
const |
◆ editColors()
bool ctkVTKScalarsToColorsWidget::editColors |
( |
| ) |
const |
◆ extraWidgets()
QWidgetList ctkVTKScalarsToColorsWidget::extraWidgets |
( |
| ) |
const |
Return the top-left corner widget if any.
◆ isHorizontalSliderVisible()
bool ctkVTKScalarsToColorsWidget::isHorizontalSliderVisible |
( |
| ) |
const |
◆ isVerticalSliderVisible()
bool ctkVTKScalarsToColorsWidget::isVerticalSliderVisible |
( |
| ) |
const |
◆ onAxesModified
void ctkVTKScalarsToColorsWidget::onAxesModified |
( |
| ) |
|
|
protectedslot |
◆ onBoundsChanged
void ctkVTKScalarsToColorsWidget::onBoundsChanged |
( |
| ) |
|
|
protectedslot |
◆ onColorChanged
void ctkVTKScalarsToColorsWidget::onColorChanged |
( |
const QColor & |
color | ) |
|
|
protectedslot |
◆ onCurrentPointChanged
void ctkVTKScalarsToColorsWidget::onCurrentPointChanged |
( |
int |
pointId | ) |
|
|
protectedslot |
◆ onExpandButton
void ctkVTKScalarsToColorsWidget::onExpandButton |
( |
bool |
state | ) |
|
|
protectedslot |
◆ onMidPointChanged
void ctkVTKScalarsToColorsWidget::onMidPointChanged |
( |
double |
midPoint | ) |
|
|
protectedslot |
◆ onOpacityChanged
void ctkVTKScalarsToColorsWidget::onOpacityChanged |
( |
double |
opacity | ) |
|
|
protectedslot |
◆ onPlotAdded
void ctkVTKScalarsToColorsWidget::onPlotAdded |
( |
vtkPlot * |
| ) |
|
|
protectedslot |
◆ onSharpnessChanged
void ctkVTKScalarsToColorsWidget::onSharpnessChanged |
( |
double |
sharpness | ) |
|
|
protectedslot |
◆ onXChanged
void ctkVTKScalarsToColorsWidget::onXChanged |
( |
double |
x | ) |
|
|
protectedslot |
◆ resetRange
void ctkVTKScalarsToColorsWidget::resetRange |
( |
| ) |
|
|
slot |
◆ restorePalette
void ctkVTKScalarsToColorsWidget::restorePalette |
( |
| ) |
|
|
protectedslot |
◆ setCurrentControlPointsItem
void ctkVTKScalarsToColorsWidget::setCurrentControlPointsItem |
( |
vtkControlPointsItem * |
item | ) |
|
|
slot |
◆ setCurrentPoint [1/2]
void ctkVTKScalarsToColorsWidget::setCurrentPoint |
( |
int |
pointId | ) |
|
|
slot |
◆ setCurrentPoint [2/2]
void ctkVTKScalarsToColorsWidget::setCurrentPoint |
( |
vtkObject * |
controlPointsItem, |
|
|
void * |
pointId |
|
) |
| |
|
protectedslot |
◆ setEditColors()
void ctkVTKScalarsToColorsWidget::setEditColors |
( |
bool |
edit | ) |
|
◆ setHorizontalSliderVisible()
void ctkVTKScalarsToColorsWidget::setHorizontalSliderVisible |
( |
bool |
visible | ) |
|
◆ setVerticalSliderVisible()
void ctkVTKScalarsToColorsWidget::setVerticalSliderVisible |
( |
bool |
visible | ) |
|
◆ setXRange
void ctkVTKScalarsToColorsWidget::setXRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
slot |
◆ setYRange
void ctkVTKScalarsToColorsWidget::setYRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
slot |
◆ updateCurrentPoint
void ctkVTKScalarsToColorsWidget::updateCurrentPoint |
( |
| ) |
|
|
protectedslot |
◆ updateNumberOfPoints
void ctkVTKScalarsToColorsWidget::updateNumberOfPoints |
( |
| ) |
|
|
protectedslot |
◆ view()
◆ xRange()
void ctkVTKScalarsToColorsWidget::xRange |
( |
double * |
range | ) |
const |
◆ yRange()
void ctkVTKScalarsToColorsWidget::yRange |
( |
double * |
range | ) |
const |
◆ d_ptr
QScopedPointer<ctkVTKScalarsToColorsWidgetPrivate> ctkVTKScalarsToColorsWidget::d_ptr |
|
protected |
◆ editColors
bool ctkVTKScalarsToColorsWidget::editColors |
|
readwrite |
◆ horizontalSliderVisible
QVTK_OBJECTbool ctkVTKScalarsToColorsWidget::horizontalSliderVisible |
|
readwrite |
◆ verticalSliderVisible
bool ctkVTKScalarsToColorsWidget::verticalSliderVisible |
|
readwrite |
The documentation for this class was generated from the following file: