#include <pqMultiSliceAxisWidget.h>
Inherits QWidget.
Definition at line 15 of file pqMultiSliceAxisWidget.h.
◆ pqMultiSliceAxisWidget()
pqMultiSliceAxisWidget::pqMultiSliceAxisWidget |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~pqMultiSliceAxisWidget()
pqMultiSliceAxisWidget::~pqMultiSliceAxisWidget |
( |
| ) |
|
|
override |
◆ setRange()
void pqMultiSliceAxisWidget::setRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
Set the range of the Axis (Bound)
◆ setAxisType()
void pqMultiSliceAxisWidget::setAxisType |
( |
int |
type | ) |
|
Axis::LEFT=0, Axis::BOTTOM, Axis::RIGHT, Axis::TOP.
◆ title()
QString pqMultiSliceAxisWidget::title |
( |
| ) |
const |
Title that appears inside the view.
◆ setTitle()
void pqMultiSliceAxisWidget::setTitle |
( |
const QString & |
title | ) |
|
◆ getVTKWidget()
QWidget* pqMultiSliceAxisWidget::getVTKWidget |
( |
| ) |
|
Return the Widget that contain the ContextView.
◆ getVisibleSlices()
const double* pqMultiSliceAxisWidget::getVisibleSlices |
( |
int & |
nbSlices | ) |
const |
Return the locations of the visible slices within the range as well as the number of values that can be read from the pointer.
◆ getSlices()
const double* pqMultiSliceAxisWidget::getSlices |
( |
int & |
nbSlices | ) |
const |
Returns the locations for all slices (visible or otherwise).
◆ updateSlices()
void pqMultiSliceAxisWidget::updateSlices |
( |
double * |
values, |
|
|
bool * |
visibility, |
|
|
int |
numberOfValues |
|
) |
| |
Update our internal model to reflect the proxy state.
◆ SetActiveSize()
void pqMultiSliceAxisWidget::SetActiveSize |
( |
int |
size | ) |
|
The active size define the number of pixel that are going to be used for the slider handle.
◆ SetEdgeMargin()
void pqMultiSliceAxisWidget::SetEdgeMargin |
( |
int |
margin | ) |
|
The margin used on the side of the Axis.
◆ renderView
void pqMultiSliceAxisWidget::renderView |
( |
| ) |
|
|
slot |
◆ sliceAdded
void pqMultiSliceAxisWidget::sliceAdded |
( |
int |
index | ) |
|
|
signal |
Signal emitted when the model has changed internally.
◆ sliceRemoved
void pqMultiSliceAxisWidget::sliceRemoved |
( |
int |
index | ) |
|
|
signal |
◆ sliceModified
void pqMultiSliceAxisWidget::sliceModified |
( |
int |
index | ) |
|
|
signal |
◆ markClicked
void pqMultiSliceAxisWidget::markClicked |
( |
int |
button, |
|
|
int |
modifier, |
|
|
double |
value |
|
) |
| |
|
signal |
Signal emitted when a mark is clicked.
The value is inside the provided range
◆ titleChanged
void pqMultiSliceAxisWidget::titleChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ scene()
◆ invalidateCallback()
void pqMultiSliceAxisWidget::invalidateCallback |
( |
vtkObject * |
, |
|
|
unsigned |
long, |
|
|
void * |
|
|
) |
| |
|
protected |
Internal VTK callback used to emit the modelUpdated() signal.
◆ onMarkClicked()
void pqMultiSliceAxisWidget::onMarkClicked |
( |
vtkObject * |
, |
|
|
unsigned |
long, |
|
|
void * |
|
|
) |
| |
|
protected |
Internal VTK callback used to emit markClicked(...) signale.
◆ title
QString pqMultiSliceAxisWidget::title |
|
readwrite |
The documentation for this class was generated from the following file: