#include <testModule.h>
Public Member Functions | |
void | setPlotWidget (QwtPlot *plot) |
Set the plot widget. | |
TestModule (QWidget *parent=0) | |
Custom constructor. |
This class implements the code generatad from the ui_forms by the Qt user interface compiler.
TestModule::TestModule | ( | QWidget * | parent = 0 |
) |
Custom constructor.
Instatiate the class with a pointer to a parent widget
parent | pointer to parent widget |
void TestModule::setPlotWidget | ( | QwtPlot * | plot | ) | [inline] |
Set the plot widget.
This method is passed a pointer to a QwtPlot widget to use for plotting its results.
plot | pointer to the plotting widget |