Home
last modified time | relevance | path

Searched refs:behaviourable (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/GTpo/src/gtpo/
H A Dbehaviourable.h87 class behaviourable : public abstract_behaviourable
92 behaviourable() : abstract_behaviourable() { } in behaviourable() function
93 ~behaviourable() noexcept { _dynamic_behaviours.clear(); } in ~behaviourable()
94 behaviourable( const behaviourable<behaviour_t, static_behaviours_t>& ) = default;
95 behaviourable& operator=( const behaviourable<behaviour_t, static_behaviours_t>& ) = default;
H A Dbehaviourable.hpp42 auto behaviourable< behaviour_t, static_behaviours_t >::notify_dynamic_behaviours( void (behavio… in notify_dynamic_behaviours()
56 auto behaviourable< behaviour_t, static_behaviours_t >::notify_dynamic_behaviours( void (behavio… in notify_dynamic_behaviours()
70 auto behaviourable< behaviour_t, static_behaviours_t >::notify_dynamic_behaviours( void (behavio… in notify_dynamic_behaviours()
83 auto behaviourable< behaviour_t, static_behaviours_t >::notify_dynamic_behaviours0( void (behavi… in notify_dynamic_behaviours0()
H A Dgraph_behaviour.h195 class behaviourable_graph : public behaviourable<dynamic_graph_behaviour<config_t>,
206 …using behaviourable_base = behaviourable<dynamic_graph_behaviour<config_t>, typename config_t::gra…
219behaviourable<dynamic_graph_behaviour_t, graph_static_behaviours_t>::add_behaviour(std::move(behav…
H A Dnode_behaviour.h216 class behaviourable_node : public behaviourable<gtpo::dynamic_node_behaviour<config_t>,
237behaviourable<dynamic_node_behaviour_t, node_static_behaviours_t>::add_behaviour(std::move(behavio…
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/GTpo/
H A Dgtpo.pri22 $$PWD/src/gtpo/behaviourable.h \
23 $$PWD/src/gtpo/behaviourable.hpp \