diff options
| author | Xusheng <xusheng@vector35.com> | 2021-06-25 11:56:52 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-06-25 11:56:52 +0800 |
| commit | 0bb2a555bb782a9b6b2f0d246391a678f9651816 (patch) | |
| tree | 5c5e9865f3cc8e6ea421e61c6848078a8edf3168 | |
| parent | 4783514ff534bb8d10ea74d30b00a49ece06d89a (diff) | |
Change type filter if needed when navigating to the TypeView
| -rw-r--r-- | ui/typeview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/typeview.h b/ui/typeview.h index 6356bc55..f31f2aae 100644 --- a/ui/typeview.h +++ b/ui/typeview.h @@ -310,6 +310,8 @@ public: std::map<BinaryNinja::QualifiedName, std::vector<TypeDefinitionLine>> GetFilteredTypeLines(BinaryViewRef data, int padding); void showAndFocus(); + uint64_t getCurrentTypeFilter(); + void setTypeFilter(uint64_t typesToShow); }; |
