#include <apeModule.h>
Public Member Functions | |
APEModule (QWidget *parent=0) | |
Custom constructor. | |
void | setPlotWidget (QwtPlot *plot) |
Set the plot widget. |
This class implements the code generatad from the ui_forms by the Qt user interface compiler. This class implements the GUI's for all tools in the aircraft performance estimator.
APEModule::APEModule | ( | QWidget * | parent = 0 |
) |
Custom constructor.
Instatiate the class with a pointer to a parent widget
parent | pointer to parent widget |
void APEModule::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 |