#include <plot2DWidget.h>
Public Member Functions | |
QwtPlot * | getMainPlot () |
Get a pointer to the QwtPlot widget. | |
Plot2DWidget (QWidget *parent=0) | |
Custom constructor. |
This class implements the Plot2D widget using the ui_form generated by QtDesigner.
Plot2DWidget::Plot2DWidget | ( | QWidget * | parent = 0 |
) |
Custom constructor.
Uses the class generated by the user interface compiler to set up the Plot2DWidget containing the QwtPlot widget.
parent | pointer to the parent of the 2d plot widget. |
QwtPlot* Plot2DWidget::getMainPlot | ( | ) | [inline] |
Get a pointer to the QwtPlot widget.