Package IDAscope :: Package idascope :: Package widgets :: Module BoundsEditor :: Class BoundsEditor
[hide private]
[frames] | no frames]

Class BoundsEditor

source code

PySide.QtGui.QWidget --+
                       |
                      BoundsEditor

Custom widget consisting of a QLineEdit, a custom double slider and another QLineEdit.

Instance Methods [hide private]
 
__init__(self, name, min, max, low, high, is_float=True) source code
 
update_low_on_enter(self) source code
 
update_high_on_enter(self) source code
 
update_object_on_scroll(self, pos) source code
 
update_editor(self) source code
 
_check_max_and_min(self) source code
 
_step_size(self) source code
 
_convert_from_slider(self, slider_val) source code
 
_convert_to_slider(self, value) source code
 
_low_changed(self, low) source code
 
_high_changed(self, high) source code
 
mouseReleaseEvent(self, event) source code
Class Variables [hide private]
  boundsChanged = QtCore.Signal()