Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkPlotDialog.h>
Public Member Functions | |
QmitkPlotDialog (const char *title, QWidget *parent=nullptr, const char *name=nullptr) | |
virtual | ~QmitkPlotDialog () |
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 47 of file QmitkPlotDialog.h.
QmitkPlotDialog::QmitkPlotDialog | ( | const char * | title, |
QWidget * | parent = nullptr , |
||
const char * | name = nullptr |
||
) |
Standard qt constructor
Definition at line 22 of file QmitkPlotDialog.cpp.
References m_CloseDialogButton, and m_Plot.
|
virtual |
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 37 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 42 of file QmitkPlotDialog.cpp.
References QmitkPlotWidget::GetPlot(), and m_Plot.
|
protected |
Definition at line 75 of file QmitkPlotDialog.h.
Referenced by QmitkPlotDialog().
|
protected |
Definition at line 73 of file QmitkPlotDialog.h.
Referenced by GetPlot(), GetQwtPlot(), QmitkPlotDialog(), and ~QmitkPlotDialog().