diff options
Diffstat (limited to 'docs/archapi.md')
-rw-r--r-- | docs/archapi.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/archapi.md b/docs/archapi.md index f6f184e0..df7cd0a1 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 @@ -567,7 +573,7 @@ Return the graphic elements that make up a decal. The same decal must always produce the same list. If the graphics for a design element changes, that element must return another decal. -*BaseArch default: asserts false as unreachable due to there being no decals* +*BaseArch default: returns default-constructed range* ### DecalXY getBelDecal(BelId bel) const |