This is FTGameDelegate.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /*--------------------------------------------------------------------------- | --------------------------------------------------------------------------- | | FTGameDelegate : NSObject | | << Description >> | | --------------------------------------------------------------------------- \---------------------------------------------------------------------------*/ #import <AppKit/AppKit.h> #import <Solitaire/CardSet.h> @class CardPileView; @interface FTGameDelegate : NSObject { CardPileView* suitCardPileViews[8]; } /*---------------------------------------------------------------------------- | | CardPileView delegation methods | \---------------------------------------------------------------------------*/ - (void) setSuitCardPileViews:(id [])theViews; - (void) doubleClickedCard:(Card*)aCard in:(CardPileView*)aCardPileView; //- clickedCard:aCard in:aCardPileView; - (BOOL) draggedPile:(CardPile*)aCardPile from:(CardPileView*)discardCardPileView; - (BOOL) canAcceptPile:(CardPile*)aCardPile from:sender in:(CardPileView*)aCardPileView; - (void) getOffset:(float *)xOffset :(float *)yOffset forSize:(CardSize)aSize; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.