Go to the documentation of this file.
   27 #ifndef SMESHGUI_SPINBOX_H 
   28 #define SMESHGUI_SPINBOX_H 
   34 #include <SalomeApp_DoubleSpinBox.h> 
   36 #define COORD_MIN -1e+15 
   37 #define COORD_MAX +1e+15 
   38 #define DBL_DIGITS_DISPLAY 14 
   41 class QDoubleValidator;
 
   55   void       RangeStepAndValidator( 
double         = -1000000.0,
 
   58                                     const char*    = 
"length_precision" );
 
   60   double            GetValue() 
const;
 
   62   QLineEdit*        editor() 
const;
 
   65   void              SetStep( 
double );
 
   68 #endif // SMESHGUI_SPINBOX_H