company logo

Pixmap :: assign - Assign pixmap

The function assigns the pixmap definition, i.e. file path and binary data block, from the pixmap passed in cPixmap . File path and binary data are shared as long as not being updated.

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 details

odabagui::Pixmap & Pixmap  :: assign ( odabagui::Pixmap &cPixmap )
  • cPixmap - Pixmap data

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