This is FTDiscardPileDelegate.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ /*--------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | | FTDiscardPileDelegate : NSObject | | << Description >> | | ----------------------------------------------------------------------------- \----------------------------------------------------------------------------*/ #import <AppKit/AppKit.h> #import <Solitaire/CardSet.h> @class CardPileView; @interface FTDiscardPileDelegate : NSObject { CardPileView* suitCardPileViews[8]; } /*---------------------------------------------------------------------------- | | CardPileView delegation methods | \---------------------------------------------------------------------------*/ - (void) setSuitCardPileViews:(id [])theViews; - (void) doubleClickedCard:(Card*)aCard in:(CardPileView*)aCardPileView; - (BOOL) draggedPile:(CardPile*)aCardPile from:(CardPileView*)discardCardPileView; - (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.