From 99e397000c2bc8a80354c31ef259c6715dd142ff Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 11 Feb 2021 14:10:03 -0800 Subject: Add getBelHidden and add some missing "override" statements. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- docs/archapi.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/archapi.md b/docs/archapi.md index f6f184e0..3535122e 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -225,6 +225,12 @@ Return a list of all bels on the device. Return the type of a given bel. +### bool getBelHidden(BelId bel) const + +Should this bel be hidden from utilities? + +*BaseArch default: returns false* + ### BelAttrsRangeT getBelAttrs(BelId bel) const Return the attributes for that bel. Bel attributes are only informal. They are displayed by the GUI but are otherwise -- cgit v1.2.3