summaryrefslogtreecommitdiff
path: root/ui/linearview.h
diff options
context:
space:
mode:
authorkat <katherine@vector35.com>2022-05-18 03:21:16 -0400
committerkat <katherine@vector35.com>2022-05-18 03:25:29 -0400
commita0fdaba9b0e03c28be3a8c9514952338c91ec578 (patch)
tree09371f23f7e835b91f7f304fe592773f145920bc /ui/linearview.h
parent342e83cf461b7db9d1a4f1da386ee3fe1dd0e322 (diff)
Add Split + Navigate Feature
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 5ca2810a..cb1c6662 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -442,6 +442,9 @@ class BINARYNINJAUIAPI LinearView : public QAbstractScrollArea, public View, pub
void moveToEndOfView();
void selectNone();
void navigateToHighlightedToken();
+ void splitToNewTabAndNavigateFromCursorPosition();
+ void splitToNewWindowAndNavigateFromCursorPosition();
+ void splitToNewPaneAndNavigateFromCursorPosition();
};
class LinearViewType : public ViewType