-
Notifications
You must be signed in to change notification settings - Fork 77
Module Widget
The Module WIdget illustrates the netlist's module hierarchy as a tree. The widget features helpful actions including, but not limited to, adding a child module or changing the module's displayed color.
The actions are accessable through the context menu by right clicking an module in the tree. The available actions are Isolate in View (1), Add Graph Selection to Module (2), Add Child Module (3), Change Module Name (4), Change Module Type(5) and Change Module Color (6).
Focuses the Graph View that shows the selected Module. If there is now view showing this module, a new view is opened.
Adds to current selection to the selected module.
Adds a new module to the selected module as a child.
Opens an input dialog and changes the name of the module to the passed input.
Opens an input dialog and changes the type of the module to the passed input.
Opens a color dialog and changes the displayed color of the module to the chosen color.