MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / reset_actor

Method reset_actor

src/timeline/src/item.cpp:1406–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406void Item::reset_actor(const bool recursive) {
1407 set_actor_addr_direct(caf::actor_addr());
1408 if (recursive)
1409 for (auto &i : *this)
1410 i.reset_actor(recursive);
1411}
1412
1413void Item::bind_item_pre_event_func(ItemEventFunc fn, const bool recursive) {
1414 recursive_bind_pre_ = recursive;

Callers 3

prepare_timelineMethod · 0.80
process_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected