-
class
StencilScript
: public OverlayScript
(Return to index)
-
serialized view of StencilOvComp.
Type:
Base Classes:
Derived Classes
Include file:
OverlayUnidraw/ovstencil.h
Public:
- virtual boolean
Definition (ostream&)
output variable-length ASCII record that defines the component.
- boolean
GetByPathnameFlag ()
- virtual ClassId
GetClassId ()
- virtual boolean
IsA (ClassId)
- static int
ReadImageBitmap (istream&, void*, void*, void*, void*)
read bits (1's and 0's separated by commas) of the image part of
a stencil directly from istream.
- static int
ReadMaskBitmap (istream&, void*, void*, void*, void*)
read bits (1's and 0's separated by commas) of the mask part of
a stencil directly from istream.
- static int
ReadStencil (istream&, void*, void*, void*, void*)
read stencil pathname if it exists, and construct a Ustencil
with two Bitmap's inside (image and mask).
-
StencilScript (StencilOvComp* = nil)
- static Bitmap*
read_bitmap (istream&)
read bits (1's and 0's separated by commas) and construct a Bitmap.
(more documentation)