company logo

Image :: active - File path to active image

The active image path has to be provided in any case. Otherwise, the image will not be displayed and is considered as empty.

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

The string refers to a relative or absolute file location.

Implementation overview

Implementation details

  1. Get peth to active image
    const odaba::String Image  :: active (  )

    The function returns the path to the active image. Image definitions, which do not define an active path (empty path) are considered as invalid and cannot be applied to GUI resources.

  2. to list
  3. Set path to active iamge
    const odaba::String Image  :: active ( odaba::String &sActivePath )

    The function sets the active image path to the value passed in sActivePath.

    • sActivePath - Path to active image

      The path is a file path to an image resource stored as bitmap (.bmp), compressed image (.jpg) or in platform independent image format (.png).

  4. to list