Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
This is the complete list of members for QmitkChartWidget, including all inherited members.
AddChartExampleData(const std::vector< std::pair< double, double > > &data2D, const std::string &label, const std::string &type, const std::string &color, const std::string &style, const std::string &pieLabelsData=0) | QmitkChartWidget | |
AddData1D(const std::vector< double > &data1D, const std::string &label, ChartType chartType=ChartType::bar) | QmitkChartWidget | |
AddData2D(const std::vector< std::pair< double, double > > &data2D, const std::string &label, ChartType chartType=ChartType::bar) | QmitkChartWidget | |
AxisScale enum name | QmitkChartWidget | |
ChartColor enum name | QmitkChartWidget | |
ChartType enum name | QmitkChartWidget | |
Clear() | QmitkChartWidget | |
ColorTheme enum name | QmitkChartWidget | |
GetDataElementByLabel(const std::string &label) const | QmitkChartWidget | |
LegendPosition enum name | QmitkChartWidget | |
LineStyle enum name | QmitkChartWidget | |
MarkerSymbol enum name | QmitkChartWidget | |
OnLoadFinished(bool isLoadSuccessful) | QmitkChartWidget | slot |
OnPageSuccessfullyLoaded() | QmitkChartWidget | slot |
PageSuccessfullyLoaded() | QmitkChartWidget | signal |
QmitkChartWidget(QWidget *parent=nullptr) | QmitkChartWidget | explicit |
QmitkChartWidget(QWidget *parent, bool unitTest) | QmitkChartWidget | explicit |
Reload() | QmitkChartWidget | |
RemoveData(const std::string &label) | QmitkChartWidget | |
SavePlotAsImage() | QmitkChartWidget | |
SetChartType(const std::string &label, ChartType type) | QmitkChartWidget | |
SetColor(const std::string &label, const std::string &colorName) | QmitkChartWidget | |
SetLegendPosition(LegendPosition position) | QmitkChartWidget | |
SetLineStyle(const std::string &label, LineStyle style) | QmitkChartWidget | |
SetMarkerSymbol(const std::string &label, MarkerSymbol symbol) | QmitkChartWidget | |
SetMinMaxValueXView(double minValueX, double maxValueX) | QmitkChartWidget | |
SetMinMaxValueYView(double minValueY, double maxValueY) | QmitkChartWidget | |
SetPieLabels(const std::vector< std::string > &pieLabels, const std::string &label) | QmitkChartWidget | |
SetShowDataPoints(bool showDataPoints) | QmitkChartWidget | |
SetShowErrorBars(bool showErrorBars) | QmitkChartWidget | |
SetShowLegend(bool show) | QmitkChartWidget | |
SetShowSubchart(bool showSubChart) | QmitkChartWidget | |
SetStackedData(bool stacked) | QmitkChartWidget | |
SetTheme(ColorTheme themeEnabled) | QmitkChartWidget | |
SetTitle(const std::string &title) | QmitkChartWidget | |
SetXAxisLabel(const std::string &label) | QmitkChartWidget | |
SetXErrorBars(const std::string &label, const std::vector< double > &errorPlus, const std::vector< double > &errorMinus=std::vector< double >()) | QmitkChartWidget | |
SetYAxisLabel(const std::string &label) | QmitkChartWidget | |
SetYAxisScale(AxisScale scale) | QmitkChartWidget | |
SetYErrorBars(const std::string &label, const std::vector< double > &errorPlus, const std::vector< double > &errorMinus=std::vector< double >()) | QmitkChartWidget | |
Show(bool showSubChart=false) | QmitkChartWidget | |
sizeHint() const override | QmitkChartWidget | |
UpdateChartExampleData(const std::vector< std::pair< double, double > > &data2D, const std::string &label, const std::string &type, const std::string &color, const std::string &lineStyle, const std::string &pieLabelsData=0) | QmitkChartWidget | |
UpdateData1D(const std::vector< double > &data1D, const std::string &label) | QmitkChartWidget | |
UpdateData2D(const std::vector< std::pair< double, double > > &data2D, const std::string &label) | QmitkChartWidget | |
UpdateLabel(const std::string &existingLabel, const std::string &newLabel) | QmitkChartWidget | |
~QmitkChartWidget() override | QmitkChartWidget |