company logo

Image :: disabled - Disabled image

The path to the disabled image refers to the image to be displayed, when the item the image applies to is considered as disabled. When no disabled image has been provided, the inactive image is used, instead.

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

The string refers to a relative or absolute file location.

Implementation overview

Implementation details

  1. Get path to disabled image
    const odaba::String Image  :: disabled (  )

    The function returns the path to the disabled image.

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

    The function sets the disabled image path to the value passed in sDisabledPath.

    • sDisabledPath - Path to disabled 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