#include <mpeModule.h>

Public Member Functions | |
| void | loadUiDataXML (QDomDocument *) |
| Load data into the user interface from an xml file. | |
| MPEModule (QWidget *parent=0) | |
| Custom constructor. | |
| void | saveUiDataXML (QDomDocument *) |
| Save data from the user interface into an xml file. | |
| 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 missile performance estimator.
| MPEModule::MPEModule | ( | QWidget * | parent = 0 |
) |
Custom constructor.
Instatiate the class with a pointer to a parent widget
| parent | pointer to parent widget |
| void MPEModule::loadUiDataXML | ( | QDomDocument * | doc | ) |
Load data into the user interface from an xml file.
| doc | pointer to the QDomDocument used to load the data |
| void MPEModule::saveUiDataXML | ( | QDomDocument * | doc | ) |
Save data from the user interface into an xml file.
| doc | pointer to the QDomDocument used to save the data |
| void MPEModule::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 |
1.5.5