diff options
| author | Brian Potchik <brian@vector35.com> | 2026-02-06 12:23:17 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2026-02-06 12:23:17 -0500 |
| commit | fc9c291b86beb1650dc9a67051f6f64439adf879 (patch) | |
| tree | a841073c856c8839ab10c56afb0209b38ed7bbe0 /ui/filecontext.h | |
| parent | 7e47e9e4b012d7c10fb54a59b7c68b3a1715ee5a (diff) | |
Add FileMetadata::GetDisplayName API to convey synthesized filenames for container file entries.
Diffstat (limited to 'ui/filecontext.h')
| -rw-r--r-- | ui/filecontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/filecontext.h b/ui/filecontext.h index 53b108f5..6a8c1d51 100644 --- a/ui/filecontext.h +++ b/ui/filecontext.h @@ -65,6 +65,7 @@ class BINARYNINJAUIAPI FileContext : public FileContextBase, public BinaryNinja: FileMetadataRef getMetadata() const { return m_file; } QString getFilename() const { return m_filename; } void setFilename(QString newName) { m_filename = newName; } + QString getDisplayName() const; ViewFrame* getCurrentViewFrame() const { return m_currentViewFrame; } QString getTabName(QWidget* widget); QString getShortFileName(QWidget* widget); |
