diff options
| author | Brian Potchik <brian@vector35.com> | 2020-12-11 21:19:41 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-12-11 21:19:41 -0500 |
| commit | ec82500844e855a52c6954dcb49cb915f5db0351 (patch) | |
| tree | 2cf0a790dd76428272164eb42fa89488f5afd6be | |
| parent | fadc9bee32581b7890ab1b896ecd6392d22c48a6 (diff) | |
Reflection view updates for override and settings query.
| -rw-r--r-- | ui/reflectionview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/reflectionview.h b/ui/reflectionview.h index 4b1f27a0..667a9620 100644 --- a/ui/reflectionview.h +++ b/ui/reflectionview.h @@ -25,6 +25,10 @@ class BINARYNINJAUIAPI ReflectionView: public QWidget, public DockContextHandler bool m_ilSync; bool m_locationSync; + BNFunctionGraphType m_lastSrcILViewType = NormalFunctionGraph; + BNFunctionGraphType m_lastTgtILViewType = NormalFunctionGraph; + bool m_ilSyncOverride = false; + public: ReflectionView(ViewFrame* frame, BinaryViewRef data); ~ReflectionView(); |
