piker/piker
Tyler Goodlet 08aa5984ec Rename crosshair (type) to cursor
Since the "crosshair" is growing more and more UX implementation details
it probably makes sense to call it what it is; a python level mouse
abstraction. Add 2 internal sets: `_hovered` for allowing mouse hovered
objects to register themselves to other cursor aware components, and
`_trackers` for allowing scene items to "track" cursor movements via
a `on_tracked_source()` callback.
2021-01-03 10:46:28 -05:00
..
brokers Kill backfiller on "no history" error 2021-01-01 12:34:50 -05:00
cli Add `services` cmd for monitoring actors 2020-10-02 12:13:28 -04:00
data Port data apis to not touch primary index 2020-12-19 16:50:20 -05:00
fsp Use .shield() meth name from tractor 2020-12-21 13:02:43 -05:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Rename crosshair (type) to cursor 2021-01-03 10:46:28 -05:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Add a pyqtgraph profiling toggle to chart CLI 2020-12-29 18:05:36 -05:00
_async_utils.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
_ems.py Create and "EMS" module for order execution/routing actor(s) 2021-01-01 17:49:02 -05:00
_profile.py Add a pyqtgraph profiling toggle to chart CLI 2020-12-29 18:05:36 -05:00
calc.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
log.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00