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

Method lock

bt_editor/editor_flowscene.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14 bool isLocked() const { return _editor_locked; }
15 void lock(bool lock_editor) { _editor_locked = lock_editor; }
16
17 QtNodes::Node& createNodeAtPos(const QString& ID, const QString& instance_name, QPointF scene_pos);
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected