#include <sketcherModule.h>
Public Member Functions | |
void | loadUiDataXML (QDomDocument *) |
Load data into the user interface from an xml file. | |
void | saveUiDataXML (QDomDocument *) |
Save data from the user interface into an xml file. | |
void | setPlotWidget (QwtPlot *plot) |
Set the plot widget. | |
SketcherModule (QWidget *parent=0) | |
Custom constructor. |
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 sketchers.
SketcherModule::SketcherModule | ( | QWidget * | parent = 0 |
) |
Custom constructor.
Instatiate the class with a pointer to a parent widget
parent | pointer to parent widget |
void SketcherModule::loadUiDataXML | ( | QDomDocument * | doc | ) |
Load data into the user interface from an xml file.
doc | pointer to the QDomDocument used to load the data |
void SketcherModule::saveUiDataXML | ( | QDomDocument * | doc | ) |
Save data from the user interface into an xml file.
doc | pointer to the QDomDocument used to save the data |
void SketcherModule::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 |