This is SmallCard.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */
/*---------------------------------------------------------------------------
|----------------------------------------------------------------------------
|
| SmallCard : Card
|
| A smaller playing Card.
|
|----------------------------------------------------------------------------
\---------------------------------------------------------------------------*/
#import <AppKit/AppKit.h>
#import "Card.h"
@interface SmallCard : Card
{
}
/*" Initializing the class "*/
+ (void)initialize;
+ (void)drawCardImages;
+ (void)freeCardImages;
+ (void)setCardBackImage:theImage;
+ (void)setCardBack:(CardBack)aBack;
/*" Drawing "*/
- (void)preDrawCard:(NSImage*)theImage;
- (void)drawCardAt:(NSPoint)thePoint;
- (void)drawOutlineAt:(NSPoint)thePoint;
- (void)drawContentsAt:(NSPoint)thePoint;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.