EOInterface

Classes
Up

EODetailSelectionAssociation class documentation

Authors

David Ayers (ayers@fsfe.org)

Date: Generated at 2025-12-01

Copyright: (C) 2004,2005 Free Software Foundation, Inc.

Software documentation for the EODetailSelectionAssociation class

EODetailSelectionAssociation : EOAssociation

Declared in:
EOInterface/EODetailSelectionAssociation.h
Description forthcoming.

EODetailSelectionAssociation declares 1 Instance Variables

Method summary


aspectSignatures 

+ (NSArray*) aspectSignatures;
Description forthcoming.

aspects 

+ (NSArray*) aspects;
Description forthcoming.

displayName 

+ (NSString*) displayName;
Description forthcoming.

isUsableWithObject: 

+ (BOOL) isUsableWithObject: (id)object;
Description forthcoming.

primaryAspect 

+ (NSString*) primaryAspect;
Description forthcoming.

breakConnection 

- (void) breakConnection;
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of this and donating it to the GNUstep project.

establishConnection 

- (void) establishConnection;
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of this and donating it to the GNUstep project.

subjectChanged 

- (void) subjectChanged;
Not implemented (as of 2025-12-01).
Please help us by producing an implementation of this and donating it to the GNUstep project.



Instance Variables for EODetailSelectionAssociation Class

_nonRetainedObject

@protected id _nonRetainedObject;
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