21 #ifndef __qMRMLViewControllerBar_h 22 #define __qMRMLViewControllerBar_h 30 #include <ctkVTKObject.h> 34 #include "qMRMLWidgetsExport.h" 35 class qMRMLViewControllerBarPrivate;
77 Q_INVOKABLE
void setLayoutBehavior(LayoutBehavior behavior);
82 Q_INVOKABLE QLayout* barLayout();
87 Q_INVOKABLE QWidget* barWidget();
90 Q_INVOKABLE QToolButton* pinButton();
93 Q_INVOKABLE QLabel* viewLabel();
99 virtual void updateWidgetFromMRMLView();
102 QScopedPointer<qMRMLViewControllerBarPrivate>
d_ptr;
QScopedPointer< qMRMLViewControllerBarPrivate > d_ptr
Abstract MRML node to represent a view. The class holds the properties common to any view type (3D...
qMRMLWidget Superclass
Superclass typedef.