|
BibleTime
|
#include <debugwindow.h>
Public Member Functions | |
| DebugWindow () | |
| void | retranslateUi () |
| void | timerEvent (QTimerEvent *const event) override |
Static Public Member Functions | |
| static QQuickItem const * | quickItemInFocus (QQuickWidget const *quickWidget, QPointF cursorPosition) |
Private Attributes | |
| int const | m_updateTimerId |
Definition at line 23 of file debugwindow.h.
| DebugWindow::DebugWindow | ( | ) |
Definition at line 58 of file debugwindow.cpp.
References retranslateUi().
|
static |
Definition at line 101 of file debugwindow.cpp.
Referenced by BtModelViewReadDisplay::contextMenuEvent(), and timerEvent().
| void DebugWindow::retranslateUi | ( | ) |
Definition at line 69 of file debugwindow.cpp.
Referenced by DebugWindow().
|
override |
Definition at line 72 of file debugwindow.cpp.
References m_updateTimerId, and quickItemInFocus().
|
private |
Definition at line 40 of file debugwindow.h.
Referenced by timerEvent().