This is TiffDocView.h in view mode; [Download] [Up]
/*TiffDocView.h
*
* This header file defines the TiffDocView, which is the DocView of the
* ScrollView in the application's main Window. TiffDocView has one instance
* variable, which allows it to communicate with the NXImage being displayed in
* the ScrollView.
*
* You may freely copy, distribute, and reuse the code in this example.
* NeXT disclaims any warranty of any kind, expressed or implied, as to its
* fitness for any particular use.
*/
#import <appkit/View.h>
@interface TiffDocView:View
{
id docImage; /* This holds the id of the NXImage being displayed. */
}
- readImageFile: (const char *)imageFile;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.