Up

NSView

Authors

Scott Christley (scottc@net-community.com)
Felipe A. Rodriguez (far@ix.netcom.com)
Ovidiu Predescu (ovidiu@net-community.com)
Richard Frith-Macdonald (richard@brainstorm.co.uk)
The view class which encapsulates all drawing functionality

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

Software documentation for the NSView(PrivateMethods) category

NSView(PrivateMethods)

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

Warning this category is private, which means that the methods are for internal use by the package. You should not use them in external code.
Method summary

_ignoresBacking 

- (BOOL) _ignoresBacking;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_invalidateCoordinates 

- (void) _invalidateCoordinates;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_matrixFromWindow 

- (NSAffineTransform*) _matrixFromWindow;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_matrixToWindow 

- (NSAffineTransform*) _matrixToWindow;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_rebuildCoordinates 

- (void) _rebuildCoordinates;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_setIgnoresBacking: 

- (void) _setIgnoresBacking: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.


Up