EventObject

EventObject()

EVENTOBJECT Type definition and runtime record for a single EventMarker event

Usage:

type_obj = EventObject(name, type_ID, region, constrain)

Inputs:

name : char - label for the event type – required type_ID : integer - unique identifier for the event type – required region : logical - true for rectangular region, false for point/line (default: false) constrain : logical - if region, span full height when true (default: true)

Outputs:

type_obj : EventObject - new event type/instance record

Notes

Used internally by EventMarker to organize event types and placed instances. Public properties: name, type_ID, region, constrain, event_ID, obj_handle, label_handle, isEditable. Public methods: EventObject (constructor), time_bounds.

See also: EventMarker, DateTimeLine, DateTimeRectangle

∿∿∿ Prerau Laboratory MATLAB Codebase · sleepEEG.org ∿∿∿