  | 
  
    Isis Developer Reference
    
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef MosaicControlNetToolMovementConfigDialog_h 
    2 #define MosaicControlNetToolMovementConfigDialog_h 
   15   class MosaicControlNetTool;
 
   44       QPointer<MosaicControlNetTool> m_tool;
 
   47       QPointer<QCheckBox> m_showMovementCheckBox;
 
   49       QPointer<QComboBox> m_colorSourceComboBox;
 
   51       QPointer<QLabel> m_brightestMeasureCountValueLabel;
 
   53       QPointer<QLineEdit> m_brightestMeasureCountValueLineEdit;
 
   55       QPointer<QLabel> m_brightestResidualMagValueLabel;
 
   57       QPointer<QLineEdit> m_brightestResidualMagValueLineEdit;
 
   60       QPointer<QPushButton> m_okayButton;
 
   62       QPointer<QPushButton> m_applyButton;
 
 
 
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
 
int toInt(const QString &string)
Global function to convert from a string to an integer.
Definition: IString.cpp:93
 
const double Null
Value for an Isis Null pixel.
Definition: SpecialPixel.h:95
 
double toDouble(const QString &string)
Global function to convert from a string to a double.
Definition: IString.cpp:149
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16