#include <Libs/MRML/Widgets/qMRMLAbstractViewWidget.h>
Definition at line 37 of file qMRMLAbstractViewWidget.h.
◆ Superclass
◆ viewColor
QColor qMRMLAbstractViewWidget::viewColor |
|
readwrite |
◆ viewLabel
QString qMRMLAbstractViewWidget::viewLabel |
|
readwrite |
◆ qMRMLAbstractViewWidget()
qMRMLAbstractViewWidget::qMRMLAbstractViewWidget |
( |
QWidget * | parent = nullptr | ) |
|
|
explicit |
◆ ~qMRMLAbstractViewWidget()
qMRMLAbstractViewWidget::~qMRMLAbstractViewWidget |
( |
| ) |
|
|
overridedefault |
◆ controllerWidget()
◆ logic()
◆ mrmlAbstractViewNode()
◆ pauseRender
virtual void qMRMLAbstractViewWidget::pauseRender |
( |
| ) |
|
|
virtualslot |
Increments the pause render count
- See also
- setPauseRender()
◆ resumeRender
virtual void qMRMLAbstractViewWidget::resumeRender |
( |
| ) |
|
|
virtualslot |
De-increments the pause render count and calls scheduleRender() if one is currently pending
- See also
- setPauseRender()
◆ setMRMLAbstractViewNode
Set the current viewNode to observe.
◆ setRenderPaused
virtual void qMRMLAbstractViewWidget::setRenderPaused |
( |
bool | pause | ) |
|
|
virtualslot |
◆ setViewColor()
virtual Q_INVOKABLE void qMRMLAbstractViewWidget::setViewColor |
( |
const QColor & | newViewColor | ) |
|
|
virtual |
Set the color displayed in the controlled widget.
- See also
- viewColor()
◆ setViewLabel()
virtual Q_INVOKABLE void qMRMLAbstractViewWidget::setViewLabel |
( |
const QString & | newViewLabel | ) |
|
|
virtual |
Set the text displayed in the controlled widget label.
- See also
- viewLabel()
◆ viewColor()
virtual Q_INVOKABLE QColor qMRMLAbstractViewWidget::viewColor |
( |
| ) |
const |
|
virtual |
Get the color displayed in the controlled widget.
- See also
- setViewColor()
◆ viewLabel()
virtual Q_INVOKABLE QString qMRMLAbstractViewWidget::viewLabel |
( |
| ) |
const |
|
virtual |
Get the text displayed in the controlled widget label.
- See also
- setViewLabel()
◆ viewWidget()
virtual Q_INVOKABLE QWidget * qMRMLAbstractViewWidget::viewWidget |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: