simpleAmigaIcon {AmigaFFH} | R Documentation |
Create simple AmigaIcon objects
Description
Graphical representation of files and directories (icons) are stored as
separate files (with the .info extension) on the Amiga. This function writes
AmigaIcon()
class objects to such files.
Usage
simpleAmigaIcon(
version = c("OS1.x", "OS2.x"),
type = c("WBDISK", "WBDRAWER", "WBTOOL", "WBPROJECT", "WBGARBAGE", "WBDEVICE",
"WBKICK", "WBAPPICON"),
two.images = TRUE,
back.fill = FALSE,
...
)
Arguments
version |
A |
type |
A |
two.images |
A single |
back.fill |
A single |
... |
Reserved for additional arguments. Currently ignored. |
Details
This function creates basic AmigaIcon()
objects which
can be modified afterwards. It uses simple generic images to represent
different types of files or directories.
Value
Returns a simple S3 object of class AmigaIcon()
.
Author(s)
Pepijn de Vries
See Also
Other AmigaIcon.operations:
AmigaIcon
,
rawToAmigaIcon()
,
read.AmigaIcon()
,
write.AmigaIcon()
Other raw.operations:
as.AmigaBasic()
,
as.raw.AmigaBasic()
,
colourToAmigaRaw()
,
packBitmap()
,
rawToAmigaBasicBMAP()
,
rawToAmigaBasicShape()
,
rawToAmigaBasic()
,
rawToAmigaBitmapFontSet()
,
rawToAmigaBitmapFont()
,
rawToAmigaIcon()
,
rawToHWSprite()
,
rawToIFFChunk()
,
rawToSysConfig()
Examples
## Not run:
## Create an AmigaIcon object using the default arguments:
icon <- simpleAmigaIcon()
## End(Not run)