Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Base/QTGUI/qSlicerViewersToolBar.h>
Public Types | |
typedef QToolBar | Superclass |
Public Slots | |
void | setApplicationLogic (vtkSlicerApplicationLogic *logic) |
void | setMRMLScene (vtkMRMLScene *newScene) |
Public Member Functions | |
qSlicerViewersToolBar (const QString &title, QWidget *parent=nullptr) | |
qSlicerViewersToolBar (QWidget *parent=nullptr) | |
~qSlicerViewersToolBar () override | |
Protected Attributes | |
QScopedPointer< qSlicerViewersToolBarPrivate > | d_ptr |
qSlicerViewersToolBar is a toolbar that can be used to switch modes of the various viewers. For example, toggling frequently used modes like the Crosshair on the 2D Viewers.
Definition at line 40 of file qSlicerViewersToolBar.h.
typedef QToolBar qSlicerViewersToolBar::Superclass |
Definition at line 44 of file qSlicerViewersToolBar.h.
qSlicerViewersToolBar::qSlicerViewersToolBar | ( | const QString & | title, |
QWidget * | parent = nullptr |
||
) |
Constructor Title is the name of the toolbar (can appear using right click on the toolbar area)
qSlicerViewersToolBar::qSlicerViewersToolBar | ( | QWidget * | parent = nullptr | ) |
|
override |
|
slot |
|
slot |
|
protected |
Definition at line 59 of file qSlicerViewersToolBar.h.