********************************************************************
* NOTE: This file is generated automatically from the event * definition file Euclid.evt. ********************************************************************<* PRAGMA LL *> INTERFACEEuclidViewClass ; <*NOWARN*> IMPORT Euclid, View, Thread; TYPE T <: Public; Public = View.T OBJECT METHODS <*LL = {} *> oeSetupTriangle ( a, b: REAL) RAISES {Thread.Alerted}; oeSetupSquare ( p1, p2, p3, p4: Euclid.Id) RAISES {Thread.Alerted}; oeLineAL ( show: BOOLEAN) RAISES {Thread.Alerted}; oeTriangle ( p1, p2, p3: Euclid.Id; color: INTEGER) RAISES {Thread.Alerted}; oeQuad ( p1, p2, p3, p4: Euclid.Id; color: INTEGER) RAISES {Thread.Alerted}; oeShear ( p1, p2, from, to: Euclid.Id) RAISES {Thread.Alerted}; oeRotateTriangle ( pivot, p1From, p1To, p2From, pt2To: Euclid.Id) RAISES {Thread.Alerted}; oeRotateLine ( pivot, pFrom, pTo: Euclid.Id) RAISES {Thread.Alerted}; oeRotateAngle ( pivot, p1From, p1To, p2From, pt2To: Euclid.Id) RAISES {Thread.Alerted}; oeHighlightLine ( p1, p2: Euclid.Id; value: INTEGER; show: BOOLEAN) RAISES {Thread.Alerted}; oeHighlightAngle ( p1, vertex, p2: Euclid.Id; value: INTEGER; show: BOOLEAN) RAISES {Thread.Alerted}; oeRemove ( p1, p2, p3, p4: Euclid.Id; show: BOOLEAN) RAISES {Thread.Alerted}; oeStep ( ) RAISES {Thread.Alerted}; <*LL = VBT.mu *> END; END EuclidViewClass.