Up

NSLayoutGuide class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2024-11-13 12:52:37 -0500


Contents -

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

Software documentation for the NSLayoutGuide class

NSLayoutGuide : NSObject

class_NSLayoutGuide NSObject NSObject NSLayoutGuide NSLayoutGuide NSObject->NSLayoutGuide p_NSUserInterfaceItemIdentification NSUserInterfaceItemIdentification p_NSUserInterfaceItemIdentification->NSLayoutGuide
Declared in:
AppKit/NSLayoutGuide.h
Conforms to:
NSUserInterfaceItemIdentification
Availability: MacOS-X 10.10.0

Description forthcoming.

Instance Variables

Method summary


bottomAnchor 

- (NSLayoutYAxisAnchor*) bottomAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.

centerXAnchor 

- (NSLayoutXAxisAnchor*) centerXAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.

centerYAnchor 

- (NSLayoutYAxisAnchor*) centerYAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.

constraintsAffectingLayoutForOrientation: 

- (NSArray*) constraintsAffectingLayoutForOrientation: (NSLayoutConstraintOrientation)orientation;
Availability: MacOS-X 10.10.0

Description forthcoming.

frame 

- (NSRect) frame;
Availability: MacOS-X 10.10.0

Description forthcoming.

hasAmbiguousLayout 

- (BOOL) hasAmbiguousLayout;
Availability: MacOS-X 10.10.0

Description forthcoming.

heightAnchor 

- (NSLayoutDimension*) heightAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.

identifier 

- (NSUserInterfaceItemIdentifier) identifier;
Availability: MacOS-X 10.10.0

Description forthcoming.

leadingAnchor 

- (NSLayoutXAxisAnchor*) leadingAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.

leftAnchor 

- (NSLayoutXAxisAnchor*) leftAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.

owningView 

- (NSView*) owningView;
Availability: MacOS-X 10.10.0

Description forthcoming.

rightAnchor 

- (NSLayoutXAxisAnchor*) rightAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.

setIdentifier: 

- (void) setIdentifier: (NSUserInterfaceItemIdentifier)identifier;
Availability: MacOS-X 10.10.0

Description forthcoming.

setOwningView: 

- (void) setOwningView: (NSView*)owningView;
Availability: MacOS-X 10.10.0

Description forthcoming.

topAnchor 

- (NSLayoutYAxisAnchor*) topAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.

trailingAnchor 

- (NSLayoutXAxisAnchor*) trailingAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.

widthAnchor 

- (NSLayoutDimension*) widthAnchor;
Availability: MacOS-X 10.10.0

Description forthcoming.



Instance Variables for NSLayoutGuide Class

_bottomAnchor

@protected NSLayoutYAxisAnchor* _bottomAnchor;
Availability: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

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: MacOS-X 10.10.0

Description forthcoming.

Method summary


addLayoutGuide: 

- (void) addLayoutGuide: (NSLayoutGuide*)guide;
Availability: MacOS-X 10.10.0

Description forthcoming.

layoutGuides 

- (NSArray*) layoutGuides;
Availability: MacOS-X 10.10.0

Description forthcoming.

removeLayoutGuide: 

- (void) removeLayoutGuide: (NSLayoutGuide*)guide;
Availability: MacOS-X 10.10.0

Description forthcoming.


Up