|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkPlotDialog.h>


Public Member Functions | |
| QmitkPlotDialog (const char *title, QWidget *parent=nullptr, const char *name=nullptr) | |
| ~QmitkPlotDialog () override | |
| QmitkPlotWidget * | GetPlot () |
| QwtPlot * | GetQwtPlot () |
Protected Attributes | |
| QmitkPlotWidget * | m_Plot |
| QPushButton * | m_CloseDialogButton |
Provides a GUI interface for plotting curves using QmitkPlotWidget. Designed for qwt version 5.1.1. To plot data do the following:
Definition at line 43 of file QmitkPlotDialog.h.
| QmitkPlotDialog::QmitkPlotDialog | ( | const char * | title, |
| QWidget * | parent = nullptr, |
||
| const char * | name = nullptr |
||
| ) |
Standard qt constructor
Definition at line 18 of file QmitkPlotDialog.cpp.
References m_CloseDialogButton, and m_Plot.
|
override |
| QmitkPlotWidget * QmitkPlotDialog::GetPlot | ( | ) |
Returns the instance of the QmitkPlotWidget. This may be used to modify any detail of the appearance of the plot.
Definition at line 33 of file QmitkPlotDialog.cpp.
References m_Plot.
| QwtPlot * QmitkPlotDialog::GetQwtPlot | ( | ) |
Returns the instance of the plot-widget. This may be used to modify any detail of the appearance of the plot.
Definition at line 38 of file QmitkPlotDialog.cpp.
References QmitkPlotWidget::GetPlot(), and m_Plot.
|
protected |
Definition at line 71 of file QmitkPlotDialog.h.
Referenced by QmitkPlotDialog().
|
protected |
Definition at line 69 of file QmitkPlotDialog.h.
Referenced by GetPlot(), GetQwtPlot(), QmitkPlotDialog(), and ~QmitkPlotDialog().