Up
Authors
- David Ayers (
ayers@fsfe.org)
-
Date: Generated at 2025-12-01
Copyright: (C) 2004,2005 Free Software Foundation, Inc.
- Declared in:
- EOInterface/EOAssociation.h
- Conforms to:
- NSCoding
Description forthcoming.
EOAssociation declares 1 Instance Variables
+ (
NSArray*)
aspectSignatures;
Description forthcoming.
+ (
NSArray*)
aspects;
Description forthcoming.
+ (
NSArray*)
associationClassesForObject: (id)object;
Description forthcoming.
+ (
NSArray*)
associationClassesSuperseded;
Description forthcoming.
+ (
NSString*)
displayName;
Description forthcoming.
+ (BOOL)
isUsableWithObject: (id)object;
Description forthcoming.
+ (
NSArray*)
objectKeysTaken;
Description forthcoming.
+ (
NSString*)
primaryAspect;
Description forthcoming.
- (void)
breakConnection;
Description forthcoming.
- (void)
copyMatchingBindingsFromAssociation: (
EOAssociation*)association;
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (
NSString*)
displayGroupKeyForAspect: (
NSString*)aspectName;
Description forthcoming.
- (BOOL)
endEditing;
Description forthcoming.
- (void)
establishConnection;
Description forthcoming.
- (id)
initWithObject: (id)object;
Description forthcoming.
- (id)
object;
Description forthcoming.
- (BOOL)
setValue: (id)value
forAspect: (
NSString*)aspectName;
Description forthcoming.
- (BOOL)
setValue: (id)value
forAspect: (
NSString*)aspectName
atIndex: (unsigned int)index;
Description forthcoming.
- (BOOL)
shouldEndEditingForAspect: (
NSString*)aspectName
invalidInput: (
NSString*)input
errorDescription: (
NSString*)description;
Description forthcoming.
- (BOOL)
shouldEndEditingForAspect: (
NSString*)aspectName
invalidInput: (
NSString*)input
errorDescription: (
NSString*)description
index: (unsigned int)index;
Description forthcoming.
- (void)
subjectChanged;
Implemented by subclasses.
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of
this and donating it to the GNUstep project.
- (id)
valueForAspect: (
NSString*)aspectName;
Description forthcoming.
- (id)
valueForAspect: (
NSString*)aspectName
atIndex: (unsigned int)index;
Description forthcoming.
Instance Variables for EOAssociation Class
@protected id
_object;
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