company logo

Layout :: pixmap - Pixmap for layout icon

In order to decorate buttons, controls or data items in a list with images, an pixmap might be set for the layout. The property refers to the icon's normal pixmap.

Return value:  Pixmap data ( odabagui::Pixmap & )

Pixmap data contains a file path to a pixmap file and/or pixmap data as binary data block.

Implementation overview

Implementation details

  1. Get pixmap definition from layout
    const odabagui::Pixmap & Layout  :: pixmap (  )

    The function returns the pixmap definition for the layout icon (normal pixmap).

  2. to list
  3. Set or replace default pixmap definition
    const odabagui::Pixmap & Layout  :: pixmap ( odabagui::Pixmap &cPixmap )

    The function sets or replaces the current pixmap for the icon default pixmap (normal) with the pixmap passed in cPixmap.

    • cPixmap - Pixmap data

      Pixmap data contains a file path to a pixmap file and/or pixmap data as binary data block.

  4. to list