MPEModule Class Reference
[Missile Performance Estimator]

Missile Performance Estimator Module. More...

#include <mpeModule.h>

Collaboration diagram for MPEModule:

Collaboration graph
[legend]

List of all members.

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.


Detailed Description

Missile Performance Estimator Module.

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.


Constructor & Destructor Documentation

MPEModule::MPEModule ( QWidget *  parent = 0  ) 

Custom constructor.

Instatiate the class with a pointer to a parent widget

Parameters:
parent pointer to parent widget


Member Function Documentation

void MPEModule::loadUiDataXML ( QDomDocument *  doc  ) 

Load data into the user interface from an xml file.

Parameters:
doc pointer to the QDomDocument used to load the data

Todo:
Test for document type.

void MPEModule::saveUiDataXML ( QDomDocument *  doc  ) 

Save data from the user interface into an xml file.

Parameters:
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.

Parameters:
plot pointer to the plotting widget


Generated on Mon Feb 23 16:42:01 2009 for Dragon Wings by  doxygen 1.5.5