summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/settingsview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/settingsview.h b/ui/settingsview.h
index 30a6007f..9aa36cf5 100644
--- a/ui/settingsview.h
+++ b/ui/settingsview.h
@@ -327,6 +327,7 @@ class BINARYNINJAUIAPI BinaryViewScopeLabel : public MenuHelper
BinaryViewScopeLabel(QWidget* parent, const QString& name = "", BNSettingsScope scope = SettingsAutoScope);
void refresh();
+ void setSelection(BinaryViewRef view, BNSettingsScope scope);
const QString& currentSelection() { return m_curName; }
BinaryViewRef currentBinaryView() { return m_curView; }
@@ -359,6 +360,7 @@ class BINARYNINJAUIAPI SettingsScopeBar : public QWidget
SettingsScopeBar(QWidget* parent = nullptr);
void refresh();
+ void setResource(BinaryViewRef view);
void updateTheme();
Q_SIGNALS: