Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
qMRMLCaptureToolBar Class Reference

#include <Modules/Loadable/SceneViews/GUI/qMRMLCaptureToolBar.h>

Inheritance diagram for qMRMLCaptureToolBar:
Collaboration diagram for qMRMLCaptureToolBar:

Public Types

typedef QToolBar Superclass
 

Properties

QVTK_OBJECTbool popupsTimeOut
 

Public Slots

void OnMRMLSceneEndBatchProcessing ()
 
void OnMRMLSceneStartBatchProcessing ()
 
void setActiveMRMLThreeDViewNode (vtkMRMLViewNode *newActiveMRMLThreeDViewNode)
 
virtual void setMRMLScene (vtkMRMLScene *newScene)
 
void setPopupsTimeOut (bool flag)
 

Signals

void mrmlSceneChanged (vtkMRMLScene *)
 
void sceneViewButtonClicked ()
 
void screenshotButtonClicked ()
 

Public Member Functions

bool popupsTimeOut () const
 
 qMRMLCaptureToolBar (const QString &title, QWidget *parent=nullptr)
 
 qMRMLCaptureToolBar (QWidget *parent=nullptr)
 
 ~qMRMLCaptureToolBar () override
 

Protected Attributes

QScopedPointer< qMRMLCaptureToolBarPrivate > d_ptr
 

Detailed Description

Definition at line 46 of file qMRMLCaptureToolBar.h.

Member Typedef Documentation

◆ Superclass

Definition at line 54 of file qMRMLCaptureToolBar.h.

Property Documentation

◆ popupsTimeOut

QVTK_OBJECTbool qMRMLCaptureToolBar::popupsTimeOut
readwrite

Definition at line 51 of file qMRMLCaptureToolBar.h.

Constructor & Destructor Documentation

◆ qMRMLCaptureToolBar() [1/2]

qMRMLCaptureToolBar::qMRMLCaptureToolBar ( const QString & title,
QWidget * parent = nullptr )

Constructor Title is the name of the toolbar (can appear using right click on the toolbar area)

◆ qMRMLCaptureToolBar() [2/2]

qMRMLCaptureToolBar::qMRMLCaptureToolBar ( QWidget * parent = nullptr)

◆ ~qMRMLCaptureToolBar()

qMRMLCaptureToolBar::~qMRMLCaptureToolBar ( )
override

Member Function Documentation

◆ mrmlSceneChanged

void qMRMLCaptureToolBar::mrmlSceneChanged ( vtkMRMLScene * )
signal

◆ OnMRMLSceneEndBatchProcessing

void qMRMLCaptureToolBar::OnMRMLSceneEndBatchProcessing ( )
slot

◆ OnMRMLSceneStartBatchProcessing

void qMRMLCaptureToolBar::OnMRMLSceneStartBatchProcessing ( )
slot

◆ popupsTimeOut()

bool qMRMLCaptureToolBar::popupsTimeOut ( ) const

◆ sceneViewButtonClicked

void qMRMLCaptureToolBar::sceneViewButtonClicked ( )
signal

◆ screenshotButtonClicked

void qMRMLCaptureToolBar::screenshotButtonClicked ( )
signal

◆ setActiveMRMLThreeDViewNode

void qMRMLCaptureToolBar::setActiveMRMLThreeDViewNode ( vtkMRMLViewNode * newActiveMRMLThreeDViewNode)
slot

◆ setMRMLScene

virtual void qMRMLCaptureToolBar::setMRMLScene ( vtkMRMLScene * newScene)
virtualslot

◆ setPopupsTimeOut

void qMRMLCaptureToolBar::setPopupsTimeOut ( bool flag)
slot

Set flag to time out pop ups, set from the qSlicerAppMainWindow according to the AA_EnableTesting attribute

Member Data Documentation

◆ d_ptr

QScopedPointer<qMRMLCaptureToolBarPrivate> qMRMLCaptureToolBar::d_ptr
protected

Definition at line 82 of file qMRMLCaptureToolBar.h.


The documentation for this class was generated from the following file: