From e931fbb18ed367745411592e3c408c1a04155a57 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Sat, 21 Feb 2015 20:15:09 -0500 Subject: Handle sizing and complete event for disassembly view --- binaryninjaapi.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 21d46554..ce400e38 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -722,13 +722,12 @@ namespace BinaryNinja void StartLayout(); bool IsLayoutComplete(); void OnComplete(const std::function& func); + void ClearOnComplete(); std::vector> GetBlocks() const; - int GetLeftExtent() const; - int GetTopExtent() const; - int GetRightExtent() const; - int GetBottomExtent() const; + int GetWidth() const; + int GetHeight() const; std::vector> GetBlocksInRegion(int left, int top, int right, int bottom); }; } -- cgit v1.3.1