|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| InspectResult MayaFlux::Portal::Forma::Inspector::node_network | ( | const std::shared_ptr< Nodes::Network::NodeNetwork > & | net, |
| Surface & | surface, | ||
| LayoutCursor & | cursor, | ||
| float | x_min = -0.95F, |
||
| float | x_max = 0.95F, |
||
| float | row_h = 0.05F, |
||
| int | depth = 0 |
||
| ) |
Inspect a NodeNetwork and its per-network metadata.
Builds a collapsible ValueGroup whose header is the network's topology and output mode, with body rows for node count and enabled state. Intended to be nested inside node_graph_manager() but callable independently when the caller already holds a network reference.
Definition at line 205 of file NodeQuery.cpp.
References MayaFlux::Reflect::enum_to_string(), MayaFlux::Portal::Forma::InspectResult::group, MayaFlux::Portal::Forma::k_inspect_indent, MayaFlux::Portal::Forma::ValueSpec::label, make_row_buffer(), MayaFlux::Portal::Forma::make_value_group(), MayaFlux::Portal::Forma::row_pixel_dims(), and MayaFlux::Portal::Forma::Surface::window().
Referenced by node_graph_manager().
Here is the call graph for this function:
Here is the caller graph for this function: