MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Nodes::Generator::Logic::LogicCallback Struct Reference

#include <Logic.hpp>

+ Collaboration diagram for MayaFlux::Nodes::Generator::Logic::LogicCallback:

Public Member Functions

 LogicCallback (const LogicCallback &)=default
 
 LogicCallback (const TypedHook< LogicContext > &cb, LogicEventType type, std::optional< NodeCondition > cond=std::nullopt)
 
 LogicCallback (LogicCallback &&)=default
 
 LogicCallback (NodeHook cb, LogicEventType type, std::optional< NodeCondition > cond=std::nullopt)
 
LogicCallbackoperator= (const LogicCallback &)=default
 
LogicCallbackoperator= (LogicCallback &&)=default
 

Public Attributes

NodeHook callback
 
std::optional< NodeConditioncondition
 
LogicEventType event_type
 
TypedHook< LogicContexttyped_callback
 

Detailed Description

Definition at line 515 of file Logic.hpp.


The documentation for this struct was generated from the following file: