Up
Authors
- David Ayers (
ayers@fsfe.org)
-
Date: Generated at 2025-12-01
Copyright: (C) 2004,2005 Free Software Foundation, Inc.
- Declared in:
- EOInterface/EOMasterDetailAssociation.h
Description forthcoming.
EOMasterDetailAssociation declares 3 Instance Variables
+ (
NSArray*)
aspectSignatures;
Description forthcoming.
+ (
NSArray*)
aspects;
Description forthcoming.
+ (
NSString*)
displayName;
Description forthcoming.
+ (BOOL)
isUsableWithObject: (id)object;
Description forthcoming.
+ (
NSString*)
primaryAspect;
Description forthcoming.
- (void)
breakConnection;
Description forthcoming.
- (void)
establishConnection;
Description forthcoming.
- (void)
subjectChanged;
Description forthcoming.
Instance Variables for EOMasterDetailAssociation Class
@protected id
_currentMasterEO;
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
_currentMasterValue;
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 unsigned int
_lastCount;
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:
- EOInterface/EOMasterDetailAssociation.h
Description forthcoming.
+ (
NSString*)
displayName;
Description forthcoming.
+ (BOOL)
isUsableWithObject: (id)object;
Description forthcoming.
Up