summaryrefslogtreecommitdiff
path: root/ui/pane.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2024-01-12 10:11:19 -0700
committerRusty Wagner <rusty.wagner@gmail.com>2024-02-05 13:42:52 -0500
commit97ac519092fc87e27c49ab21aafb41b77f40dc03 (patch)
tree33d1a72b835a73c25868cb170106f865d9d54430 /ui/pane.h
parentefa49ca6d23530b5e1ececccea4a2dc0bbe3406b (diff)
Sidebar improvements
Diffstat (limited to 'ui/pane.h')
-rw-r--r--ui/pane.h2
1 files changed, 2 insertions, 0 deletions
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<void(Pane*)>& func);
void enumerateViewPanes(const std::function<void(ViewPane*)>& func);
+ Pane* paneAt(const QPoint& pos);
void createFeatureMap();
void recreateFeatureMaps();