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

◆ relate_to()

Slot & MayaFlux::Portal::Forma::Layer::Slot::relate_to ( uint32_t  primary_id)
inline

Record that this element belongs with primary_id.

Visibility, z-order, and remove operations on primary_id cascade to this element. Used to group body elements under a collapsible header or to tie a label element to its controller.

Definition at line 83 of file Layer.hpp.

84 {
85 m_layer.relate(primary_id, m_id);
86 return *this;
87 }
bool relate(uint32_t primary_id, uint32_t related_id)
Record that related_id belongs with primary_id.
Definition Layer.cpp:152