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
- Get pixmap definition from layout
Layout :: pixmap (  ) - Set or replace default pixmap definition
Layout :: pixmap ( cPixmap )
Implementation details
-
Get pixmap definition from layout
const odabagui::Pixmap & Layout  :: pixmap (  )
The function returns the pixmap definition for the layout icon (normal pixmap).
to list
-
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.
to list
- cPixmap
- Pixmap data