|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| Collapsible & MayaFlux::Portal::Forma::Collapsible::place | ( | std::shared_ptr< Buffers::FormaBuffer > | buf, |
| Surface & | surface, | ||
| LayoutCursor & | cursor, | ||
| float | row_h | ||
| ) |
Register the header element using the cursor's column extents.
Equivalent to the explicit-extent overload with x_min and x_max taken from cursor. Use with a column-scoped LayoutCursor so the header spans exactly the column the cursor advances within.
| buf | Pre-created FormaBuffer sized for this header. |
| surface | Surface to register the header on. |
| cursor | Layout cursor. Supplies column extents and is advanced by row_h on return. |
| row_h | Header strip height in NDC units. |
Definition at line 122 of file Collapsible.cpp.
References place(), MayaFlux::Portal::Forma::LayoutCursor::x_max(), and MayaFlux::Portal::Forma::LayoutCursor::x_min().
Here is the call graph for this function: