class
VerticesScript
: public
OverlayScript
(Return to index)
serialized view of
VerticesOvComp
.
Type:
Instantiable
Base Classes:
public
OverlayScript
Derived Classes
Include file:
OverlayUnidraw/ovvertices.h
Description:
base class for all multi-point
OverlayScript
objects.
Public:
virtual boolean
Definition
(ostream&)
output variable-length ASCII record that defines the component.
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
static int
ReadPts
(istream&, void*, void*, void*, void*)
read and set point list in a
Vertices
graphic.
Protected:
virtual const char*
Name
()
method to be filled in by derivative classes to tell them apart.
VerticesScript
(
VerticesOvComp
* = nil)
(more documentation)