|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Nodes::safe_remove_conditional_callback | ( | std::vector< std::pair< NodeHook, NodeCondition > > & | callbacks, |
| const NodeCondition & | callback | ||
| ) |
Safely removes all conditional callbacks with a specific condition.
| callbacks | The collection of conditional callbacks to remove from |
| callback | The condition function to remove |
This function searches for all conditional callbacks that use the specified condition function and removes them. It's used to unregister conditional callbacks when they're no longer needed.
Definition at line 68 of file NodeUtils.cpp.
Referenced by MayaFlux::Nodes::Node::remove_conditional_hook().
Here is the caller graph for this function: