ftp.nice.ch/pub/next/developer/objc/appkit/JPEGology.1.0.s.tar.gz#/jpeg/Jpeg.h

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

/* 
    File: Jpeg.h

    Written by: Georges CHAN

    Purpose: header file for Jpeg.m defines constant and
             global variables used in Jpeg.m

    Copyright, All right reserved.

    Feel free to use this application.

    Date: September 92

    Note: The author disclaims all warranties with regard to this
          software, including all implied warranties or merchantability,
          in no event shall the author be liable for any special,
          indirect or consequential damages or any damages whatsoever
          resulting from loss of use, data or profits, whether in an
          action of contract, negligence or other tortuous action,
          arising out of or in connection with the use of this software.
*/


/* Generated by Interface Builder */

#import <objc/Object.h>
#import <appkit/graphics.h>      // lib for graphics constant type, e.g. NXRect


#define FNAMELEN 20  // maximum length of file name
#define MAXLEN 100   // maximum length of full path name + file name

#define MAXWIN 50     // max number of windows

@interface Jpeg:Object
{
    char home[MAXLEN];     // hold the whole path of the application
    NXSize screamSize;     // size of the screen
    NXCoord winX,          // x coordinate where to put the displayed window
            winY;          // y coordinate where to put the displayed window
    id picture,            // bit map (or NXImage)
       win;                // window to display jpeg

}

- load:sender;
- save:sender;

@end

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