Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Public Types | Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes
qMRMLLayoutWidget Class Reference

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

List of all members.

Public Types

typedef QWidget Superclass
 Superclass typedef.

Public Slots

void setLayout (int)
 Propagate to the layoutmanager.
void setMRMLScene (vtkMRMLScene *scene)
 Set the MRML scene to the layout manager.

Public Member Functions

int layout () const
 Utility function that returns the current layout of the layout manager.
qMRMLLayoutManagerlayoutManager () const
 Layout manager.
vtkMRMLScenemrmlScene () const
 Utility function that returns the mrml scene of the layout manager.
 qMRMLLayoutWidget (QWidget *widget)
 Constructors.
virtual ~qMRMLLayoutWidget ()

Protected Member Functions

 qMRMLLayoutWidget (qMRMLLayoutWidgetPrivate *obj, QWidget *widget)

Protected Attributes

QScopedPointer
< qMRMLLayoutWidgetPrivate > 
d_ptr

Detailed Description

Definition at line 37 of file qMRMLLayoutWidget.h.


Member Typedef Documentation

Superclass typedef.

Definition at line 42 of file qMRMLLayoutWidget.h.


Constructor & Destructor Documentation

qMRMLLayoutWidget::qMRMLLayoutWidget ( QWidget *  widget) [explicit]

Constructors.

virtual qMRMLLayoutWidget::~qMRMLLayoutWidget ( ) [virtual]
qMRMLLayoutWidget::qMRMLLayoutWidget ( qMRMLLayoutWidgetPrivate *  obj,
QWidget *  widget 
) [protected]

Member Function Documentation

int qMRMLLayoutWidget::layout ( ) const

Utility function that returns the current layout of the layout manager.

qMRMLLayoutManager* qMRMLLayoutWidget::layoutManager ( ) const

Layout manager.

vtkMRMLScene* qMRMLLayoutWidget::mrmlScene ( ) const

Utility function that returns the mrml scene of the layout manager.

void qMRMLLayoutWidget::setLayout ( int  ) [slot]

Propagate to the layoutmanager.

void qMRMLLayoutWidget::setMRMLScene ( vtkMRMLScene scene) [slot]

Set the MRML scene to the layout manager.


Member Data Documentation

QScopedPointer<qMRMLLayoutWidgetPrivate> qMRMLLayoutWidget::d_ptr [protected]

Definition at line 64 of file qMRMLLayoutWidget.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines