Up

EOEvent class documentation

Authors

Generated by ayers

Contents -

  1. Software documentation for the EOEvent class
  2. EOEvent types

Software documentation for the EOEvent class

EOEvent : NSObject

Declared in:
EOControl/EOEvent.h
Availability: OpenStep

WARNING!!! This class is currently completely unimplemented.

Instance Variables

Method summary

aggregateEvents: bySignatureOfType: 

+ (NSArray*) aggregateEvents: (NSArray*)events bySignatureOfType: (EOEventSignatureType)tag;
Availability: OpenStep

Description forthcoming.

eventTypeDescriptions 

+ (NSDictionary*) eventTypeDescriptions;
Availability: OpenStep

Description forthcoming.

groupEvents: bySignatureOfType: 

+ (NSArray*) groupEvents: (NSArray*)events bySignatureOfType: (EOEventSignatureType)tag;
Availability: OpenStep

Description forthcoming.

comment 

- (NSString*) comment;
Availability: OpenStep

Description forthcoming.

displayComponentName 

- (NSString*) displayComponentName;
Availability: OpenStep

Description forthcoming.

duration 

- (int) duration;
Availability: OpenStep

Description forthcoming.

durationWithoutSubevents 

- (int) durationWithoutSubevents;
Availability: OpenStep

Description forthcoming.

info 

- (id) info;
Availability: OpenStep

Description forthcoming.

markAtomicWithInfo: 

- (void) markAtomicWithInfo: (id)info;
Availability: OpenStep

Description forthcoming.

markEnd 

- (void) markEnd;
Availability: OpenStep

Description forthcoming.

markStartWithInfo: 

- (void) markStartWithInfo: (id)info;
Availability: OpenStep

Description forthcoming.

parentEvent 

- (EOEvent*) parentEvent;
Availability: OpenStep

Description forthcoming.

setInfo: 

- (void) setInfo: (id)info;
Availability: OpenStep

Description forthcoming.

setType: 

- (void) setType: (NSString*)type;
Availability: OpenStep

Description forthcoming.

signatureOfType: 

- (id) signatureOfType: (EOEventSignatureType)tag;
Availability: OpenStep

Description forthcoming.

startDate 

- (NSCalendarDate*) startDate;
Availability: OpenStep

Description forthcoming.

subevents 

- (NSArray*) subevents;
Availability: OpenStep

Description forthcoming.

title 

- (NSString*) title;
Availability: OpenStep

Description forthcoming.

type 

- (NSString*) type;
Availability: OpenStep

Description forthcoming.



Instance Variables for EOEvent Class

_child

@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.

_duration

@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.

_encountered

@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.

_info

@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.

_next

@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.

_parent

@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.

_type

@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.




EOEvent types

EOEventSignatureType

typedef enum ... EOEventSignatureType;
Description forthcoming.


Up