Up
Authors
- Generated by Debian
-
- 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.
+ (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.
Up