:: com :: sun :: star :: animations ::

struct Event

Elements' Summary
Source this is the source for this event.  
Trigger this is the trigger that fires this event.  
Offset an optional offset in seconds or Timing::INDEFINITE. This is the timespan between the triggering of the event and actually raising the event  
Repeat an option repeat value. If the #Trigger is EventTrigger, this is the number of repeats after which the event is initially raised.  
Elements' Details
Source
any Source;
Description
this is the source for this event.
Trigger
short Trigger;
Description
this is the trigger that fires this event.
Offset
any Offset;
Description
an optional offset in seconds or Timing::INDEFINITE. This is the timespan between the triggering of the event and actually raising the event
Repeat
unsigned short Repeat;
Description
an option repeat value. If the #Trigger is EventTrigger, this is the number of repeats after which the event is initially raised.
Top of Page