summaryrefslogtreecommitdiff
path: root/ui/linearview.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2021-11-04 19:58:07 -0400
committerGlenn Smith <glenn@vector35.com>2021-11-05 17:27:44 -0400
commitafe2b869b0bc8ea2b4969163899d495d46c85fef (patch)
treebab982369580b56d71afb15dad98a0f1b4d03dad /ui/linearview.h
parente7d9bb894f35b4f80d4f626d0f8348a800f3fe51 (diff)
Add tooltips to linear view, make generic tooltip functions
Diffstat (limited to 'ui/linearview.h')
-rw-r--r--ui/linearview.h3
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();