Up

NSCustomImageRep

Authors

Adam Fedor (fedor@colorado.edu)
Custom image representation.

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

Software documentation for the NSCustomImageRep class

NSCustomImageRep : NSImageRep

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

Description forthcoming.


Instance Variables

Method summary

delegate 

- (id) delegate;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


drawSelector 

- (SEL) drawSelector;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


initWithDrawSelector: delegate: 

- (id) initWithDrawSelector: (SEL)aSelector delegate: (id)anObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSCustomImageRep Class

_delegate

@protected id _delegate;

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.


_selector

@protected SEL _selector;

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