From 97ac519092fc87e27c49ab21aafb41b77f40dc03 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 12 Jan 2024 10:11:19 -0700 Subject: Sidebar improvements --- ui/pane.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/pane.h') diff --git a/ui/pane.h b/ui/pane.h index 3301efd0..f06158a9 100644 --- a/ui/pane.h +++ b/ui/pane.h @@ -50,6 +50,7 @@ class BINARYNINJAUIAPI Pane : public QWidget virtual QString title() = 0; void closePane(); Pane* splitPane(Qt::Orientation orientation); + void splitPane(Pane* pane, Qt::Edge edge); void moveToNewWindow(); virtual void setIsSinglePane(bool isSinglePane); @@ -429,6 +430,7 @@ class BINARYNINJAUIAPI SplitPaneWidget : public QWidget void enumeratePanes(const std::function& func); void enumerateViewPanes(const std::function& func); + Pane* paneAt(const QPoint& pos); void createFeatureMap(); void recreateFeatureMaps(); -- cgit v1.3.1