| 
    Isis 3.0
    
   | Home | 
Configure qmos Control Net Tool's movement arrows. More...
#include <MosaicControlNetToolMovementConfigDialog.h>
Inherits QDialog.
Public Slots | |
| void | applySettings () | 
| Apply the user's current settings to the tool.  More... | |
| void | readSettings () | 
| Read the tool's current settings and set the widget states to match.  More... | |
| void | refreshWidgetStates () | 
| Enables or disables widgets depending on the state of the tool.  More... | |
Public Member Functions | |
| MosaicControlNetToolMovementConfigDialog (MosaicControlNetTool *tool, QWidget *parent) | |
| Create a config dialog that configures the given MosaicControlNetTool.  More... | |
| ~MosaicControlNetToolMovementConfigDialog () | |
| Clean up allocated memory.  More... | |
Configure qmos Control Net Tool's movement arrows.
This allows a user to configure the qmos Control Net Tool's movement arrows. These are the arrows that go from the A Priori surface point to the Adjusted surface point.
| Isis::MosaicControlNetToolMovementConfigDialog::MosaicControlNetToolMovementConfigDialog | ( | MosaicControlNetTool * | tool, | 
| QWidget * | parent | ||
| ) | 
Create a config dialog that configures the given MosaicControlNetTool.
| tool | The tool to read settings from and write settings to. | 
| parent | The qt-parent relationship parent. | 
References applySettings(), Isis::MosaicControlNetTool::MeasureCount, Isis::MosaicControlNetTool::NoColor, readSettings(), refreshWidgetStates(), and Isis::MosaicControlNetTool::ResidualMagnitude.
| Isis::MosaicControlNetToolMovementConfigDialog::~MosaicControlNetToolMovementConfigDialog | ( | ) | 
Clean up allocated memory.
      
  | 
  slot | 
Apply the user's current settings to the tool.
References Isis::MosaicControlNetTool::NoMovement, Isis::Null, readSettings(), Isis::toDouble(), and Isis::toInt().
Referenced by MosaicControlNetToolMovementConfigDialog().
      
  | 
  slot | 
Read the tool's current settings and set the widget states to match.
References Isis::MosaicControlNetTool::NoMovement, Isis::Null, refreshWidgetStates(), and Isis::toString().
Referenced by applySettings(), and MosaicControlNetToolMovementConfigDialog().
      
  | 
  slot | 
Enables or disables widgets depending on the state of the tool.
References Isis::MosaicControlNetTool::MeasureCount, Isis::MosaicControlNetTool::NoColor, Isis::MosaicControlNetTool::ResidualMagnitude, and Isis::toInt().
Referenced by MosaicControlNetToolMovementConfigDialog(), and readSettings().