This is ImageSubInspector.h in view mode; [Download] [Up]
//---------------------------------------------------------------------------------------------------- // // ImageSubInspector // // Inherits From: DefaultSubInspector // // Declared In: ImageSubInspector.h // // Class Description // // ImageSubInspector manages 'sub' inspection of eps and tiff files. // // Disclaimer // // You may freely copy, distribute and reuse this software and its // associated documentation. I disclaim any warranty of any kind, // expressed or implied, as to its fitness for any particular use. // //---------------------------------------------------------------------------------------------------- #import "DefaultSubInspector.h" @interface ImageSubInspector : DefaultSubInspector { id imageView; id imageHeight; id imageWidth; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.