ftp.nice.ch/pub/next/games/card/NEXTVegas3.0.src.tar.gz#/NEXTVegas/Klondike/GamePileDelegate.h

This is GamePileDelegate.h in view mode; [Download] [Up]

/* indent:4  tabsize:8  font:fixed-width */

/*---------------------------------------------------------------------------
| ---------------------------------------------------------------------------
|
|    GamePileDelegate :Object
|
|    << Description >>
|
| ---------------------------------------------------------------------------
\---------------------------------------------------------------------------*/

#import <appkit/appkit.h>
#import "../NEXTVegas/CardSet.subproj/cardset.h"
 

@interface GamePileDelegate:Object
{
    id suitCardPileViews[4];
	BOOL	isEnabled;
}

/*----------------------------------------------------------------------------
|
|    CardPileView delegation methods
|
\---------------------------------------------------------------------------*/

- setSuitCardPileViews:(id [])theViews;
- clickedCard:aCard in:aCardPileView;
- doubleClickedCard:aCard in:aCardPileView;
- (BOOL)draggedPile:aCardPile from:discardCardPileView;
- (BOOL)canAcceptPile:aCardPile from:sender in:aCardPileView;
- getOffset:(float *)xOffset :(float *)yOffset forSize:(CardSize)aSize;
- setEnabled:(BOOL)flag;
- removedPile:aCardPile from:gameCardPileView;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.