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

Class GrootLineEdit

bt_editor/models/BehaviorTreeNodeModel.hpp:124–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124class GrootLineEdit: public QLineEdit
125{
126 Q_OBJECT
127public:
128 GrootLineEdit(QWidget* parent = nullptr): QLineEdit(parent) {}
129
130 void mouseDoubleClickEvent(QMouseEvent *ev) override;
131 void focusOutEvent(QFocusEvent* ev) override;
132signals:
133 void doubleClicked();
134 void lostFocus();
135};
136

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected