[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

MacGWorld

inherits from RasterSource

Object <- RasterSource <- MacGWorld



Operations

Get list of all operations

BeginReadRaster
EndReadRaster
PrepareToReadRaster


Attributes

Get list of all attributes

Class MacGWorld defines no new attributes.


Fields

Field Type
MacGWorld: gworld: Pointer


Instance template

instance MacGWorld tag;
         gworld: nil;
end instance;

Class definition

Define Class MacGWorld;
    inherits from RasterSource;

    field gworld: Pointer;

    overrides PrepareToReadRaster, BeginReadRaster, EndReadRaster;
end class;