diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-09-27 23:00:18 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-10-17 21:17:53 -0400 |
| commit | b2622b292d99133084e0b38f4516591c25480548 (patch) | |
| tree | 4cfc039ccade573ffcb082d577b1f349c1c2a6d2 /ui/memorymap.h | |
| parent | 715dd78287934c2dcb6de54b0a9be48b2237f9e6 (diff) | |
Header changes for nav in containerized views.
Diffstat (limited to 'ui/memorymap.h')
| -rw-r--r-- | ui/memorymap.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/memorymap.h b/ui/memorymap.h index 35d79443..44bd0195 100644 --- a/ui/memorymap.h +++ b/ui/memorymap.h @@ -329,6 +329,7 @@ class BINARYNINJAUIAPI MemoryMapContainer : public QWidget, public ViewContainer MemoryMapView* m_memoryMap; MemoryMapSidebarWidget* m_widget; + UIActionHandler m_actionHandler; public: MemoryMapContainer(BinaryViewRef data, MemoryMapSidebarWidget* parent); @@ -338,6 +339,11 @@ public: protected: virtual void focusInEvent(QFocusEvent* event) override; + +private: + void bindNavigationShortcuts(); + void navigateBack(); + void navigateForward(); }; /*! |
