Public Member Functions | |
| def | __init__ |
| def | set_value |
| def | value |
Public Attributes | |
| container | |
| disp | |
| max_value | |
| min_value | |
| slider | |
| units | |
Private Member Functions | |
| def | _slider_to_units |
| def | _units_to_slider |
Definition at line 131 of file tool_utils.py.
| def rcommander.tool_utils.SliderBox.__init__ | ( | self, | |
| parent, | |||
| initial_value, | |||
| max_value, | |||
| min_value, | |||
| ticks, | |||
| name_preffix, | |||
units = '' |
|||
| ) |
Definition at line 133 of file tool_utils.py.
| def rcommander.tool_utils.SliderBox._slider_to_units | ( | self, | |
| value | |||
| ) | [private] |
Definition at line 175 of file tool_utils.py.
| def rcommander.tool_utils.SliderBox._units_to_slider | ( | self, | |
| value | |||
| ) | [private] |
Definition at line 178 of file tool_utils.py.
| def rcommander.tool_utils.SliderBox.set_value | ( | self, | |
| value | |||
| ) |
Definition at line 184 of file tool_utils.py.
| def rcommander.tool_utils.SliderBox.value | ( | self | ) |
Definition at line 181 of file tool_utils.py.
Definition at line 133 of file tool_utils.py.
Definition at line 133 of file tool_utils.py.
Definition at line 133 of file tool_utils.py.
Definition at line 133 of file tool_utils.py.
Definition at line 133 of file tool_utils.py.
Definition at line 133 of file tool_utils.py.