SGSolve
|
A widget for setting parameters of the algorithm. More...
#include <sgplotsettingshandler.hpp>
Signals | |
void | closePlotSettingsHandler () |
Signals to SGSolutionHandler to delete this widget. | |
void | restoreDefaultSignal () |
Signals all of the edits and check boxes to reset to default values. | |
Public Member Functions | |
SGPlotSettingsHandler (QWidget *parent, SGPlotSettings *_plotSettings) | |
Constructor. | |
virtual | ~SGPlotSettingsHandler () |
Destructor. | |
Private Slots | |
void | closeWindow () |
Closes the window by sending signal to SGSolutionHandler. | |
void | restoreDefaults () |
Private Attributes | |
SGPlotSettings * | plotSettings |
Pointer to the associated SGEnv object. | |
A widget for setting parameters of the algorithm.
This widget is created from the Tools->Settings menu in the main SGViewer window, and it allows for the editing of algorithm parameters in the SGEnv object that is used for the computation. It uses edits that are derived from the QLineEdit and QCheckBox, one for each parameter, that directly synchronize the entered values with those in the associated SGEnv.
|
inlineprivateslot |
Restores default parameter values in the SGEnv object and signals edits/boxes to reset.
Signals all of the edits and check boxes to reset to default values.