diff options
| author | Brian Potchik <brian@vector35.com> | 2020-12-23 23:42:40 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-12-23 23:42:40 -0500 |
| commit | fd3764d12e880aceec30ee00efbd7ebe6925f0e1 (patch) | |
| tree | faa1373dc72c53c84e77b0cff3f07c5ca90d0e33 /ui/flowgraphwidget.h | |
| parent | d27bf51d4b7c2170d00dca7cce97c7526c866868 (diff) | |
Add ViewLocation navigation API.
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 7a2d6add..7b6fc036 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -217,7 +217,7 @@ public: virtual void setSelectionOffsets(BNAddressRange range) override; virtual bool navigate(uint64_t pos) override; virtual bool navigateToFunction(FunctionRef func, uint64_t pos) override; - virtual bool navigateToFunctionIndex(FunctionRef func, size_t index) override; + virtual bool navigateToViewLocation(const ViewLocation& viewLocation) override; bool navigateWithHistoryEntry(uint64_t addr, FlowGraphHistoryEntry* entry); bool navigateWithHistoryEntry(FunctionRef func, uint64_t addr, FlowGraphHistoryEntry* entry); void setNavigationTarget(View* target) { m_navigationTarget = target; } |
