From 6dc73b519845a361327f5923ca30552d48d21201 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 12 Apr 2019 14:54:33 -0400 Subject: Add multiselect and keyboard navigation to graph view --- ui/render.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/render.h') diff --git a/ui/render.h b/ui/render.h index 2ae59d63..770326ab 100644 --- a/ui/render.h +++ b/ui/render.h @@ -75,6 +75,9 @@ public: QColor getHighlightColor(BNHighlightColor color); HighlightTokenState getTokenForDisassemblyLinePosition(size_t col, const std::vector& tokens); + HighlightTokenState getTokenForDisassemblyTokenIndex(size_t tokenIndex, + const std::vector& tokens); + HighlightTokenState getHighlightTokenForTextToken(const BinaryNinja::InstructionTextToken& token); void drawText(QPainter& p, int x, int y, QColor color, const QString& text); -- cgit v1.3.1