This is photoCD_Rdr.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
// pCD_Types defines ov_Tags, and is_Tags (the values of which
// must match Tags in nib files), and ovImageArray.
#import "../pCD_Types.h"
@interface photoCD_Rdr:Object
{
id readStatusField;
id readStatusPanel;
}
- (int)readOverviewFromFile:(char *)ovFil
curImageCount:(int)initialImageCount
ImageArray:(ovImageArray *)imageArrayPtr
MaxEntries:(int)overviewReadMax ;
- setDoSharp:(BOOL)wantsDoSharp;
- setNextGammaCorrection:(BOOL)wantsNextCorr;
- readBitmapFromFile:(char *)imFile atSize:(enum is_Tags)imageSize;
- freeDataPlanes:(NXBitmapImageRep *)imgBitmap;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.