GraphNodeDelegateClosed
- class omni.kit.widget.graph.graph_node_delegate_closed.GraphNodeDelegateClosed(scale_factor=1.0)
Bases:
GraphNodeDelegateFull
The delegate with the Omniverse design for the nodes of the closed state.
Methods
__init__
([scale_factor])node_footer
(model, node_desc)Called to create widgets of the bottom of the node
node_header
(model, node_desc)Called to create widgets of the top of the node
node_header_input
(model, node_desc)Called to create the left part of the header that will be used as input when the node is collapsed
node_header_output
(model, node_desc)Called to create the right part of the header that will be used as output when the node is collapsed
- __init__(scale_factor=1.0)
Called to create widgets of the bottom of the node
- node_header(model, node_desc: GraphNodeDescription)
Called to create widgets of the top of the node
- node_header_input(model, node_desc: GraphNodeDescription)
Called to create the left part of the header that will be used as input when the node is collapsed
- node_header_output(model, node_desc: GraphNodeDescription)
Called to create the right part of the header that will be used as output when the node is collapsed