diff options
| author | Brian Potchik <brian@vector35.com> | 2020-11-21 17:40:24 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-11-21 17:40:24 -0500 |
| commit | b24b2a197a2f39ef0f2c5e28253dd55f3c1fffb4 (patch) | |
| tree | 8dc7bc4d9ccc8a8d9aba695dac82065946033f9b /ui/viewframe.h | |
| parent | 0eeb07fad8abc805ad6a9c4e5a982ebb7e00b995 (diff) | |
Move IL view type access to ViewFrame.
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 8d37c23f..fbab3b21 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -122,6 +122,8 @@ public: virtual LowLevelILFunctionRef getCurrentLowLevelILFunction() { return nullptr; } virtual MediumLevelILFunctionRef getCurrentMediumLevelILFunction() { return nullptr; } + virtual BNFunctionGraphType getILViewType() { return NormalFunctionGraph; } + virtual void setILViewType(BNFunctionGraphType ilViewType) { } virtual size_t getCurrentILInstructionIndex() { return BN_INVALID_EXPR; } virtual QFont getFont() = 0; |
