summaryrefslogtreecommitdiff
path: root/ui/uicontext.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2021-12-28 15:59:31 -0500
committerGlenn Smith <glenn@vector35.com>2022-01-17 20:42:22 -0500
commite88ed98d60b046cbeb5f4c96fc374c7576d7b57a (patch)
treee937ffccba9868cb259e4ec817157b255dc74652 /ui/uicontext.h
parentdc2a99e1159c3951b91935490ec8d2da5fc8e1e7 (diff)
OptionsDialog/SettingsView + ProgressTask fixes
Diffstat (limited to 'ui/uicontext.h')
-rw-r--r--ui/uicontext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/uicontext.h b/ui/uicontext.h
index 4c2a5853..68160381 100644
--- a/ui/uicontext.h
+++ b/ui/uicontext.h
@@ -193,6 +193,12 @@ public:
virtual bool navigateForBinaryView(BinaryViewRef view, uint64_t addr);
/*!
+ Get a list of all opened binary views, and their names
+ \return List of binary views and names
+ */
+ virtual std::vector<std::pair<BinaryViewRef, QString>> getAvailableBinaryViews() = 0;
+
+ /*!
Get the currently visible View for the currently visible ViewFrame (if it exists)
\return Current View or nullptr if the current ViewFrame is null or does not have a View
*/