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

◆ make_value_row() [1/2]

ValueRow MayaFlux::Portal::Forma::make_value_row ( const ValueSpec spec,
RowBuffer  row_buf,
Surface surface,
LayoutCursor cursor,
float  row_h,
glm::vec3  bg = glm::vec3(0.15F) 
)

make_value_row using the cursor's column extents.

Equivalent to the explicit-extent overload with x_min and x_max taken from cursor.

Definition at line 134 of file QueryUtils.cpp.

141{
142 return make_value_row(spec, std::move(row_buf), surface, cursor,
143 cursor.x_min(), cursor.x_max(), row_h, bg);
144}
ValueRow make_value_row(const ValueSpec &spec, RowBuffer row_buf, Surface &surface, LayoutCursor &cursor, float x_min, float x_max, float row_h, glm::vec3 bg)
Construct one labeled value row, advance the cursor, and return it.

References make_value_row(), MayaFlux::Portal::Forma::LayoutCursor::x_max(), and MayaFlux::Portal::Forma::LayoutCursor::x_min().

+ Here is the call graph for this function: