Line :: setLayout - Set line layout
The function applies the layout elements passed in cLayout to all cells of the list item attached to the line. Only layout elements passed in the layout will be changed or set as cell layout properties. Layout properties not set in the passed layout remain unchanged.
In order to deactivate current settings in line cells, resetLayout() should be called before setting new layout properties.
When no line is attached, the function throws an exception.
Implementation details
Line  :: setLayout ( odabagui::Layout &cLayout )
- cLayout
- Constant layout reference
The layout object contains layout information for controls and data items.