company logo

Pixmap :: path - File path

The property returns a file path to a file location with a pixmap file (png, jpg or other). In order to support platform independence, png files are preferred. The file location will be ignored, as soon as binary pixmap data has been provided in binary.

Return value:  File path ( odaba::String & )

The string refers to a relative or absolute file location.

Implementation overview

Implementation details

  1. Get file path
    odaba::String Pixmap  :: path (  )

    The function returns the pixmap file path.

  2. to list
  3. Set pixmap path
    odaba::String Pixmap  :: path ( odaba::String &sPath )

    The function sets the file path for the pixmap file to the path passed in sPath..

    • sPath - File path

      The string refers to a relative or absolute file location.

  4. to list