DAVE.gui.widget_nodetree¶
Module Contents¶
- class DAVE.gui.widget_nodetree.NodeTreeWidget¶
Bases:
DAVE.gui.dockwidget.QtWidgets.QTreeWidget- dragEnterEvent(self, event)¶
- dragMoveEvent(self, event)¶
- dropEvent(self, event)¶
- startDrag(self, supportedActions)¶
- class DAVE.gui.widget_nodetree.WidgetNodeTree¶
Bases:
DAVE.gui.dockwidget.guiDockWidget- guiCreate(self)¶
- guiProcessEvent(self, event)¶
- dragDropCallback(self, drop, onto, event)¶
- tree_select_node(self, index)¶
- item_clicked(self, data)¶
- rightClickTreeview(self, point)¶
- update_selection(self)¶
- update_node_data_and_tree(self)¶
Updates the tree and assembles the node-data
This data is obtained from scene.nodes and assumes that each of the nodes has a visual assigned to it.