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

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

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


/*---------------------------------------------------------------------------
| ---------------------------------------------------------------------------
|
|    DrawPileDelegate : Object
|
| ----------------------------------------------------------------------------
\----------------------------------------------------------------------------*/

#import <appkit/appkit.h>

@interface DrawPileDelegate:Object
{
    id		discardCardPileView;
    id 		recycleCardPile;
    int		maxIndex;
	int		numPasses;
	int 	maxPasses;
	id		passText;
	id		passInfoText;
	BOOL	isEnabled;
}

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

- setMaxPasses:(int)aNumber;
- setDiscardCardPileView:theView;
- setDrawCardCount:(int)theCount;
- clickedCard:aCard in:drawCardPileView;
- setEnabled:(BOOL)flag;

@end

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