#include <Libs/MRML/Widgets/qMRMLPlotViewControllerWidget.h>
qMRMLPlotViewControllerWidget offers controls to a Plot view (vtkMRMLPlotChartNode and vtkMRMLPlotDataNode). This controller allows for the content (data) and style (properties) of a plot to be defined.
Definition at line 39 of file qMRMLPlotViewControllerWidget.h.
◆ Superclass
◆ qMRMLPlotViewControllerWidget()
qMRMLPlotViewControllerWidget::qMRMLPlotViewControllerWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~qMRMLPlotViewControllerWidget()
virtual qMRMLPlotViewControllerWidget::~qMRMLPlotViewControllerWidget |
( |
| ) |
|
|
virtual |
◆ editTitle
void qMRMLPlotViewControllerWidget::editTitle |
( |
| ) |
|
|
slot |
Show a popup to edit the title.
◆ editXAxisLabel
void qMRMLPlotViewControllerWidget::editXAxisLabel |
( |
| ) |
|
|
slot |
Show a popup to edit the label along the X-Axis.
◆ editYAxisLabel
void qMRMLPlotViewControllerWidget::editYAxisLabel |
( |
| ) |
|
|
slot |
Show a popup to edit the label along the Y-Axis.
◆ fitPlotToAxes
void qMRMLPlotViewControllerWidget::fitPlotToAxes |
( |
| ) |
|
|
slot |
Adjust the chart viewer's field of view to match the extent of the chart axes.
◆ setMRMLPlotViewNode
Set the PlotViewNode associated with this PlotViewController. PlotViewNodes are 1-to-1 with PlotViews
◆ setMRMLScene
virtual void qMRMLPlotViewControllerWidget::setMRMLScene |
( |
vtkMRMLScene * |
newScene | ) |
|
|
virtualslot |
◆ setPlotView
void qMRMLPlotViewControllerWidget::setPlotView |
( |
qMRMLPlotView * |
PlotView | ) |
|
|
slot |
Set the PlotView with which this controller interacts.
◆ setTitle
void qMRMLPlotViewControllerWidget::setTitle |
( |
const QString & |
str | ) |
|
|
slot |
◆ setViewLabel()
void qMRMLPlotViewControllerWidget::setViewLabel |
( |
const QString & |
newViewLabel | ) |
|
Set the label for the Plot view (abbreviation for the view name).
◆ setXAxisLabel
void qMRMLPlotViewControllerWidget::setXAxisLabel |
( |
const QString & |
str | ) |
|
|
slot |
◆ setYAxisLabel
void qMRMLPlotViewControllerWidget::setYAxisLabel |
( |
const QString & |
str | ) |
|
|
slot |
◆ showGrid
void qMRMLPlotViewControllerWidget::showGrid |
( |
bool |
show | ) |
|
|
slot |
Control the display of a grid in the chart.
◆ showLegend
void qMRMLPlotViewControllerWidget::showLegend |
( |
bool |
show | ) |
|
|
slot |
Control the display of the legend in the chart.
◆ showTitle
void qMRMLPlotViewControllerWidget::showTitle |
( |
bool |
show | ) |
|
|
slot |
Control the display of the title for the chart.
- See also
- setTitle
◆ showXAxisLabel
void qMRMLPlotViewControllerWidget::showXAxisLabel |
( |
bool |
show | ) |
|
|
slot |
Conrtol the diplay of a label along the X-Axis.
- See also
- setXAxisLabel
◆ showYAxisLabel
void qMRMLPlotViewControllerWidget::showYAxisLabel |
( |
bool |
show | ) |
|
|
slot |
Control the display of a label along the Y-AXis.
- See also
- setYAxisLabel
◆ updateWidgetFromMRML
void qMRMLPlotViewControllerWidget::updateWidgetFromMRML |
( |
| ) |
|
|
protectedslot |
◆ viewLabel()
QString qMRMLPlotViewControllerWidget::viewLabel |
( |
| ) |
const |
Get the label for the view (abbreviation for the view name).
The documentation for this class was generated from the following file: