Up

NSLayoutGuide class documentation

Authors

Generated by root

Contents -

  1. Software documentation for the NSLayoutGuide class
  2. Software documentation for the NSView(NSLayoutGuideSupport) category

Software documentation for the NSLayoutGuide class

NSLayoutGuide : NSObject

Declared in:
AppKit/NSLayoutGuide.h
Conforms to:
NSCoding
NSUserInterfaceItemIdentification
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

bottomAnchor 

- (NSLayoutYAxisAnchor*) bottomAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

centerXAnchor 

- (NSLayoutXAxisAnchor*) centerXAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

centerYAnchor 

- (NSLayoutYAxisAnchor*) centerYAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintsAffectingLayoutForOrientation: 

- (NSArray*) constraintsAffectingLayoutForOrientation: (NSLayoutConstraintOrientation)orientation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

frame 

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

Description forthcoming.

hasAmbiguousLayout 

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

Description forthcoming.

heightAnchor 

- (NSLayoutDimension*) heightAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

identifier 

- (NSUserInterfaceItemIdentifier) identifier;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

leadingAnchor 

- (NSLayoutXAxisAnchor*) leadingAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

leftAnchor 

- (NSLayoutXAxisAnchor*) leftAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

owningView 

- (NSView*) owningView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

rightAnchor 

- (NSLayoutXAxisAnchor*) rightAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setIdentifier: 

- (void) setIdentifier: (NSUserInterfaceItemIdentifier)identifier;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setOwningView: 

- (void) setOwningView: (NSView*)owningView;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

topAnchor 

- (NSLayoutYAxisAnchor*) topAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

trailingAnchor 

- (NSLayoutXAxisAnchor*) trailingAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

widthAnchor 

- (NSLayoutDimension*) widthAnchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSLayoutGuide Class

_bottomAnchor

@protected NSLayoutYAxisAnchor* _bottomAnchor;
Availability: Not in OpenStep/MacOS-X

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.

_centerXAnchor

@protected NSLayoutXAxisAnchor* _centerXAnchor;
Availability: Not in OpenStep/MacOS-X

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.

_centerYAnchor

@protected NSLayoutYAxisAnchor* _centerYAnchor;
Availability: Not in OpenStep/MacOS-X

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.

_frame

@protected NSRect _frame;
Availability: Not in OpenStep/MacOS-X

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.

_hasAmbiguousLayout

@protected BOOL _hasAmbiguousLayout;
Availability: Not in OpenStep/MacOS-X

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.

_heightAnchor

@protected NSLayoutDimension* _heightAnchor;
Availability: Not in OpenStep/MacOS-X

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.

_identifier

@protected NSUserInterfaceItemIdentifier _identifier;
Availability: Not in OpenStep/MacOS-X

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.

_leadingAnchor

@protected NSLayoutXAxisAnchor* _leadingAnchor;
Availability: Not in OpenStep/MacOS-X

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.

_leftAnchor

@protected NSLayoutXAxisAnchor* _leftAnchor;
Availability: Not in OpenStep/MacOS-X

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.

_owningView

@protected NSView* _owningView;
Availability: Not in OpenStep/MacOS-X

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.

_rightAnchor

@protected NSLayoutXAxisAnchor* _rightAnchor;
Availability: Not in OpenStep/MacOS-X

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.

_topAnchor

@protected NSLayoutYAxisAnchor* _topAnchor;
Availability: Not in OpenStep/MacOS-X

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.

_trailingAnchor

@protected NSLayoutXAxisAnchor* _trailingAnchor;
Availability: Not in OpenStep/MacOS-X

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.

_widthAnchor

@protected NSLayoutDimension* _widthAnchor;
Availability: Not in OpenStep/MacOS-X

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.




Software documentation for the NSView(NSLayoutGuideSupport) category

NSView(NSLayoutGuideSupport)

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

Description forthcoming.
Method summary

addLayoutGuide: 

- (void) addLayoutGuide: (NSLayoutGuide*)guide;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

layoutGuides 

- (NSArray*) layoutGuides;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

removeLayoutGuide: 

- (void) removeLayoutGuide: (NSLayoutGuide*)guide;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Up