ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/appkit/NXCachedImageRep.h

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

/*
    NXCachedImageRep.h

    Copyright (c) 1994, 1995, Adam Fedor
*/

#ifndef _GNUSTEP_NXCACHEDIMAGEREP_H_
#define _GNUSTEP_NXCACHEDIMAGEREP_H_

#include "NXImageRep.h"

@class Window;

@interface NXCachedImageRep : NXImageRep
{
    NXRect              _rect;
    int                 _reservedInt1;
    Window	       *_window;
    void	       *_cache;
    int			_reservedInt2;
}

- initFromWindow:(Window *)win rect:(const NXRect *)rect;

- getWindow:(Window **)win andRect:(NXRect *)rect;
- (BOOL)draw;
- read:(NXTypedStream *)stream;
- write:(NXTypedStream *)stream;
- free;

@end

#endif

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