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

Method unbind

src/timeline/src/item.cpp:1399–1404  ·  view source on GitHub ↗

make copty safe.. ICK

Source from the content-addressed store, hash-verified

1397
1398// make copty safe.. ICK
1399void Item::unbind() {
1400 item_pre_event_callback_ = nullptr;
1401 item_post_event_callback_ = nullptr;
1402 for (auto &i : *this)
1403 i.unbind();
1404}
1405
1406void Item::reset_actor(const bool recursive) {
1407 set_actor_addr_direct(caf::actor_addr());

Callers 3

conform_to_timelineMethod · 0.80
cloneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected