#include <Libs/MRML/Widgets/qMRMLChartViewControllerWidget.h>
qMRMLChartViewControllerWidget offers controls to a chart view (vtkMRMLChartViewNode and vtkMRMLChartNode). This controller allows for the content (data) and style (properties) of a chart to be defined.
Definition at line 37 of file qMRMLChartViewControllerWidget.h.
◆ Superclass
◆ qMRMLChartViewControllerWidget()
| qMRMLChartViewControllerWidget::qMRMLChartViewControllerWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~qMRMLChartViewControllerWidget()
| virtual qMRMLChartViewControllerWidget::~qMRMLChartViewControllerWidget |
( |
| ) |
|
|
virtual |
◆ editTitle
| void qMRMLChartViewControllerWidget::editTitle |
( |
| ) |
|
|
slot |
Show a popup to edit the title.
◆ editXAxisLabel
| void qMRMLChartViewControllerWidget::editXAxisLabel |
( |
| ) |
|
|
slot |
Show a popup to edit the label along the X-Axis.
◆ editYAxisLabel
| void qMRMLChartViewControllerWidget::editYAxisLabel |
( |
| ) |
|
|
slot |
Show a popup to edit the label along the Y-Axis.
◆ setChartView
| void qMRMLChartViewControllerWidget::setChartView |
( |
qMRMLChartView * |
ChartView | ) |
|
|
slot |
Set the ChartView with which this controller interacts.
◆ setMRMLChartViewNode
Set the ChartViewNode associated with this ChartViewController. ChartViewNodes are 1-to-1 with ChartViews
◆ setMRMLScene
| virtual void qMRMLChartViewControllerWidget::setMRMLScene |
( |
vtkMRMLScene * |
newScene | ) |
|
|
virtualslot |
◆ setTitle
| void qMRMLChartViewControllerWidget::setTitle |
( |
const QString & |
| ) |
|
|
slot |
◆ setViewLabel()
| void qMRMLChartViewControllerWidget::setViewLabel |
( |
const QString & |
newViewLabel | ) |
|
Set the label for the chart view (abbreviation for the view name)
◆ setXAxisLabel
| void qMRMLChartViewControllerWidget::setXAxisLabel |
( |
const QString & |
| ) |
|
|
slot |
◆ setYAxisLabel
| void qMRMLChartViewControllerWidget::setYAxisLabel |
( |
const QString & |
| ) |
|
|
slot |
◆ showGrid
| void qMRMLChartViewControllerWidget::showGrid |
( |
bool |
show | ) |
|
|
slot |
Control the display of a grid in the chart.
◆ showLegend
| void qMRMLChartViewControllerWidget::showLegend |
( |
bool |
show | ) |
|
|
slot |
Control the display of the legend in the chart.
◆ showLines
| void qMRMLChartViewControllerWidget::showLines |
( |
bool |
show | ) |
|
|
slot |
Control whether lines are displayed.
◆ showMarkers
| void qMRMLChartViewControllerWidget::showMarkers |
( |
bool |
show | ) |
|
|
slot |
Control whether point markers are displayed.
◆ showTitle
| void qMRMLChartViewControllerWidget::showTitle |
( |
bool |
show | ) |
|
|
slot |
Control the display of the title for the chart
- See also
- setTitle
◆ showXAxisLabel
| void qMRMLChartViewControllerWidget::showXAxisLabel |
( |
bool |
show | ) |
|
|
slot |
Conrtol the diplay of a label along the X-Axis
- See also
- setXAxisLabel
◆ showYAxisLabel
| void qMRMLChartViewControllerWidget::showYAxisLabel |
( |
bool |
show | ) |
|
|
slot |
Control the display of a label along the Y-AXis
- See also
- setYAxisLabel
◆ updateWidgetFromMRML
| void qMRMLChartViewControllerWidget::updateWidgetFromMRML |
( |
| ) |
|
|
protectedslot |
◆ viewLabel()
| QString qMRMLChartViewControllerWidget::viewLabel |
( |
| ) |
const |
Get the label for the view (abbreviation for the view name)
The documentation for this class was generated from the following file: