From fd3764d12e880aceec30ee00efbd7ebe6925f0e1 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 23 Dec 2020 23:42:40 -0500 Subject: Add ViewLocation navigation API. --- ui/flowgraphwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/flowgraphwidget.h') 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; } -- cgit v1.3.1