diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-01-12 10:11:19 -0700 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-05 13:42:52 -0500 |
| commit | 97ac519092fc87e27c49ab21aafb41b77f40dc03 (patch) | |
| tree | 33d1a72b835a73c25868cb170106f865d9d54430 /ui/uicontext.h | |
| parent | efa49ca6d23530b5e1ececccea4a2dc0bbe3406b (diff) | |
Sidebar improvements
Diffstat (limited to 'ui/uicontext.h')
| -rw-r--r-- | ui/uicontext.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/uicontext.h b/ui/uicontext.h index df4ff0a2..9d8e3377 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -465,6 +465,8 @@ public: void updateCrossReferences(ViewFrame* frame, View* view, const SelectionInfoForXref& selection); + virtual void findAll(const BinaryNinja::FindParameters& params); + /*! Register an object to receive notifications of UIContext events \param notification Object which will receive notifications @@ -491,6 +493,9 @@ public: virtual QWidget* fileContentsLockStatusWidget() = 0; + void associateAdditionalWindowWithContext(QWidget* window); + static void deassociateAdditionalWindowWithContext(QWidget* window); + static void setHandler(UIContextHandler* handler); static QSize getScaledWindowSize(int x, int y); |
