diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-01-22 16:11:19 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-01-22 16:11:19 -0500 |
| commit | 3dd22f40996fc128ffce6026e8e747ca66bcc21d (patch) | |
| tree | a5e7fc57dc620fc4d4a408ffdbf114bb66dcf91d /ui/linearview.h | |
| parent | 96053ffc711aa27fcaeeb6cbfa89df0c253361f8 (diff) | |
Project support
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 5 |
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(); |
