ftp.nice.ch/pub/next/games/card/NeXTmille.2.0.s.tar.gz#/NeXTmille-2.0a/DistanceCardStackView.h

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

/* Generated by Interface Builder */

#import "CardHolder.h"
#import	"CardView.h"
#import	<objc/List.h>


// This object maintains an array of stack views.  There is one stack for
//	each distance card type.


@interface DistanceCardStackView:CardHolder
{

												// Whenever the holder list is requested all
												//	of the cards on the distance stack piles are 
												//	copied onto this list and the list returned.
	List	*cards;
}

												// This method creates five overlapping stack views to hold
												//	the distenance cards and attaches them to itself.
+ newFrame:( const NXRect * )frameRect;
- free;
												// Overrides the superclass methods.  
- addCard:( CardView * )aCard :sender;
- removeCard:( CardView * )aCard :sender;	
- sendCard:( CardView * )aCard to:anObject;
- sendAllCardsTo:anObject;
- ( List * )holderList;
- ( int )numCardTypeInHolder:( int )aCardTag;
- ( int )numSafetiesInHolder;


@end

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