|
Isis 3.0 Programmer Reference
| Home |
#include <JigsawSetupDialog.h>


Public Slots | |
| void | slotTextChanged (const QString &text) |
| void | checkIsValid () |
Public Member Functions | |
| JigsawSetupDialog (Project *project, bool useLastSettings=true, bool readOnly=false, QWidget *parent=0) | |
| Control * | selectedControl () |
| QString * | selectedControlName () |
| BundleSettingsQsp | bundleSettings () |
Private Member Functions | |
| void | makeReadOnly () |
| void | fillFromSettings (BundleSettingsQsp settings) |
| void | showTargetAngleWidgets () |
| void | hideTargetAngleWidgets () |
Private Attributes | |
| Ui::JigsawSetupDialog * | m_ui |
| Project * | m_project |
2014-04-21 Ken Edmundson - Original version.
2014-07-16 Jeannie Backer - Use MaximumLikelihoodWFunctions static method to convert string to Model enum.
2014-07-23 Jeannie Backer - Added selectedControlName(). Commented out degree combo box enable calls.
2015-02-20 Jeannie Backer - Replaced BundleResults references with BundleSolutionInfo and BundleStatistics references with BundleResults due to class name changes.
2015-09-03 Jeannie Backer - Updated to be more compliant with ISIS coding standards. Changed condition of if-statements for QLineEdit::setText for the global a priori sigma variables from less than zero to !IsNullPixel for consistency with bundle classes.
2016-08-18 Jeannie Backer - Removed all references to deprecated solve methods SpeckialK and OldSparse. References #4162.
2016-08-25 Adam Paquette - Updated documentation. Fixes #4299.
Definition at line 41 of file JigsawSetupDialog.h.