Up
Authors
- Generated by Richard Frith-Macdonald
-
Date: Generated at 2025-12-01
- Declared in:
- EOControl/EOEvent.h
WARNING!!! This class is currently completely
unimplemented.
EOEvent declares 7 Instance Variables
+ (
NSDictionary*)
eventTypeDescriptions;
Description forthcoming.
- (
NSString*)
comment;
Description forthcoming.
- (
NSString*)
displayComponentName;
Description forthcoming.
- (int)
duration;
Description forthcoming.
- (int)
durationWithoutSubevents;
Description forthcoming.
- (id)
info;
Description forthcoming.
- (void)
markAtomicWithInfo: (id)info;
Description forthcoming.
- (void)
markEnd;
Description forthcoming.
- (void)
markStartWithInfo: (id)info;
Description forthcoming.
- (
EOEvent*)
parentEvent;
Description forthcoming.
- (void)
setInfo: (id)info;
Description forthcoming.
- (void)
setType: (
NSString*)type;
Description forthcoming.
- (
NSArray*)
subevents;
Description forthcoming.
- (
NSString*)
title;
Description forthcoming.
- (
NSString*)
type;
Description forthcoming.
Instance Variables for EOEvent Class
@protected EOEvent*
_child;
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 double
_duration;
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 double
_encountered;
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
_info;
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 EOEvent*
_next;
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 EOEvent*
_parent;
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 NSString*
_type;
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.
typedef enum ... EOEventSignatureType;
Description forthcoming.
NSString* EOEventGroupName;
Description forthcoming.
Up