Object <- RasterSource <- MacGWorld |
|
|
BeginReadRaster EndReadRaster PrepareToReadRaster |
Class MacGWorld defines no new attributes.
Fields
| Field | Type | |
|---|---|---|
| MacGWorld: | gworld: | Pointer |
instance MacGWorld tag; gworld: nil; end instance;
Define Class MacGWorld; inherits from RasterSource; field gworld: Pointer; overrides PrepareToReadRaster, BeginReadRaster, EndReadRaster; end class;