Up
Authors
- Generated by Richard Frith-Macdonald
-
Date: Generated at 2025-12-01
- Declared in:
- EOControl/EOAggregateEvent.h
Description forthcoming.
EOAggregateEvent declares 3 Instance Variables
- (void)
addEvent: (
EOEvent*)event;
Description forthcoming.
- (
NSArray*)
events;
Description forthcoming.
Instance Variables for EOAggregateEvent Class
@protected int
_aggregateSignatureTag;
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 NSArray*
_children;
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 NSMutableSet*
_references;
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