diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-01-12 10:11:19 -0700 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-05 13:42:52 -0500 |
| commit | 97ac519092fc87e27c49ab21aafb41b77f40dc03 (patch) | |
| tree | 33d1a72b835a73c25868cb170106f865d9d54430 /ui/pane.h | |
| parent | efa49ca6d23530b5e1ececccea4a2dc0bbe3406b (diff) | |
Sidebar improvements
Diffstat (limited to 'ui/pane.h')
| -rw-r--r-- | ui/pane.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |
