#include <Libs/MRML/Widgets/qMRMLSliceWidget.h>
|
QScopedPointer< qMRMLSliceWidgetPrivate > | d_ptr |
|
QScopedPointer< qMRMLWidgetPrivate > | d_ptr |
|
Definition at line 49 of file qMRMLSliceWidget.h.
◆ Superclass
◆ sliceOrientation
QString qMRMLSliceWidget::sliceOrientation |
|
readwrite |
◆ sliceViewColor
QColor qMRMLSliceWidget::sliceViewColor |
|
readwrite |
◆ sliceViewLabel
QString qMRMLSliceWidget::sliceViewLabel |
|
readwrite |
◆ sliceViewName
QString qMRMLSliceWidget::sliceViewName |
|
readwrite |
◆ qMRMLSliceWidget() [1/2]
qMRMLSliceWidget::qMRMLSliceWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~qMRMLSliceWidget()
qMRMLSliceWidget::~qMRMLSliceWidget |
( |
| ) |
|
|
override |
◆ qMRMLSliceWidget() [2/2]
qMRMLSliceWidget::qMRMLSliceWidget |
( |
qMRMLSliceWidgetPrivate * |
obj, |
|
|
QWidget * |
parent |
|
) |
| |
|
protected |
Constructor allowing derived class to specify a specialized pimpl.
- Note
- You are responsible to call init() in the constructor of derived class. Doing so ensures the derived class is fully instantiated in case virtual method are called within init() itself.
◆ fitSliceToBackground
void qMRMLSliceWidget::fitSliceToBackground |
( |
| ) |
|
|
slot |
Fit slices to background.
◆ imageDataConnection()
Q_INVOKABLE vtkAlgorithmOutput* qMRMLSliceWidget::imageDataConnection |
( |
| ) |
const |
- See also
- qMRMLSliceControllerWidget::imageData()
-
setImageData();
◆ interactorStyle()
Q_INVOKABLE vtkInteractorObserver* qMRMLSliceWidget::interactorStyle |
( |
| ) |
const |
Returns the interactor style of the view A const vtkInteractorObserver pointer is returned as you shouldn't mess too much with it. If you do, be aware that you are probably unsynchronizing the view from the nodes/logics.
◆ mrmlSliceCompositeNode()
◆ mrmlSliceNode()
◆ nodeAboutToBeEdited
void qMRMLSliceWidget::nodeAboutToBeEdited |
( |
vtkMRMLNode * |
node | ) |
|
|
signal |
Signal emitted when editing of a node is requested from within the slice widget.
◆ overlayCornerAnnotation()
Q_INVOKABLE vtkCornerAnnotation* qMRMLSliceWidget::overlayCornerAnnotation |
( |
| ) |
const |
Return the overlay corner annotation of the view.
◆ setImageDataConnection
void qMRMLSliceWidget::setImageDataConnection |
( |
vtkAlgorithmOutput * |
newImageDataConnection | ) |
|
|
slot |
- See also
- qMRMLSliceControllerWidget::setImageData()
-
imageData()
◆ setMRMLScene
void qMRMLSliceWidget::setMRMLScene |
( |
vtkMRMLScene * |
newScene | ) |
|
|
overrideslot |
◆ setMRMLSliceNode
◆ setSliceLogics()
Q_INVOKABLE void qMRMLSliceWidget::setSliceLogics |
( |
vtkCollection * |
logics | ) |
|
◆ setSliceOrientation
void qMRMLSliceWidget::setSliceOrientation |
( |
const QString & |
orientation | ) |
|
|
slot |
◆ setSliceViewColor()
void qMRMLSliceWidget::setSliceViewColor |
( |
const QColor & |
newSliceViewColor | ) |
|
◆ setSliceViewLabel()
void qMRMLSliceWidget::setSliceViewLabel |
( |
const QString & |
newSliceViewLabel | ) |
|
◆ setSliceViewName()
void qMRMLSliceWidget::setSliceViewName |
( |
const QString & |
newSliceViewName | ) |
|
◆ showEvent()
void qMRMLSliceWidget::showEvent |
( |
QShowEvent * |
| ) |
|
|
overrideprotected |
◆ sliceController()
◆ sliceLogic()
◆ sliceOrientation()
Q_INVOKABLE QString qMRMLSliceWidget::sliceOrientation |
( |
| ) |
const |
◆ sliceView()
Get a reference to the underlying slice view. It is the widget that renders the view (contains vtkRenderWindow).
- See also
- sliceController()
◆ sliceViewColor()
QColor qMRMLSliceWidget::sliceViewColor |
( |
| ) |
const |
◆ sliceViewLabel()
QString qMRMLSliceWidget::sliceViewLabel |
( |
| ) |
const |
◆ sliceViewName()
QString qMRMLSliceWidget::sliceViewName |
( |
| ) |
const |
◆ d_ptr
QScopedPointer<qMRMLSliceWidgetPrivate> qMRMLSliceWidget::d_ptr |
|
protected |
The documentation for this class was generated from the following file: