mentor/derived/EuclidViewClass.i3


 Copyright (C) 1995, Digital Equipment Corporation.       
 All rights reserved.                                     
 See the file COPYRIGHT for a full description.           
                                                          
 Last modified on Thu Feb  9 08:56:28 PST 1995 by kalsow  
      modified on Wed Feb 17 17:04:21 PST 1993 by johnh   
      modified on Tue Jun  9 00:35:21 1992 by mhb         

********************************************************************

      *  NOTE: This file is generated automatically from the event
      *        definition file Euclid.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE EuclidViewClass;

<*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.

interface View is in: