We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1c62e commit 83ca17eCopy full SHA for 83ca17e
ui/viewframe.h
@@ -186,11 +186,17 @@ class BINARYNINJAUIAPI View
186
virtual void cut();
187
virtual void copy(TransformRef xform = nullptr);
188
virtual void copyAddress();
189
+#ifdef ULTIMATE_EDITION
190
+ virtual void copyLocationAsURL();
191
+#endif
192
virtual void paste(TransformRef xform = nullptr);
193
virtual bool canCut();
194
virtual bool canCopy();
195
virtual bool canCopyWithTransform();
196
virtual bool canCopyAddress();
197
198
+ virtual bool canCopyLocationAsURL();
199
200
virtual bool canPaste();
201
virtual bool canPasteWithTransform();
202
0 commit comments