예제 #1
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_manufacturer.hasAcceptableInput() and \
         self._txt_model.hasAcceptableInput() and \
         self._txt_serial_number.hasAcceptableInput() and \
         self._txt_measurement_unit.hasAcceptableInput() and \
         self._txt_elevation.hasAcceptableInput() and \
         self._txt_azimuth.hasAcceptableInput() and \
         self._txt_distance.hasAcceptableInput() and \
         self._txt_area.hasAcceptableInput() and \
         self._txt_solid_angle.hasAcceptableInput() and \
         self._txt_semi_angle.hasAcceptableInput() and \
         self._txt_temperature.hasAcceptableInput()
예제 #2
0
파일: region.py 프로젝트: pyhmsa/pyhmsa-gui
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_start_channel.hasAcceptableInput() and \
         self._txt_end_channel.hasAcceptableInput()
예제 #3
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_dwell_time.hasAcceptableInput() and \
         self._txt_total_time.hasAcceptableInput() and \
         self._txt_dwell_time_live.hasAcceptableInput()
예제 #4
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self)
예제 #5
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_quantity.hasAcceptableInput() and \
         self._txt_unit.hasAcceptableInput()
예제 #6
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_manufacturer.hasAcceptableInput() and \
         self._txt_model.hasAcceptableInput() and \
         self._txt_serial_number.hasAcceptableInput()