Store properties of a view.
Some timeline databases support storing some of these view properties
together with the data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_display_checkmark_on_events_done(self,
value) |
source code
|
|
|
set_use_fixed_event_vertical_pos(self,
value) |
source code
|
|
|
|
|
|
|
|
|
|
|
change_view_cats_individually(self,
view_cats_individually) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_event_has_sticky_balloon(self,
event,
has_sticky=True) |
source code
|
|
|
set_selected(self,
event,
is_selected=True) |
source code
|
|
|
|
|
set_only_selected(self,
event,
is_selected) |
source code
|
|
|
set_displayed_period(self,
period,
notify=True) |
source code
|
|
|
|
|
|
|
|
|
is_event_with_category_visible(self,
category) |
source code
|
|
|
set_categories_visible(self,
categories,
is_visible=True) |
source code
|
|
|
set_category_visible(self,
category,
is_visible=True) |
source code
|
|
Inherited from general.observer.Observable :
listen_for ,
listen_for_any ,
register ,
unlisten ,
unregister
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|