company logo

Layout :: assign - Assign layout

The function changes layout properties from the layout passed in cLayout. The function changes only those layout properties, which are valid (not empty) in the passed layout. All other properties remain unchanged.

In an environment not supporting operator overloading as OSI, this function has to be called instead.

Return value:  Layout reference ( odabagui::Layout & )

The layout object contains layout information for controls and data items.

Implementation details

odabagui::Layout & Layout  :: assign ( odabagui::Layout &cLayout )
  • cLayout - Constant layout reference

    The layout object contains layout information for controls and data items.