neurotorchmz.gui.events#
Classes
|
Triggers after the ImageObject of a session was changed |
|
This event is called when a SynapseTreeview is generating its context menu. |
|
Triggers after the GUI has loaded |
|
Triggers after the GUI has loaded and tkinter is in main loop |
- class neurotorchmz.gui.events.ImageObjectChangedEvent(*args: Any, **kwds: Any)#
Bases:
EventTriggers after the ImageObject of a session was changed
- HOOKS: list[Callable[[Self], None]] = []#
- class neurotorchmz.gui.events.SynapseTreeviewContextMenuEvent(*args: Any, **kwds: Any)#
Bases:
EventThis event is called when a SynapseTreeview is generating its context menu. As the menu is recreated on every click, a hook into the WindowLoadedEvent is not working
- HOOKS: list[Callable[[Self], None]] = []#
- class neurotorchmz.gui.events.WindowLoadedEvent(*args: Any, **kwds: Any)#
Bases:
EventTriggers after the GUI has loaded
- HOOKS: list[Callable[[Self], None]] = []#
Get the menu for the corosponding plugin
- class neurotorchmz.gui.events.WindowTKReadyEvent(*args: Any, **kwds: Any)#
Bases:
WindowLoadedEventTriggers after the GUI has loaded and tkinter is in main loop
- HOOKS: list[Callable[[Self], None]] = []#