company logo

ActionItem :: layout - Action layout property

The property returns the action layout. The action layout collects several properties, which might also be changed via setProperty(). Text and background color in the layout do not apply on action items.

Return value:  Font definition ( odabagui::Layout  )

Font definition includes all font properties including size and color.

Implementation overview

Implementation details

  1. Get action item layout
    odabagui::Layout ActionItem  :: layout (  )

    The function returns the action item layout, i.e. font and textual information.

  2. to list
  3. Change action item layout
    odabagui::Layout ActionItem  :: layout ( odabagui::Layout &cLayout )

    The function changes action item layout properties passed in the layout. Text and background color passed in the layout will be ignored. Layout properties that are empty will not be changed.

    • cLayout - Constant layout reference

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

  4. to list