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

◆ remove_all_hooks()

void MayaFlux::Nodes::Generator::Logic::remove_all_hooks ( )
inlineoverridevirtual

Removes all registered callbacks.

Clears all standard and conditional callbacks, effectively disconnecting all external components from this oscillator's notification system. Useful when reconfiguring the processing graph or shutting down components.

Reimplemented from MayaFlux::Nodes::Node.

Definition at line 515 of file Logic.hpp.

516 {
517 m_all_callbacks.clear();
518 }
std::vector< LogicCallback > m_all_callbacks
Collection of all callback functions.
Definition Logic.hpp:617