For image maps that will be embedded in the OFX file. The Sky and Ground could have an image associated with it and this structure will define that image.
Definition at line 269 of file ASTRUCT.H.
Data Fields | |
long | size |
The size of the image map (this is a file size - the image is held as a copy of the file.). | |
char * | filename |
The file in which the image originated. | |
unsigned char * | data |
The actual image data - image are just RAW data - no type is used in this program. |
long size |
The size of the image map (this is a file size - the image is held as a copy of the file.).
Definition at line 270 of file ASTRUCT.H.
Referenced by CopyRamImage(), DisplayImageFromStore(), EmbedMapsForMap(), InitialiseRamImage(), LoadRamImage(), MakeFullMemoryImage(), MakeScript(), PaintMapOutline(), ReadRamImage(), SaveRamImagesFromAllMaps(), SaveRamImagesToFiles(), UnstoreRamImage(), WriteRamImage(), and WriteTemporaryFileForScript().
char* filename |
The file in which the image originated.
Definition at line 271 of file ASTRUCT.H.
Referenced by CopyRamImage(), DisplayImageFromStore(), EditGroundDialog(), EditSkyDialog(), EmbedMapsForMap(), InitialiseRamImage(), LoadRamImage(), MakeFullMemoryImage(), MakeScript(), PaintMapOutline(), ReadRamImage(), SaveRamImagesFromAllMaps(), SaveRamImagesToFiles(), UnloadRamImage(), UnstoreRamImage(), WriteRamImage(), and WriteTemporaryFileForScript().
unsigned char* data |
The actual image data - image are just RAW data - no type is used in this program.
Definition at line 272 of file ASTRUCT.H.
Referenced by CopyRamImage(), DisplayImageFromStore(), EmbedMapsForMap(), InitialiseRamImage(), LoadRamImage(), MakeFullMemoryImage(), PaintMapOutline(), ReadRamImage(), SaveRamImagesFromAllMaps(), SaveRamImagesToFiles(), UnloadRamImage(), UnstoreRamImage(), WriteRamImage(), and WriteTemporaryFileForScript().