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

Method mouseDoubleClickEvent

bt_editor/models/BehaviorTreeNodeModel.cpp:520–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void GrootLineEdit::mouseDoubleClickEvent(QMouseEvent *ev)
521{
522 //QLineEdit::mouseDoubleClickEvent(ev);
523 emit doubleClicked();
524}
525
526void GrootLineEdit::focusOutEvent(QFocusEvent *ev)
527{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected