summaryrefslogtreecommitdiff
path: root/ui/stackview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/stackview.h')
-rw-r--r--ui/stackview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/stackview.h b/ui/stackview.h
index 6202a8fb..12a8b87a 100644
--- a/ui/stackview.h
+++ b/ui/stackview.h
@@ -275,6 +275,9 @@ class BINARYNINJAUIAPI StackView : public QAbstractScrollArea, public View
//! Override the default event handler so we can have nice tooltips.
bool event(QEvent* event) override;
+ //! Get the current base name/offset using the currently selected base register
+ std::pair<std::string, int64_t> calculateBaseOffset() const;
+
BinaryViewRef getData() override;
uint64_t getCurrentOffset() override;
bool canCopyAddress() override { return false; };