diff options
Diffstat (limited to 'ui/uicontext.h')
| -rw-r--r-- | ui/uicontext.h | 6 |
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 */ |
