summaryrefslogtreecommitdiff
path: root/ui/linearview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/linearview.h')
-rw-r--r--ui/linearview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index 7f590ce0..936ceb59 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -251,6 +251,7 @@ class BINARYNINJAUIAPI LinearView : public QAbstractScrollArea, public View, pub
bool navigateToLine(
FunctionRef func, uint64_t offset, size_t instrIndex, bool center, bool updateHighlight, bool navByRef = false);
bool navigateToGotoLabel(uint64_t label);
+ bool navigateToExternalLink(uint64_t linkSourceAddr);
void viewData();
void scrollLines(int count);
@@ -335,6 +336,10 @@ private Q_SLOTS:
void tagAddressAccepted(TagTypeRef tt);
void manageAddressTags();
+ void createExternalLink();
+ void editExternalLink();
+ void removeExternalLink();
+
void convertToNop();
void alwaysBranch();
void invertBranch();