Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSLayoutAnchor.h
- Conforms to:
- NSCoding
- NSCopying
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (
NSLayoutConstraint*)
constraintGreaterThanOrEqualToAnchor: (
NSLayoutAnchor*)anchor
constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutConstraint*)
constraintLessThanOrEqualToAnchor: (
NSLayoutAnchor*)anchor
constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*)
constraintsAffectingLayout;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
hasAmbiguousLayout;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id)
item;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*)
name;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSLayoutAnchor Class
@protected NSArray* _constraintsAffectingLayout;
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.
@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.
@protected id _item;
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.
@protected NSString* _name;
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.
- Declared in:
- AppKit/NSLayoutAnchor.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (
NSLayoutConstraint*)
constraintEqualToAnchor: (
NSLayoutDimension*)anchor
multiplier: (CGFloat)m
constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutConstraint*)
constraintEqualToConstant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutConstraint*)
constraintGreaterThanOrEqualToAnchor: (
NSLayoutDimension*)anchor
multiplier: (CGFloat)m;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutConstraint*)
constraintGreaterThanOrEqualToAnchor: (
NSLayoutDimension*)anchor
multiplier: (CGFloat)m
constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutConstraint*)
constraintGreaterThanOrEqualToConstant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutConstraint*)
constraintLessThanOrEqualToAnchor: (
NSLayoutDimension*)anchor
multiplier: (CGFloat)m
constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutConstraint*)
constraintLessThanOrEqualToConstant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- Declared in:
- AppKit/NSLayoutAnchor.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- Declared in:
- AppKit/NSLayoutAnchor.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
Up