[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]

IndirectPixels

inherits from Pixels

Object <- Pixels <- IndirectPixels



Operations

Get list of all operations

Init
ModifyPixels
PendingRefresh


Attributes

Get list of all attributes

Class IndirectPixels defines no new attributes.


Fields

Field Type
IndirectPixels: dirty: PixelBox


Instance template

instance IndirectPixels tag;
          dirty: <0,0,0,0>;
end instance;

Class definition

#endif

Define Class IndirectPixels;
    inherits from Pixels;

    field dirty: PixelBox;

    overrides Init;
    overrides ModifyPixels;
    operation PendingRefresh(var refresh: PixelBox);
end class;