diff options
| author | Alexander Taylor <alex@vector35.com> | 2026-04-30 00:13:11 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2026-04-30 00:13:11 -0400 |
| commit | f389b25261d6f0de54627f1dbc176e852f974c74 (patch) | |
| tree | 8441f663f80132c8523f367d2dcc09412bc661ee /ui/typeeditor.h | |
| parent | 9f9ec1403b215743a45dd3f50cbd1683143842de (diff) | |
Add Create Struct Member at Offset to Type View.
Diffstat (limited to 'ui/typeeditor.h')
| -rw-r--r-- | ui/typeeditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/typeeditor.h b/ui/typeeditor.h index 12243806..600c51ab 100644 --- a/ui/typeeditor.h +++ b/ui/typeeditor.h @@ -107,6 +107,8 @@ public: void undefineMembers(); bool canAppendField(); void appendField(); + bool canCreateStructureMemberAtOffset(); + void createStructureMemberAtOffset(); bool canCreateArray(); void createArray(); bool canChangeType(); |
