Up
Authors
- Generated by Richard Frith-Macdonald
-
Date: Generated at 2025-12-01
- Declared in:
- EOControl/EOEventCenter.h
WARNING!!! This class is currently completely
unimplemented.
EOEventCenter declares 4 Instance Variables
+ (
NSArray*)
allCenters;
Description forthcoming.
+ (
NSArray*)
allEvents;
Description forthcoming.
+ (void)
cancelEvent: (
EOEvent*)event;
Description forthcoming.
+ (
NSArray*)
eventsOfClass: (Class)eventClass
type: (
NSString*)type;
Description forthcoming.
+ (void)
markAtomicEvent: (
EOEvent*)event
info: (id)info;
Description forthcoming.
+ (void)
markEndOfEvent: (
EOEvent*)event;
Description forthcoming.
+ (void)
markStartOfEvent: (
EOEvent*)event
info: (id)info;
Description forthcoming.
+ (id)
newEventOfClass: (Class)eventClass
type: (
NSString*)type;
Description forthcoming.
+ (BOOL)
recordsEventsForClass: (Class)eventClass;
Description forthcoming.
+ (void)
registerEventClass: (Class)eventClass
classPointer: (Class*)classPtr;
Description forthcoming.
+ (void)
registerEventClass: (Class)eventClass
handler: (id<
EOEventRecordingHandler>)handler;
Description forthcoming.
+ (
NSArray*)
registeredEventClasses;
Description forthcoming.
+ (void)
resetLogging;
Description forthcoming.
+ (void)
resumeLogging;
Description forthcoming.
+ (
NSArray*)
rootEvents;
Description forthcoming.
+ (
NSArray*)
rootEventsByDuration;
Description forthcoming.
+ (void)
setRecordsEvents: (BOOL)flag
forClass: (Class)eventClass;
Description forthcoming.
+ (void)
suspendLogging;
Description forthcoming.
- (
NSArray*)
allEvents;
Description forthcoming.
- (
NSArray*)
eventsOfClass: (Class)eventClass
type: (
NSString*)type;
Description forthcoming.
- (void)
resetLogging;
Description forthcoming.
- (
NSArray*)
rootEvents;
Description forthcoming.
Instance Variables for EOEventCenter Class
@protected int
_eventCounter;
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 NSHashTable*
_events;
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*
_lastEvent;
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*
_rootEvent;
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:
- EOControl/EOEventCenter.h
- Conforms to:
- EOEventRecordingHandler
Description forthcoming.
- (void)
setLoggingEnabled: (BOOL)flag
forEventClass: (Class)eventClass;
Description forthcoming.
- Declared in:
- EOControl/EOEventCenter.h
Description forthcoming.
- (void)
setLoggingEnabled: (BOOL)flag
forEventClass: (Class)eventClass;
Description forthcoming.
NSString* EOEventLoggingEnabled;
Description forthcoming.
NSString* EOEventLoggingLimit;
Description forthcoming.
NSString* EOEventLoggingOverflowDisplay;
Description forthcoming.
void EOCancelEvent(
EOEvent*
event);
Description forthcoming.
void EOMarkAtomicEvent(
EOEvent*
event, id
info);
Description forthcoming.
void EOMarkEndOfEvent(
EOEvent*
event);
Description forthcoming.
void EOMarkStartOfEvent(
EOEvent*
event, id
info);
Description forthcoming.
id EONewEventOfClass(Class
eventClass,
NSString*
type);
Description forthcoming.
Up