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
- Get path to disabled image
Image :: disabled (  ) - Set path to disabled iamge
Image :: disabled ( sDisabledPath )
Implementation details
-
Get path to disabled image
const odaba::String Image  :: disabled (  )
The function returns the path to the disabled image.
to list
-
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).
to list
- sDisabledPath
- Path to disabled image