summaryrefslogtreecommitdiff
path: root/ui/memorymap.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-02-13 13:06:48 -0500
committerBrian Potchik <brian@vector35.com>2025-02-13 13:06:48 -0500
commit3434b6a83ef7a424998b9bc1f95fc484dbf8d2de (patch)
tree64e29763c42568f2f031fe92b296f9ed0e1ce387 /ui/memorymap.h
parentee5063327e3ddefaa59ee2ff90e6e9f54eca2076 (diff)
Update MemoryMap UI Segment Columns.
Diffstat (limited to 'ui/memorymap.h')
-rw-r--r--ui/memorymap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/memorymap.h b/ui/memorymap.h
index f49a508d..b6c2bc99 100644
--- a/ui/memorymap.h
+++ b/ui/memorymap.h
@@ -85,9 +85,11 @@ public:
enum class SegmentColumn : int {
START = 0,
END,
+ LENGTH,
DATA_OFFSET,
DATA_LENGTH,
FLAGS,
+ SOURCE,
COLUMN_COUNT,
};
@@ -137,6 +139,8 @@ class BINARYNINJAUIAPI SegmentWidget : public QWidget
//void updateInfo();
void showContextMenu(const QPoint& point);
+ QMenu* createHeaderContextMenu(const QPoint& p);
+ void restoreDefaults();
void addSegment();
void editSegment(SegmentRef segment);