Image :: normal - Normal image
The path to the normal image refers to the image to be displayed, when the item the image applies to is considered as normal, i.e. not as active and not as disabled. In order to define an icon set, at least the normal image has to be defined. Otherwise, the icon set is invalid and will not be displayed.
When referring to items in a list view, the normal image will be displayed.
Return value: File path ( odaba::String & )
The string refers to a relative or absolute file location.
Implementation overview
- Get path to normal image
Image :: normal (  ) - Set path to noral iamge
Image :: normal ( sNormalPath )
Implementation details
-
Get path to normal image
const odaba::String Image  :: normal (  )
The function returns the path to the normal image.
to list
-
Set path to noral iamge
const odaba::String Image  :: normal ( odaba::String &sNormalPath )
The function sets the normal image path to the value passed in sNormalPath.
- sNormalPath - Path to inactive image
to list