summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h7
1 files changed, 3 insertions, 4 deletions
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<void()>& func);
+ void ClearOnComplete();
std::vector<Ref<FunctionGraphBlock>> GetBlocks() const;
- int GetLeftExtent() const;
- int GetTopExtent() const;
- int GetRightExtent() const;
- int GetBottomExtent() const;
+ int GetWidth() const;
+ int GetHeight() const;
std::vector<Ref<FunctionGraphBlock>> GetBlocksInRegion(int left, int top, int right, int bottom);
};
}