company logo

Icon :: active - Active pixmap

In order to use an icon definition, the active pixmap must not be empty. The property returns the active 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 active pixmap
    const odabagui::Pixmap & Icon  :: active (  )

    The function returns the active pixmap.

  2. to list
  3. Set active pixmap
    const odabagui::Pixmap & Icon  :: active ( odabagui::Pixmap &cPixmap )

    The function sets path and binary data block of the active pixmap from 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