21 #ifndef __qMRMLCaptureToolBar_h 22 #define __qMRMLCaptureToolBar_h 31 #include <ctkVTKObject.h> 36 #include "qMRMLWidgetsExport.h" 38 class qMRMLCaptureToolBarPrivate;
48 Q_PROPERTY(
bool popupsTimeOut READ popupsTimeOut WRITE setPopupsTimeOut)
60 bool popupsTimeOut()
const;
64 void setActiveMRMLThreeDViewNode(
vtkMRMLViewNode * newActiveMRMLThreeDViewNode);
68 void setPopupsTimeOut(
bool flag);
71 void screenshotButtonClicked();
72 void sceneViewButtonClicked();
76 QScopedPointer<qMRMLCaptureToolBarPrivate>
d_ptr;
A set of MRML Nodes that supports serialization and undo/redo.
MRML node to represent a 3D view.
Abstract Superclass for all specific types of MRML nodes.