ftp.nice.ch/pub/next/graphics/viewer/ImagePortfolio.1.45.s.tar.gz#/ImagePortfolio_v1.45_src/ExpandedView.h

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

// -------------------------------------------------------------------------------------
// ExpandedView.h
// -------------------------------------------------------------------------------------

extern "Objective-C" {
#import <appkit/View.h>
}

// -------------------------------------------------------------------------------------
@interface ExpandedView : View
{

	id			imageId;			// image id
	const char	*imageFile;			// image file name
	int			imageRep;			// which rep to display
	int			bestRep;			// index of best representation

	BOOL		drawWithAlpha;		// draw image with alpha (composite)
	float		backgroundGray;		// background gray
  
}

// -------------------------------------------------------------------------------------
- setImage:image :(const char*)fileName;
- image;
- (BOOL)imageRepHasAlpha:(int)repNum;
- (int)bestRepIndex;
- setImageRep:(int)repNum withAlpha:(BOOL)useAlpha;

@end

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