view::VisibilityType in std::view
WARNING: This type is experimental and may change or be removed.
Whether the objects of a named view start visible or hidden.
This is the view's baseline: it applies to every object, and the view's
except list names the objects it does not apply to.
Variants
| Variant | Description |
|---|---|
Show | Every object is visible, except the ones the view excepts, which are hidden. |
Hide | Every object is hidden, except the ones the view excepts, which are the only visible ones. |