company logo

Layout :: operator= - 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, the assign() function has to be called instead.

Implementation details

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

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