MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / InputRelease

Method InputRelease

DSView/pv/dock/keywordlineedit.cpp:226–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225
226void PopupLineEditInput::InputRelease()
227{
228 sig_inputEnd(_textInput->text());
229 this->close();
230 this->deleteLater();
231
232 if (move_timer != NULL){
233 move_timer->stop();
234 delete move_timer;
235 move_timer = NULL;
236 }
237}
238
239void PopupLineEditInput::onCheckPositionTimeout()
240{

Callers

nothing calls this directly

Calls 2

closeMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected