Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSLayoutConstraint.h
- Conforms to:
- NSCoding
- NSCopying
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (void)
activateConstraints: (NSArray*)constraints;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (instancetype)
constraintWithItem: (id)view1
attribute: (
NSLayoutAttribute)attr1
relatedBy: (
NSLayoutRelation)relation
toItem: (id)view2
attribute: (
NSLayoutAttribute)attr2
multiplier: (CGFloat)mult
constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSArray*)
constraintsWithVisualFormat: (NSString*)fmt
options: (
NSLayoutFormatOptions)opt
metrics: (NSDictionary*)metrics
views: (NSDictionary*)views;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (void)
deactivateConstraints: (NSArray*)constraints;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
constant;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutAnchor*)
firstAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutAttribute)
firstAttribute;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id)
firstItem;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
isActive;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
multiplier;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutPriority)
priority;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutRelation)
relation;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutAnchor*)
secondAnchor;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSLayoutAttribute)
secondAttribute;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id)
secondItem;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setActive: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setPriority: (
NSLayoutPriority)priority;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSLayoutConstraint Class
@protected CGFloat _constant;
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 NSLayoutAnchor* _firstAnchor;
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 NSLayoutAttribute _firstAttribute;
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 _firstItem;
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 CGFloat _multiplier;
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 NSLayoutPriority _priority;
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 NSLayoutRelation _relation;
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 NSLayoutAnchor* _secondAnchor;
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 NSLayoutAttribute _secondAttribute;
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 _secondItem;
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/NSLayoutConstraint.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (void)
_bootstrapAutoLayout;
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.
- (void)
layoutIfNeeded;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up