MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / loadFromJson

Method loadFromJson

bt_editor/graphic_container.cpp:704–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704void GraphicContainer::loadFromJson(const QByteArray &data)
705{
706 const QSignalBlocker blocker( this );
707 clearScene();
708 scene()->loadFromMemory( data );
709}
710
711

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected