MCPcopy Create free account
hub / github.com/Artikash/Textractor / timerEvent

Method timerEvent

extensions/extrawindow.cpp:398–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 }
397
398 void timerEvent(QTimerEvent* event) override
399 {
400 if (useDictionary && QCursor::pos() != oldPos && (!dictionaryWindow.isVisible() || !dictionaryWindow.geometry().contains(QCursor::pos())))
401 ShowDictionary(ui.display->mapFromGlobal(QCursor::pos()));
402 PrettyWindow::timerEvent(event);
403 }
404
405 void mousePressEvent(QMouseEvent* event) override
406 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected