Home
last modified time | relevance | path

Searched refs:notify_dynamic_behaviours (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/GTpo/src/gtpo/
H A Dbehaviourable.hpp42 auto behaviourable< behaviour_t, static_behaviours_t >::notify_dynamic_behaviours( void (behavio… in notify_dynamic_behaviours() function in gtpo::behaviourable
56 auto behaviourable< behaviour_t, static_behaviours_t >::notify_dynamic_behaviours( void (behavio… in notify_dynamic_behaviours() function in gtpo::behaviourable
70 auto behaviourable< behaviour_t, static_behaviours_t >::notify_dynamic_behaviours( void (behavio… in notify_dynamic_behaviours() function in gtpo::behaviourable
H A Dgraph_behaviour.h159 … graph->notify_dynamic_behaviours( &dynamic_graph_behaviour<config_t>::node_inserted, weakNode ); in node_inserted()
164 … graph->notify_dynamic_behaviours( &dynamic_graph_behaviour<config_t>::node_removed, weakNode ); in node_removed()
169 … graph->notify_dynamic_behaviours( &dynamic_graph_behaviour<config_t>::group_inserted, weakGroup ); in group_inserted()
174 … graph->notify_dynamic_behaviours( &dynamic_graph_behaviour<config_t>::group_removed, weakGroup ); in group_removed()
179 … graph->notify_dynamic_behaviours( &dynamic_graph_behaviour<config_t>::edge_inserted, weakEdge ); in edge_inserted()
184 … graph->notify_dynamic_behaviours( &dynamic_graph_behaviour<config_t>::edge_removed, weakEdge ); in edge_removed()
H A Dnode_behaviour.h181 …node->notify_dynamic_behaviours( &gtpo::dynamic_node_behaviour<config_t>::in_node_inserted, target… in in_node_inserted()
186 …node->notify_dynamic_behaviours( &gtpo::dynamic_node_behaviour<config_t>::in_node_removed, target,… in in_node_removed()
191 …node->notify_dynamic_behaviours( &gtpo::dynamic_node_behaviour<config_t>::in_node_removed, target … in in_node_removed()
196 …node->notify_dynamic_behaviours( &gtpo::dynamic_node_behaviour<config_t>::out_node_inserted, targe… in out_node_inserted()
201 …node->notify_dynamic_behaviours( &gtpo::dynamic_node_behaviour<config_t>::out_node_removed, target… in out_node_removed()
206 …node->notify_dynamic_behaviours( &gtpo::dynamic_node_behaviour<config_t>::out_node_removed, target… in out_node_removed()
H A Dbehaviourable.h139 …auto notify_dynamic_behaviours( void (behaviour_t::*method)(T&) /*noexcept*/, T& arg ) noexcept…
142 …auto notify_dynamic_behaviours( void (behaviour_t::*method)(T&, T2&) /*noexcept*/, T& arg, T2&)…
145 …auto notify_dynamic_behaviours( void (behaviour_t::*method)(T&, T2&, const T3&) /*noexcept*/, T…