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
Standards:

Description forthcoming.



Instance Variables for NSCustomImageRep Class

_delegate

@private id _delegate;

Description forthcoming.


_selector

@private SEL _selector;

Description forthcoming.





Method summary

delegate 

- (id) delegate;

Description forthcoming.


drawSelector 

- (SEL) drawSelector;

Description forthcoming.


initWithDrawSelector: delegate: 

- (id) initWithDrawSelector: (SEL)aSelector delegate: (id)anObject;

Description forthcoming.



Up