MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ hidden()

Slot & MayaFlux::Portal::Forma::Layer::Slot::hidden ( )
inline

Hide this element immediately after registration.

Equivalent to layer.set_visible(id, false). Use when the element starts hidden and should be revealed by a relation cascade or an explicit state change.

Definition at line 96 of file Layer.hpp.

97 {
98 m_layer.set_visible(m_id, false);
99 return *this;
100 }
bool set_visible(uint32_t id, bool visible)
Definition Layer.cpp:63