neurotorchmz.gui.tab1#
Classes
|
|
- class neurotorchmz.gui.tab1.TabImage(session: Session, root: Tk, notebook: Notebook)#
Bases:
Tab- _insert_dict_into_tree(parent_node: str, d: dict[Any, Any] | list[Any], max_level: int | None = None, max_level_open: int = 3, level: int = 0)#
Insert a dictionary with strings and (sub-)dictionary as values recursively into the treeView.
- init()#
Called by the GUI to notify the tab to generate its body
- update_tab(event: TabUpdateEvent)#
Called by the GUI to notify the tab, that it may need to update. It is the resposibility of the tab to check for the events
- class neurotorchmz.gui.tab1.TabImage_ViewChangedEvent#
Bases:
TabUpdateEvent