MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / rows

Method rows

gui/src/flexgridlayout.cpp:165–165  ·  view source on GitHub ↗

returns the number of rows, including the last row that might not be full

Source from the content-addressed store, hash-verified

163
164// returns the number of rows, including the last row that might not be full
165int FlexGridLayout::rows() const { return row + (col != 0); }
166
167// returns the maximum number of cols/elements that are currently on a row
168int FlexGridLayout::columns() const

Callers 1

layoutUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected