home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MaView = {
- ACTIONS = {
- efface:;
- };
- OUTLETS = {
- couleurFond;
- couleurFin;
- couleurDebut;
- };
- SUPERCLASS = View;
- };
- Controleur = {
- ACTIONS = {
- sauver:;
- calculer:;
- charger:;
- nouveau:;
- appDidInit:;
- showInfo:;
- };
- OUTLETS = {
- couleur1;
- graphe;
- zoneNbrIter;
- paramPanel;
- posPanel;
- zonePas;
- couleur2;
- couleurFond;
- fenetre;
- matrice;
- zoneCouleur;
- zoneNbrSouris;
- infoView;
- };
- SUPERCLASS = Object;
- };
-