Skip to content

Commit d160591

Browse files
committed
WIP enterprise: added copy location as URL APIs to viewframe.h
1 parent f311f6a commit d160591

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/viewframe.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,17 @@ class BINARYNINJAUIAPI View
186186
virtual void cut();
187187
virtual void copy(TransformRef xform = nullptr);
188188
virtual void copyAddress();
189+
#ifdef ULTIMATE_EDITION
190+
virtual void copyLocationAsURL();
191+
#endif
189192
virtual void paste(TransformRef xform = nullptr);
190193
virtual bool canCut();
191194
virtual bool canCopy();
192195
virtual bool canCopyWithTransform();
193196
virtual bool canCopyAddress();
197+
#ifdef ULTIMATE_EDITION
198+
virtual bool canCopyLocationAsURL();
199+
#endif
194200
virtual bool canPaste();
195201
virtual bool canPasteWithTransform();
196202

0 commit comments

Comments
 (0)