MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_in_network()

bool MayaFlux::Nodes::Node::is_in_network ( ) const
inline

Sets whether the node is part of a NodeNetwork.

Parameters
networkedTrue if the node is managed within a NodeNetwork

This method sets a flag indicating whether the node is part of a NodeNetwork. When set, certain behaviors such as event firing may be disabled to prevent redundant or conflicting notifications.

Definition at line 574 of file Node.hpp.

574{ return m_networked_node; }
bool m_networked_node
Flag indicating if the node is part of a NodeNetwork This flag is used to disable event firing when t...
Definition Node.hpp:421