Maps.cb.keypress#
- class eomaps.eomaps.Maps.cb.keypress(m, cb_cls=None, method='keypress')#
Callbacks that are executed if you press a key on the keyboard.
- attach : accessor for callbacks.
Executing the functions will attach the associated callback to the map!
- get : accessor for return-objects
Accessor for objects generated/retrieved by callbacks.
- remove : remove prviously added callbacks from the map
- forward_events : forward events to connected maps-objects
- share_events : share events between connected maps-objects (e.g. forward both ways)
- set_sticky_modifiers : define keypress-modifiers that remain active after release
Members
Make an artist temporary (remove it from the map at the next event). |
|
Attach custom or pre-defined callbacks on keypress events. |
|
Indicator if callbacks of this container are executed on all layers. |
|
Forward callback-events from this Maps-object to other Maps-objects. |
|
Accessor for objects generated/retrieved by callbacks. |
|
Remove an attached callback from the figure. |
|
Set if callbacks should be executed during a toolbar action (e.g. pan/zoom). |
|
If True, callbacks of this container are executed even if the associated layer is not visible. |
|
Share callback-events between this Maps-object and other Maps-objects. |