Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Libs/MRML/Widgets/qMRMLNavigationView.h>
Public Types | |
typedef ctkVTKThumbnailView | Superclass |
Superclass typedef. More... | |
Public Slots | |
vtkMRMLViewNode * | mrmlViewNode () const |
void | setMRMLScene (vtkMRMLScene *newScene) |
Set the MRML scene that should be listened for events. More... | |
void | setMRMLViewNode (vtkMRMLViewNode *newViewNode) |
Set/Get viewNode. More... | |
Public Member Functions | |
qMRMLNavigationView (QWidget *parent=nullptr) | |
Constructors. More... | |
~qMRMLNavigationView () override | |
Protected Slots | |
void | updateFromMRMLScene () |
void | updateFromMRMLViewNode () |
Protected Attributes | |
QScopedPointer< qMRMLNavigationViewPrivate > | d_ptr |
Specialized ctkVTKThumbnailView that recomputes its bounds when the mrml scene is updated and changes its background color based on a mrml view node TODO: Add utility function setThreeDView to extract automatically the renderer, mrml scene and mrml view node.
Definition at line 38 of file qMRMLNavigationView.h.
typedef ctkVTKThumbnailView qMRMLNavigationView::Superclass |
Superclass typedef.
Definition at line 45 of file qMRMLNavigationView.h.
|
explicit |
Constructors.
|
override |
|
slot |
|
slot |
Set the MRML scene that should be listened for events.
|
slot |
Set/Get viewNode.
|
protectedslot |
|
protectedslot |
|
protected |
Definition at line 65 of file qMRMLNavigationView.h.