diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-04-12 14:54:33 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-04-12 14:54:33 -0400 |
| commit | 6dc73b519845a361327f5923ca30552d48d21201 (patch) | |
| tree | 793672aebf30e0a9e67075bc9cbed4c5ad6b747b /ui/render.h | |
| parent | 8f7901c4709826acc0e53aeea4442b1fb9a25876 (diff) | |
Add multiselect and keyboard navigation to graph view
Diffstat (limited to 'ui/render.h')
| -rw-r--r-- | ui/render.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<BinaryNinja::InstructionTextToken>& tokens); + HighlightTokenState getTokenForDisassemblyTokenIndex(size_t tokenIndex, + const std::vector<BinaryNinja::InstructionTextToken>& tokens); + HighlightTokenState getHighlightTokenForTextToken(const BinaryNinja::InstructionTextToken& token); void drawText(QPainter& p, int x, int y, QColor color, const QString& text); |
