From 98c2b6f32e3181a3a3462c6bd41306ff674a515b Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 4 Aug 2021 11:09:16 -0400 Subject: Add query mode to flow graph reports. --- interaction.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'interaction.cpp') diff --git a/interaction.cpp b/interaction.cpp index 7a7fa6bb..05420f17 100644 --- a/interaction.cpp +++ b/interaction.cpp @@ -755,3 +755,9 @@ void ReportCollection::AddGraphReport(Ref view, const string& title, { BNAddGraphReportToCollection(m_object, view ? view->GetObject() : nullptr, title.c_str(), graph->GetObject()); } + + +void ReportCollection::UpdateFlowGraph(size_t i, Ref graph) +{ + BNUpdateReportFlowGraph(m_object, i, graph->GetObject()); +} -- cgit v1.3.1