diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-10-07 16:46:26 -0400 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-10-07 16:46:38 -0400 |
| commit | e6e4ebea5d0ea7842766c7e686e0dfd45cb54bb8 (patch) | |
| tree | 8df5b6b200d982728bc0fa989db112f5cddd2f78 /ui/variablelist.h | |
| parent | f65d4fdaabeb045b3fca155e19f68a65b132e563 (diff) | |
copy supporrt for variable and stack sidebars
Diffstat (limited to 'ui/variablelist.h')
| -rw-r--r-- | ui/variablelist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/variablelist.h b/ui/variablelist.h index 0d419cea..93e2cf7a 100644 --- a/ui/variablelist.h +++ b/ui/variablelist.h @@ -251,6 +251,9 @@ class BINARYNINJAUIAPI VariableList : public SidebarWidget, public FilterTarget //! Remove UIDF for the selected variable void resetSelectedVariableValue(); + //! Copy selected variables to clipboard + void copy(); + virtual void setFilter(const std::string& filter) override; virtual void scrollToFirstItem() override; virtual void scrollToCurrentItem() override; |
