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
- Get peth to active image
Image :: active (  ) - Set path to active iamge
Image :: active ( sActivePath )
Implementation details
-
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.
to list
-
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).
to list
- sActivePath
- Path to active image