mentor/derived/CPViewClass.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 CP.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE CPViewClass;

<*NOWARN*> IMPORT R2, View, Thread;

TYPE
  T <: Public;
  Public = View.T OBJECT
      METHODS
      <*LL = {} *>
        oeSetup ( ) RAISES {Thread.Alerted};
        oeAddPoint ( p: R2.T; N: INTEGER; big: BOOLEAN) RAISES {Thread.Alerted};
        oeNotProcessed ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
        oeRemoveNotProcessed ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
        oeActiveR ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
        oeRemoveActiveR ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
        oeCloseR ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
        oeRemoveCloseR ( x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
        oeSplit ( x: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
        oeSplitRemove ( x: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
        oeNewMin ( p1, p2, c1, c2: R2.T; big: BOOLEAN) RAISES {Thread.Alerted};
        oeNoChangeMin ( p1, p2, c1, c2: R2.T; big: BOOLEAN) RAISES {Thread.Alerted};
        oeSelectTrialPoint ( x: R2.T; big: BOOLEAN) RAISES {Thread.Alerted};
        oeDeselectTrialPoint ( x: R2.T; big: BOOLEAN) RAISES {Thread.Alerted};
        oeSelectTargetPoint ( trialp, targp: R2.T; big: BOOLEAN) RAISES {Thread.Alerted};
        oeDeselectTargetPoint ( trialp, targp: R2.T; big: BOOLEAN) RAISES {Thread.Alerted};
        oeDrawBar ( y, x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
        oeRemoveBar ( y, x1, x2: REAL; big: BOOLEAN) RAISES {Thread.Alerted};
      <*LL = VBT.mu *>
      END;

END CPViewClass.

interface View is in: