MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / changeEvent

Method changeEvent

Gui/NodeCreationDialog.cpp:517–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void
518NodeCreationDialog::changeEvent(QEvent* e)
519{
520 if (e->type() == QEvent::ActivationChange) {
521 if ( !isActiveWindow() && ( qApp->activeWindow() != _imp->textEdit->getView() ) ) {
522 finish(false);
523
524 return;
525 }
526 }
527 QDialog::changeEvent(e);
528}
529
530void
531NodeCreationDialog::finish(bool accepted)

Callers

nothing calls this directly

Calls 2

getViewMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected