Pixmap :: path - File path
The property returns a file path to a file location with a pixmap file (png, jpg or other). In order to support platform independence, png files are preferred. The file location will be ignored, as soon as binary pixmap data has been provided in binary.
Return value: File path ( odaba::String & )
The string refers to a relative or absolute file location.
Implementation overview
- Get file path
Pixmap :: path (  ) - Set pixmap path
Pixmap :: path ( sPath )
Implementation details
-
Get file path
odaba::String Pixmap  :: path (  )
The function returns the pixmap file path.
to list
-
Set pixmap path
odaba::String Pixmap  :: path ( odaba::String &sPath )
The function sets the file path for the pixmap file to the path passed in sPath..
- sPath
- File path
The string refers to a relative or absolute file location.
to list
- sPath
- File path