_Framework.SlideComponent (runtime)¶
Live 12 — Live Object Model & framework reference (descriptions and signatures).
Functions¶
clamp(val, minv, maxv)¶
subject_slot(events, *a, **k)¶
Classes¶
class CompoundComponent(ControlSurfaceComponent)¶
class ScrollComponent(ControlSurfaceComponent, Scrollable)¶
class Scrollable¶
Methods¶
__init__(self, /, *args, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
can_scroll_down(self)¶
can_scroll_up(self)¶
scroll_down(self)¶
scroll_up(self)¶
class SlideComponent(CompoundComponent, Scrollable)¶
class Slideable(Subject)¶
Properties¶
page_lengthpage_offsetpositionposition_count
Methods¶
__init__(self, /, *args, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
add_contents_listener(self, slot, identify_sender=False, *a, **k)¶
add_page_length_listener(self, slot, identify_sender=False, *a, **k)¶
add_page_offset_listener(self, slot, identify_sender=False, *a, **k)¶
add_position_count_listener(self, slot, identify_sender=False, *a, **k)¶
add_position_listener(self, slot, identify_sender=False, *a, **k)¶
clear_contents_listeners(self)¶
clear_page_length_listeners(self)¶
clear_page_offset_listeners(self)¶
clear_position_count_listeners(self)¶
clear_position_listeners(self)¶
contents(self, position)¶
contents_has_listener(self, slot)¶
contents_listener_count(self)¶
contents_range(self, pmin, pmax)¶
disconnect(self)¶
notify_contents(self, *a, **k)¶
notify_page_length(self, *a, **k)¶
notify_page_offset(self, *a, **k)¶
notify_position(self, *a, **k)¶
notify_position_count(self, *a, **k)¶
page_length_has_listener(self, slot)¶
page_length_listener_count(self)¶
page_offset_has_listener(self, slot)¶
page_offset_listener_count(self)¶
position_count_has_listener(self, slot)¶
position_count_listener_count(self)¶
position_has_listener(self, slot)¶
position_listener_count(self)¶
remove_contents_listener(self, slot)¶
remove_page_length_listener(self, slot)¶
remove_page_offset_listener(self, slot)¶
remove_position_count_listener(self, slot)¶
remove_position_listener(self, slot)¶
class Subject(Disconnectable)¶
Methods¶
__init__(self, /, *args, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.