home *** CD-ROM | disk | FTP | other *** search
- Clock = {
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Board = {
- ACTIONS = {
- print:;
- };
- SUPERCLASS = Control;
- };
- ResponseMeter = {
- SUPERCLASS = View;
- };
- Chess = {
- ACTIONS = {
- print:;
- levelSliding:;
- setWhiteColor:;
- listGame:;
- renderColors:;
- startGame:;
- chooseSide:;
- forceMove:;
- undoMove:;
- showPosition:;
- view2D:;
- view3D:;
- hint:;
- plastic:;
- info:;
- saveGame:;
- saveAsGame:;
- openGame:;
- granite:;
- setBlackColor:;
- setPreferences:;
- newGame:;
- };
- OUTLETS = {
- clockWindow;
- sideMatrix;
- boardWindow;
- infoScroll;
- blackClock;
- setButton;
- blackMeter;
- forceButton;
- infoPanel;
- blackClockText;
- whiteMeter;
- message;
- levelText;
- whiteClock;
- whiteSideMatrix;
- whiteName;
- startButton;
- blackName;
- blacksample;
- gameBoard;
- board3D;
- board2D;
- levelSlider;
- blackSideMatrix;
- whiteClockText;
- whitesample;
- };
- SUPERCLASS = Application;
- };
- Board3D = {
- SUPERCLASS = Control;
- };
-