Inherits from
- Editor: enthought.traits.ui.wx.editor.Editor
Attributes
- cur_high
High end of displayed range
cur_high = Float
- cur_low
Low end of displayed range
cur_low = Float
- high
High value for the slider range
high = Any(1)
- low
Low value for the slider range
low = Any(0)
- ui_changing
Flag indicating that the UI is in the process of being updated
ui_changing = Bool(False)
Inherited from base classes
Traits
Inherited from base classes
Method summary
- error(self, excp)
- get_error_control(self)
- increase_range(self, event)
- init(self, parent)
- init_range(self)
- reduce_range(self, event)
- update_editor(self)
- update_object_on_enter(self, event)
- update_object_on_scroll(self, event)
- update_range_ui(self)
Inherited from base classes
- __deepcopy__(self, memo)
- __getstate__(self)
- __init__(self, parent, **traits)
- __prefix_trait__(self, name, is_set)
- __reduce_ex__(self, protocol)
- __set_value(self, value)
- __setstate__(self, state, trait_change_notify = True)
- add_class_trait(cls, name, *trait)
- add_trait(self, name, *trait)
- add_trait_category(cls, category)
- add_trait_listener(self, object, prefix = '')
- all_trait_names(self)
- base_trait(self, name)
- class_default_traits_view(cls)
- class_editable_traits(cls)
- class_trait_names(cls, **metadata)
- class_trait_view(cls, name = None, view_element = None)
- class_trait_view_elements(cls)
- class_traits(cls, **metadata)
- clone_traits(self, traits = None, memo = None, copy = None, **metadata)
- configure_traits(self, filename = None, view = None, kind = None, edit = True, context = None, handler = None, id = '', scrollable = None, **args)
- copy_traits(self, other, traits = None, memo = None, copy = None, **metadata)
- copyable_trait_names(self, **metadata)
- default_traits_view(self)
- dispose(self)
- edit_traits(self, view = None, parent = None, kind = None, context = None, handler = None, id = '', scrollable = None, **args)
- editable_traits(self)
- get_undo_item(self, object, name, old_value, new_value)
- has_traits_interface(self, *interfaces)
- log_change(self, undo_factory, *undo_args)
- on_trait_change(self, handler, name = None, remove = False, dispatch = 'same', priority = False, deferred = False)
- parse_extended_name(self, name)
- prepare(self, parent)
- print_traits(self, show_help = False, **metadata)
- remove_trait(self, name)
- remove_trait_listener(self, object, prefix = '')
- reset_traits(self, traits = None, **metadata)
- restore_prefs(self, prefs)
- save_prefs(self)
- set_trait_dispatch_handler(cls, name, klass, override = False)
- string_value(self, value, format_func = None)
- sync_trait(self, trait_name, object, alias = None, mutual = True, remove = False)
- sync_value(self, user_name, editor_name, mode = 'both', is_list = False)
- trait(self, name, force = False, copy = False)
- trait_context(self)
- trait_get(self, *names, **metadata)
- trait_monitor(cls, handler, remove = False)
- trait_names(self, **metadata)
- trait_set(self, trait_change_notify = True, **traits)
- trait_setq(self, **traits)
- trait_subclasses(cls, all = False)
- trait_view(self, name = None, view_element = None)
- trait_view_elements(self)
- trait_views(self, klass = None)
- traits(self, **metadata)
- validate_trait(self, name, value)
Methods
- error(self, excp)
Handles an error that occurs while setting the object's trait value.
- get_error_control(self)
Returns the editor's control for indicating error status.
- increase_range(self, event)
Increased the extent of the displayed range.
- init(self, parent)
Finishes initializing the editor by creating the underlying toolkit widget.
- init_range(self)
Initializes the slider range controls.
- reduce_range(self, event)
Reduces the extent of the displayed range.
- update_editor(self)
Updates the editor when the object trait changes externally to the editor.
- update_object_on_enter(self, event)
Handles the user pressing the Enter key in the text field.
- update_object_on_scroll(self, event)
Handles the user changing the current slider value.
- update_range_ui(self)
Updates the slider range controls.