From e88ed98d60b046cbeb5f4c96fc374c7576d7b57a Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 28 Dec 2021 15:59:31 -0500 Subject: OptionsDialog/SettingsView + ProgressTask fixes --- ui/uicontext.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ui/uicontext.h') diff --git a/ui/uicontext.h b/ui/uicontext.h index 4c2a5853..68160381 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -192,6 +192,12 @@ public: virtual void viewChanged(ViewFrame* frame, const QString& type); 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> 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 -- cgit v1.3.1