summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/pane.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/pane.h b/ui/pane.h
index e4ba4e97..94cbc2b6 100644
--- a/ui/pane.h
+++ b/ui/pane.h
@@ -37,6 +37,7 @@ class BINARYNINJAUIAPI Pane : public QWidget
virtual QString title() = 0;
void closePane();
void splitPane(Qt::Orientation orientation);
+ void moveToNewWindow();
virtual void setIsSinglePane(bool isSinglePane);
virtual void setIsActivePane(bool active);
@@ -275,6 +276,8 @@ class BINARYNINJAUIAPI SplitPaneContainer : public QWidget
void nextPane();
void prevPane();
void focusPaneForEdge(Qt::Edge edge);
+ void newWindowForCurrentPane();
+ bool canMoveCurrentPaneToNewWindow();
SplitPaneContainer* root();
static SplitPaneContainer* containerForWidget(QWidget* widget);
@@ -352,6 +355,8 @@ class BINARYNINJAUIAPI SplitPaneWidget : public QWidget
void nextPane();
void prevPane();
void focusPaneForEdge(Qt::Edge edge);
+ void newWindowForCurrentPane();
+ bool canMoveCurrentPaneToNewWindow();
QString getTabName();