Skip to content

Commit

Permalink
WIP enterprise: added copy location as URL APIs to viewframe.h
Browse files Browse the repository at this point in the history
  • Loading branch information
galenbwill committed Feb 3, 2025
1 parent f311f6a commit d160591
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/viewframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,17 @@ class BINARYNINJAUIAPI View
virtual void cut();
virtual void copy(TransformRef xform = nullptr);
virtual void copyAddress();
#ifdef ULTIMATE_EDITION
virtual void copyLocationAsURL();
#endif
virtual void paste(TransformRef xform = nullptr);
virtual bool canCut();
virtual bool canCopy();
virtual bool canCopyWithTransform();
virtual bool canCopyAddress();
#ifdef ULTIMATE_EDITION
virtual bool canCopyLocationAsURL();
#endif
virtual bool canPaste();
virtual bool canPasteWithTransform();

Expand Down

0 comments on commit d160591

Please sign in to comment.