diff options
| author | Brian Potchik <brian@vector35.com> | 2025-07-24 19:01:30 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-07-24 19:01:30 -0400 |
| commit | 4d290fc3522e4bab0c9cb1049ffa443d4cc28f85 (patch) | |
| tree | 1d73c018cdfd01824c5406d2f4cbddf7f1fc1097 /ui/pane.h | |
| parent | 5d9c66726420fa93d50b0ef5a6daf69e1855e40a (diff) | |
Add ability to reset the Feature Map.
Diffstat (limited to 'ui/pane.h')
| -rw-r--r-- | ui/pane.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -435,6 +435,7 @@ class BINARYNINJAUIAPI SplitPaneWidget : public QWidget void createFeatureMap(); void recreateFeatureMaps(); void refreshFeatureMap(); + void resetFeatureMap(bool sizeOnly = false); void updateFeatureMapLocation(const ViewLocation& location); BinaryViewRef getCurrentBinaryView(); |
