Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Properties | Public Slots | Signals | Public Member Functions | Protected Attributes
qMRMLCaptureToolBar Class Reference

#include <Libs/MRML/Widgets/qMRMLCaptureToolBar.h>

Inheritance diagram for qMRMLCaptureToolBar:
Inheritance graph
[legend]
Collaboration diagram for qMRMLCaptureToolBar:
Collaboration graph
[legend]

Public Types

typedef QToolBar Superclass
 

Properties

bool popupsTimeOut
 

Public Slots

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 43 of file qMRMLCaptureToolBar.h.

Member Typedef Documentation

◆ Superclass

Definition at line 51 of file qMRMLCaptureToolBar.h.

Property Documentation

◆ popupsTimeOut

bool qMRMLCaptureToolBar::popupsTimeOut
readwrite

Definition at line 48 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

◆ 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 76 of file qMRMLCaptureToolBar.h.


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