diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-11-04 19:58:07 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-11-05 17:27:44 -0400 |
| commit | afe2b869b0bc8ea2b4969163899d495d46c85fef (patch) | |
| tree | bab982369580b56d71afb15dad98a0f1b4d03dad /ui/linearview.h | |
| parent | e7d9bb894f35b4f80d4f626d0f8348a800f3fe51 (diff) | |
Add tooltips to linear view, make generic tooltip functions
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index d2ad807c..fa814383 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -153,6 +153,8 @@ class BINARYNINJAUIAPI LinearView: public QAbstractScrollArea, public View, publ size_t m_topLine; QTimer* m_updateTimer; + QTimer* m_hoverTimer; + QPointF m_previewPos; ContextMenuManager* m_contextMenuManager; QPointer<CommentDialog> m_commentDialog; @@ -291,6 +293,7 @@ private Q_SLOTS: void scrollBarMoved(int value); void scrollBarAction(int action); void updateTimerEvent(); + void hoverTimerEvent(); void setStackAdjustment(); void setCallTypeAdjustment(); |
