Up

NSCachedImageRep

Authors

Adam Fedor (fedor@gnu.org)
Cached image representation.

Copyright: (C) 1996 Free Software Foundation, Inc.

Software documentation for the NSCachedImageRep class

NSCachedImageRep : NSImageRep

Declared in:
AppKit/NSCachedImageRep.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

initWithSize: depth: separate: alpha: 

- (id) initWithSize: (NSSize)aSize depth: (NSWindowDepth)aDepth separate: (BOOL)separate alpha: (BOOL)alpha;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


initWithWindow: rect: 

- (id) initWithWindow: (NSWindow*)aWindow rect: (NSRect)aRect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


rect 

- (NSRect) rect;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


window 

- (NSWindow*) window;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSCachedImageRep Class

_rect

@protected NSRect _rect;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_window

@protected NSWindow* _window;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.






Up