From d8e3001e535fad178c621ff07418f81f25123dc4 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 22 Aug 2024 12:55:49 -0600 Subject: Allow multiple high level representations for display, add Pseudo Rust and a Pseudo Python example plugin --- ui/ilchooser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/ilchooser.h') diff --git a/ui/ilchooser.h b/ui/ilchooser.h index e57b82a6..561e264f 100644 --- a/ui/ilchooser.h +++ b/ui/ilchooser.h @@ -22,10 +22,10 @@ class BINARYNINJAUIAPI ILChooserWidget : public MenuHelper public: ILChooserWidget(QWidget* parent, UIActionHandler* handler, bool longDescription); - void updateStatus(BNFunctionGraphType current); + void updateStatus(const BinaryNinja::FunctionViewType& current); - static QString shortNameForILType(BNFunctionGraphType type); - static QString longNameForILType(BNFunctionGraphType type); + static QString shortNameForILType(const BinaryNinja::FunctionViewType& type); + static QString longNameForILType(const BinaryNinja::FunctionViewType& type); protected: virtual void showMenu() override; -- cgit v1.3.1