LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
Event Struct Reference

an event has a source that causes an event to be fired and a trigger that defines under which condition an event should be raised and an offset if the event should be raised a defined amount of time after the event is triggered. More...

import"Event.idl";

Public Attributes

any Source
 this is the source for this event. More...
 
short Trigger
 this is the trigger that fires this event. More...
 
any Offset
 an optional offset in seconds or Timing::INDEFINITE. More...
 
unsigned short Repeat
 an option repeat value. More...
 

Detailed Description

an event has a source that causes an event to be fired and a trigger that defines under which condition an event should be raised and an offset if the event should be raised a defined amount of time after the event is triggered.

Member Data Documentation

◆ Offset

any 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

unsigned short Repeat

an option repeat value.

If the Trigger is EventTrigger, this is the number of repeats after which the event is initially raised.

◆ Source

any Source

this is the source for this event.

◆ Trigger

short Trigger

this is the trigger that fires this event.


The documentation for this struct was generated from the following file: