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
qMRMLSceneViewMenu Class Reference

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

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

Public Types

typedef QMenu Superclass
 Superclass typedef. More...
 

Properties

QString NoSceneViewText
 

Public Slots

virtual void setMRMLScene (vtkMRMLScene *scene)
 Set the MRML scene associated with the widget. More...
 

Signals

void mrmlSceneChanged (vtkMRMLScene *)
 

Public Member Functions

vtkMRMLScenemrmlScene () const
 Return a pointer on the current MRML scene. More...
 
QString noSceneViewText () const
 This property holds the menu's text displayed when there are no scene views. More...
 
 qMRMLSceneViewMenu (QWidget *newParent=nullptr)
 Constructors. More...
 
void setNoSceneViewText (const QString &newText)
 
 ~qMRMLSceneViewMenu () override
 

Protected Attributes

QScopedPointer< qMRMLSceneViewMenuPrivate > d_ptr
 

Detailed Description

Definition at line 36 of file qMRMLSceneViewMenu.h.

Member Typedef Documentation

◆ Superclass

Superclass typedef.

Definition at line 43 of file qMRMLSceneViewMenu.h.

Property Documentation

◆ NoSceneViewText

QString qMRMLSceneViewMenu::NoSceneViewText
readwrite

Definition at line 40 of file qMRMLSceneViewMenu.h.

Constructor & Destructor Documentation

◆ qMRMLSceneViewMenu()

qMRMLSceneViewMenu::qMRMLSceneViewMenu ( QWidget *  newParent = nullptr)
explicit

Constructors.

◆ ~qMRMLSceneViewMenu()

qMRMLSceneViewMenu::~qMRMLSceneViewMenu ( )
override

Member Function Documentation

◆ mrmlScene()

vtkMRMLScene* qMRMLSceneViewMenu::mrmlScene ( ) const

Return a pointer on the current MRML scene.

◆ mrmlSceneChanged

void qMRMLSceneViewMenu::mrmlSceneChanged ( vtkMRMLScene )
signal

◆ noSceneViewText()

QString qMRMLSceneViewMenu::noSceneViewText ( ) const

This property holds the menu's text displayed when there are no scene views.

◆ setMRMLScene

virtual void qMRMLSceneViewMenu::setMRMLScene ( vtkMRMLScene scene)
virtualslot

Set the MRML scene associated with the widget.

◆ setNoSceneViewText()

void qMRMLSceneViewMenu::setNoSceneViewText ( const QString &  newText)

Member Data Documentation

◆ d_ptr

QScopedPointer<qMRMLSceneViewMenuPrivate> qMRMLSceneViewMenu::d_ptr
protected

Definition at line 65 of file qMRMLSceneViewMenu.h.


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