This is ScoreView.h in view mode; [Download] [Up]
#import "AbstractErgoView.h"
@interface ScoreView : AbstractErgoView {
short blackCount, whiteCount;
id blackTextField, whiteTextField;
}
- letOtherColorMove;
/* Private methods: */
- appDidInit;
- countSquareAsWhite: (BOOL) isWhite;
- hitTest: (NXPoint *) aPoint;
- initFrame: (const NXRect *) frameRect;
- initTextFieldFrame: (const NXRect *) frameRect;
- updateTextFields;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.