This is MilesView.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import "CardView.h"
// This is a base class for all of the distance cards.
// It holds an instance variable that details the distance value and
// performs the drawing for a distance card.
@interface MilesView:CardView
{
// This variable is declared in this base class but is
// used in the subclasses. The subclasses store their
// distance value here.
int myMiles;
}
// The miles view is a base class, of sorts.
// It locates and initializes the bottom face bitmap
// for miles distance.
- init;
- drawSelf:( const NXRect * )rects :( int )rectCount;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.