home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / OfMiceAndMen / Source / MaView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  674 b   |  32 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/appkit.h>
  5.  
  6. #define    NBRMAX        10
  7. #define    NBRITER        5000
  8.  
  9. @interface MaView:View
  10. {
  11. //    Outlets
  12.     id couleurDebut;
  13.     id couleurFin;
  14.     id couleurFond;
  15.     
  16. //     variables d’instance    
  17.     int    action ;
  18.     NXPoint    souris[NBRMAX][NBRITER+1];
  19.     int nombre_de_souris, nombre_iterations;
  20.     float pas_de_calcul;
  21.     int couleur;
  22. }
  23.  
  24. - (int) dessine:(int)nombre:(int)nbrIter:(int)coul:(float ) p: (float *)abscisses: (float *)ordonnees ;
  25. - efface:sender;
  26. //    redéfinition des méthodes de view
  27.  
  28. - initFrame:(const NXRect *)frameRect;        // initialise AutoTrace
  29. - drawSelf:(NXRect *)rects :(int)rectCount;    // contient les fonctions postScript de dessin
  30.  
  31. @end
  32.