Broadcast Tuple Reference: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:
The format of an attribute should usually be a value. Times are best formatted as time/calendar values. _pipeid and _paintid are [[Model Objects]] labels and [[Paint Objects]] labels respectively. _panel is a [[Model Panels]] label.  
The format of an attribute should usually be a value. Times are best formatted as time/calendar values. _pipeid and _paintid are [[Model Objects]] labels and [[Paint Objects]] labels respectively. _panel is a [[Model Panels]] label.  


''The remainder of this page is created automatically. Please do not edit it.''  
''The remainder of this page is created automatically by Planimate 12.8.0. Please do not edit it.''  


__TOC__  
__TOC__  


== Table Cell Click (TableClick) ==
== Table Cell Click (TableClick) ==
Information about clicks and some keypresses on table cells


Information about clicks and some keypresses on table cells
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


This is sent by a broadcast chosen by the modeller. These item attributes will be set:
*_click_type
*_view_row
*_view_col
*_from_row
*_from_col
*_to_row
*_to_col
*_previous
*_current
*_row
*_col
*_contextclick
*_buttons
*_keycode
*_dataid
*_beforeedit


*_view_row <br>This will report the row index of the currently selected row in the table view.
*_view_col <br>This will report the column index of the currently selected column in the table view.
*_from_row
*_from_col
*_to_row
*_to_col
*_previous
*_current
*_row <br>This will report the parent row index of the selected row in the table view.
*_col<br>This will report the parent column index of the selected column in the table view.
*_contextclick<br>probably set to 1 on a right click only.
*_buttons<br>Reports which button was clicked to trigger the broadcast (1 = Left, 2 = Right)


*_key
== Table Scroll Change (TableScroll) ==
*_dataid
Notification of a change in a table view's scroll
*_beforeedit
 
This is sent by a broadcast chosen by the modeller. These item attributes will be set:
 
*_rowscroll
*_colscroll
 
 
== Train Graph Click (TrainClick) ==
Information about clicks in train graphs


<br>
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


== Table Scroll Change (TableScroll)  ==
*_command
*_row1
*_row2
*_time
*_y


Notification of a change in a table view's scroll


This is sent by a broadcast chosen by the modeller. These item attributes will be set:
== Gantt Graph Click (GanttClick) ==
Information about clicks in gantt graphs


*_rowscroll
This is sent by a broadcast chosen by the modeller. These item attributes will be set:
*_colscroll


<br>
*_command
*_row1
*_row2
*_time
*_y
*_drag_type
*_buttons


== Train Graph Click (TrainClick)  ==


Information about clicks in train graphs  
== Log Driven Graph Click (GraphClick) ==
Information about clicks in log driven graphs


This is sent by a broadcast chosen by the modeller. These item attributes will be set:  
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


*_command  
*_command
*_row1
*_time
*_row2
*_time  
*_y
*_y
*_buttons
== Grid View Click (GridClick) ==
Information about clicks in grid views
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


<br>
*_row
*_col


== Gantt Graph Click (GanttClick)  ==


Information about clicks in gantt graphs  
== Column Overlay Graph Click (OvGraphClick) ==
Information about clicks in column overlay graphs


This is sent by a broadcast chosen by the modeller. These item attributes will be set:  
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


*_command  
*_command
*_row1
*_row
*_row2
*_col
*_time
*_x
*_y
*_y


<br>


== Log Driven Graph Click (GraphClick) ==
== Page Printed Broadcast (PagePrint) ==
Notification that a page was printed so another can be scheduled


Information about clicks in log driven graphs
This is sent when the engine generates broadcasts _Page Printed. These item attributes will be set:


This is sent by a broadcast chosen by the modeller. These item attributes will be set:  
*_page
*_panel
 
 
== Attribute View Click (AttributeEdit) ==
Notification that an attribute has been edited
 
This is sent by a broadcast chosen by the modeller. These item attributes will be set:
 
*_previous
*_current
 
 
== Table Sorted By User (TableSort) ==
Notification that a table has been sorted
 
This is sent by a broadcast chosen by the modeller. These item attributes will be set:
 
*_sort1
*_sort2
*_sort3
*_sort4
*_sort5
*_sort6
*_sort7
*_sort8
 
 
== Spatial Link Click (LinkClick) ==
Information about clicks on a spatial link


*_command
This is sent when the engine generates broadcasts _Link Clicked. These item attributes will be set:
*_time
 
*_y  
*_from
*_to
*_x
*_y
*_ratio
*_buttons
*_buttons
*_bendpoint
*_bendtablerow
*_dragged
*_road
== Click or Hover (Click) ==
Information about clicks or drags on a portal
This is sent when the engine generates broadcasts _Portal Moved; _Portal Clicked; _Portal Hover. These item attributes will be set:


<br>
*_x
*_y
*_panel
*_buttons
*_location


== Grid View Click (GridClick)  ==


Information about clicks in grid views
== Table Data Modified (TableCalc) ==
Notification that a cell in a table has been modified by calculations


This is sent by a broadcast chosen by the modeller. These item attributes will be set:  
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


*_row  
*_row
*_col
*_col


<br>


== Column Overlay Graph Click (OvGraphClick) ==
== Paint Object State Change (PaintState) ==
Notification that a paint object has changed state
 
This is sent by a broadcast chosen by the modeller. These item attributes will be set:
 
*_state
*_paintid
*_hovered


Information about clicks in column overlay graphs


This is sent by a broadcast chosen by the modeller. These item attributes will be set:
== Time scroller position/resize (Scroller) ==
Information about drags on a graph time scroller


*_command
This is sent by a broadcast chosen by the modeller. These item attributes will be set:
*_row
*_col
*_x
*_y


<br>
*_pos
*_width


== Page Printed Broadcast (PagePrint)  ==


Notification that a page was printed so another can be scheduled
== Modeller defined menubar for model users (UserMenu) ==
Information about selections from a user defined menu bar


This is sent when the engine generates broadcasts _Page Printed. These item attributes will be set:  
This is sent when the engine generates broadcasts _Menu Command. These item attributes will be set:


*_page
*_command
*_panel


<br>


== Attribute View Click (AttributeEdit) ==
== Click on paint object (ButtonClick) ==
Information about clicks on user paint objects


Notification that an attribute has been edited
This is sent when the engine generates broadcasts _Paint Objects;_Model Panels. These item attributes will be set:


This is sent by a broadcast chosen by the modeller. These item attributes will be set:
*_panel
*_paintid
*_location


*_previous
*_current


<br>
== Change In Attribute (ChangeEvent) ==
Notification of changing of a watched attribute
 
This is sent when the engine generates broadcasts _Change Tracking. These item attributes will be set:


== Table Sorted By User (TableSort)  ==
*_logtime
*_logvalue
*_logid


Notification that a table has been sorted


This is sent by a broadcast chosen by the modeller. These item attributes will be set:
== Pipe Source Or Target Limit (PipeEvent) ==
Notification that a pipe has hit a limit condition


*_sort1
This is sent when the engine generates broadcasts _Pipe Event. These item attributes will be set:
*_sort2
*_sort3
*_sort4
*_sort5
*_sort6
*_sort7
*_sort8


<br>
*_pipeid
*_pipeflags
*_pipetablerow
*_pipechanged


== Spatial Link Click (LinkClick)  ==


Information about clicks on a spatial link
== Dragging in a panel's background (PanelDrag) ==
Information about drags on a panel's background


This is sent when the engine generates broadcasts _Link Clicked. These item attributes will be set:  
This is sent when the engine generates broadcasts _Panel Drag. These item attributes will be set:


*_from
*_panel
*_to
*_command
*_x
*_dx
*_y
*_dy
*_ratio
*_keys
*_buttons
*_buttons
*_location
*_delta


<br>


== Click or Hover (Click) ==
== Track Section Click (TrackClick) ==
Information about clicks on a track section


Information about clicks or drags on a portal
This is sent when the engine generates broadcasts _Track Clicked. These item attributes will be set:


This is sent when the engine generates broadcasts _Portal Moved; _Portal Clicked; _Portal Hover. These item attributes will be set:
*_section
 
*_from
*_x  
*_to
*_y  
*_x
*_panel
*_y
*_ratio
*_buttons
*_buttons


<br>
== Table Data Modified (TableCalc)  ==


Notification that a cell in a table has been modified by calculations
== Table Column Filter Change (TableFilter) ==
Notification that a change was made to a column filter


This is sent by a broadcast chosen by the modeller. These item attributes will be set:  
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


*_row
*_dataid
*_view_col
*_col
*_col


<br>


== Paint Object State Change (PaintState) ==
== Key Pressed (KeyPress) ==
Notification that a key was pressed


Notification that a paint object has changed state
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


This is sent by a broadcast chosen by the modeller. These item attributes will be set:
*_panel
*_keycode


*_state
*_paintid


<br>
== Table Column Width Change (ColumnWidth) ==
Notification that a change was made to a column's width


== Time scroller position/resize (Scroller)  ==
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


Information about drags on a graph time scroller
*_dataid
*_view_col
*_col
*_width


This is sent by a broadcast chosen by the modeller. These item attributes will be set:


*_pos
== Panel resized by user (PanelResize) ==
*_width
Notification that a dynamically sized panel has been resized by the user


<br>
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


== Modeller defined menubar for model users (UserMenu)  ==
*_panel
*_width
*_height


Information about selections from a user defined menu bar


This is sent when the engine generates broadcasts _Menu Command. These item attributes will be set:
== Scroll wheel event (Scroll) ==
Notification of scroll wheel being turned


*_command
This is sent when the engine generates broadcasts _Panel Scroll. These item attributes will be set:


<br>
*_panel
*_scroll


== Click on paint object (ButtonClick)  ==


Information about clicks on user paint objects
== Follow Animating Item (FollowItem) ==
Update BC for active follow item position


This is sent when the engine generates broadcasts _Paint Objects;_Model Panels. These item attributes will be set:  
This is sent when the engine generates broadcasts _Follow Item. These item attributes will be set:


*_panel  
*_panel
*_paintid
*_location
*_location
*_id
*_x
*_y


<br>


== Change In Attribute (ChangeEvent) ==
== User click on item (ItemClick) ==
User clicked on an item


Notification of changing of a watched attribute
This is sent when the engine generates broadcasts _Item Click. These item attributes will be set:


This is sent when the engine generates broadcasts _Change Tracking. These item attributes will be set:
*_id
*_x
*_y
*_location
*_object
*_buttons


*_logtime
*_logvalue
*_logid


<br>
== Hovering Over Cells (TableHover) ==
Tracks mouse hovers over cells, entire rows/columns


== Pipe Source Or Target Limit (PipeEvent)  ==
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


Notification that a pipe has hit a limit condition
*_row
*_col


This is sent when the engine generates broadcasts _Pipe Event. These item attributes will be set:


*_pipeid
== Tail of train leaving a section/road (TailExitTrack) ==
*_pipeflags
Train with trail moves to point where tail clears a track road


<br>
This is sent when the engine generates broadcasts _TrainTailExitTrk. These item attributes will be set:


== Dragging in a panel's background (PanelDrag)  ==
*_id
*_section
*_road
*_taildata1
*_taildata2
*_taildata3
*_taildata4


Information about drags on a panel's background


This is sent when the engine generates broadcasts _Panel Drag. These item attributes will be set:
== Tail of train leaving a multi-server (TailExitServer) ==
Train with trail moves to point where tail clears a multi-server


*_panel
This is sent when the engine generates broadcasts _TrainTailExitSvr. These item attributes will be set:
*_command
*_dx
*_dy
*_keys
*_buttons


<br>
*_id
*_object
*_taildata1
*_taildata2
*_taildata3
*_taildata4


== Track Section Click (TrackClick)  ==


Information about clicks on a track section
== Pipe Click (PipeClick) ==
Information about clicks on a pipe


This is sent when the engine generates broadcasts _Track Clicked. These item attributes will be set:  
This is sent when the engine generates broadcasts _Pipe Clicked. These item attributes will be set:


*_section
*_from
*_from  
*_to
*_to  
*_x
*_x  
*_y
*_y  
*_ratio
*_ratio  
*_buttons
*_buttons


<br>


== Table Column Filter Change (TableFilter) ==
== Object Change (ObjChange) ==
Change in object's occupancy or state


Notification that a change was made to a column filter
This is sent when the engine generates broadcasts _ObjectChange. These item attributes will be set:


This is sent by a broadcast chosen by the modeller. These item attributes will be set:
*_reason
*_objecttype
*_location
*_state
*_objectstateflags
*_occupancy
*_capacity
*_incount
*_outcount
*_dwell


*_dataid
*_view_col
*_col


<br>
== Hover over graph (GraphHover) ==
Hovering over graph


== Key Pressed (KeyPress)  ==
This is sent when the engine generates broadcasts _GraphHover. These item attributes will be set:


Notification that a key was pressed
*_x
*_y
*_datax
*_datay
*_datay2


This is sent by a broadcast chosen by the modeller. These item attributes will be set:


*_panel
== After Paste (Pasted) ==
*_keycode
User pasted into table


<br>
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


== Table Column Width Change (ColumnWidth)  ==
*_dataid
 
*_panel
Notification that a change was made to a column's width
*_errorcount


This is sent by a broadcast chosen by the modeller. These item attributes will be set:


*_dataid
== Table size crosses threshold (TableSize) ==
*_view_col
Table had rows added and crossed the set size broadcast row threshold
*_col
*_width


<br>
This is sent by a broadcast chosen by the modeller. These item attributes will be set:


== Panel resized by user (PanelResize)  ==
*_panel
*_dataid
*_rows


Notification that a dynamically sized panel has been resized by the user


This is sent by a broadcast chosen by the modeller. These item attributes will be set:


*_panel
=== Predefined Proadcasts ===
*_width
*_PreInit_Start
*_height
*_PreInit_End
*_Run_Start
*_Run_Pause
*_Run_Continue
*_Run_End
*_Panel_Opened
*_Panel_Closed
*_System_Close
*_Portal_Moved
*_Portal_Clicked
*_Model_Loaded
*_Video_Stopped
*_Page_Printed
*_Dataset_Loaded
*_Link_Clicked
*_Dataset_Saved
*_Portal_Hover
*_Real_Time_Tick
*_Menu_Command
*_Popup_Opened
*_Popup_Closed
*_Value_Change
*_Pipe_Event
*_Panel_Drag
*_Track_Clicked
*_Key
*_Panel_Resized
*_Panel_Scroll
*_Panel_Visible
*_Follow_Item
*_Item_Click
*_Panel_Repainted
*_TrainTailExit
*_TrainTailExitSrv
*_Pipe_Clicked
*_ObjectChange
*_Test_Start
*_Test_Finish
*_Panel_Layout
*_Animation_Update
*_Module_Selected
*_Module_Added
*_Button_Clicked
*_Local

Latest revision as of 12:41, 14 September 2020

This is a summary of the Item attributes that will be set by Planimate when broadcasts are sent to broadcast entries by the engine. These broadcasts usually occur because the modeller has selected an option on an object, for example selecting the "Send Table Click" option in a table view and specified a broadcast name to use. Other broadcasts are automatically sent by the engine and just require a receiving broadcast entry, configured to "listen" to the correct broadcast name. These are indicated below.

It is up to the modeller to ensure that the item class involved has the correctly named attribute, otherwise the attribute will be skipped (but an item will still be generated).

Each collection of attributes is referred to as a Tuple.

The attribute names all start with underscore to set them apart from attributes that the modeller uses for general modelling, hence names starting with underscore should be avoided unless specifically being used to receive the tuples defined here.

The format of an attribute should usually be a value. Times are best formatted as time/calendar values. _pipeid and _paintid are Model Objects labels and Paint Objects labels respectively. _panel is a Model Panels label.

The remainder of this page is created automatically by Planimate 12.8.0. Please do not edit it.

Table Cell Click (TableClick)

Information about clicks and some keypresses on table cells

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _click_type
  • _view_row
  • _view_col
  • _from_row
  • _from_col
  • _to_row
  • _to_col
  • _previous
  • _current
  • _row
  • _col
  • _contextclick
  • _buttons
  • _keycode
  • _dataid
  • _beforeedit


Table Scroll Change (TableScroll)

Notification of a change in a table view's scroll

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _rowscroll
  • _colscroll


Train Graph Click (TrainClick)

Information about clicks in train graphs

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _command
  • _row1
  • _row2
  • _time
  • _y


Gantt Graph Click (GanttClick)

Information about clicks in gantt graphs

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _command
  • _row1
  • _row2
  • _time
  • _y
  • _drag_type
  • _buttons


Log Driven Graph Click (GraphClick)

Information about clicks in log driven graphs

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _command
  • _time
  • _y
  • _buttons


Grid View Click (GridClick)

Information about clicks in grid views

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _row
  • _col


Column Overlay Graph Click (OvGraphClick)

Information about clicks in column overlay graphs

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _command
  • _row
  • _col
  • _x
  • _y


Page Printed Broadcast (PagePrint)

Notification that a page was printed so another can be scheduled

This is sent when the engine generates broadcasts _Page Printed. These item attributes will be set:

  • _page
  • _panel


Attribute View Click (AttributeEdit)

Notification that an attribute has been edited

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _previous
  • _current


Table Sorted By User (TableSort)

Notification that a table has been sorted

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _sort1
  • _sort2
  • _sort3
  • _sort4
  • _sort5
  • _sort6
  • _sort7
  • _sort8


Spatial Link Click (LinkClick)

Information about clicks on a spatial link

This is sent when the engine generates broadcasts _Link Clicked. These item attributes will be set:

  • _from
  • _to
  • _x
  • _y
  • _ratio
  • _buttons
  • _bendpoint
  • _bendtablerow
  • _dragged
  • _road


Click or Hover (Click)

Information about clicks or drags on a portal

This is sent when the engine generates broadcasts _Portal Moved; _Portal Clicked; _Portal Hover. These item attributes will be set:

  • _x
  • _y
  • _panel
  • _buttons
  • _location


Table Data Modified (TableCalc)

Notification that a cell in a table has been modified by calculations

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _row
  • _col


Paint Object State Change (PaintState)

Notification that a paint object has changed state

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _state
  • _paintid
  • _hovered


Time scroller position/resize (Scroller)

Information about drags on a graph time scroller

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _pos
  • _width


Modeller defined menubar for model users (UserMenu)

Information about selections from a user defined menu bar

This is sent when the engine generates broadcasts _Menu Command. These item attributes will be set:

  • _command


Click on paint object (ButtonClick)

Information about clicks on user paint objects

This is sent when the engine generates broadcasts _Paint Objects;_Model Panels. These item attributes will be set:

  • _panel
  • _paintid
  • _location


Change In Attribute (ChangeEvent)

Notification of changing of a watched attribute

This is sent when the engine generates broadcasts _Change Tracking. These item attributes will be set:

  • _logtime
  • _logvalue
  • _logid


Pipe Source Or Target Limit (PipeEvent)

Notification that a pipe has hit a limit condition

This is sent when the engine generates broadcasts _Pipe Event. These item attributes will be set:

  • _pipeid
  • _pipeflags
  • _pipetablerow
  • _pipechanged


Dragging in a panel's background (PanelDrag)

Information about drags on a panel's background

This is sent when the engine generates broadcasts _Panel Drag. These item attributes will be set:

  • _panel
  • _command
  • _dx
  • _dy
  • _keys
  • _buttons
  • _location
  • _delta


Track Section Click (TrackClick)

Information about clicks on a track section

This is sent when the engine generates broadcasts _Track Clicked. These item attributes will be set:

  • _section
  • _from
  • _to
  • _x
  • _y
  • _ratio
  • _buttons


Table Column Filter Change (TableFilter)

Notification that a change was made to a column filter

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _dataid
  • _view_col
  • _col


Key Pressed (KeyPress)

Notification that a key was pressed

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _panel
  • _keycode


Table Column Width Change (ColumnWidth)

Notification that a change was made to a column's width

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _dataid
  • _view_col
  • _col
  • _width


Panel resized by user (PanelResize)

Notification that a dynamically sized panel has been resized by the user

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _panel
  • _width
  • _height


Scroll wheel event (Scroll)

Notification of scroll wheel being turned

This is sent when the engine generates broadcasts _Panel Scroll. These item attributes will be set:

  • _panel
  • _scroll


Follow Animating Item (FollowItem)

Update BC for active follow item position

This is sent when the engine generates broadcasts _Follow Item. These item attributes will be set:

  • _panel
  • _location
  • _id
  • _x
  • _y


User click on item (ItemClick)

User clicked on an item

This is sent when the engine generates broadcasts _Item Click. These item attributes will be set:

  • _id
  • _x
  • _y
  • _location
  • _object
  • _buttons


Hovering Over Cells (TableHover)

Tracks mouse hovers over cells, entire rows/columns

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _row
  • _col


Tail of train leaving a section/road (TailExitTrack)

Train with trail moves to point where tail clears a track road

This is sent when the engine generates broadcasts _TrainTailExitTrk. These item attributes will be set:

  • _id
  • _section
  • _road
  • _taildata1
  • _taildata2
  • _taildata3
  • _taildata4


Tail of train leaving a multi-server (TailExitServer)

Train with trail moves to point where tail clears a multi-server

This is sent when the engine generates broadcasts _TrainTailExitSvr. These item attributes will be set:

  • _id
  • _object
  • _taildata1
  • _taildata2
  • _taildata3
  • _taildata4


Pipe Click (PipeClick)

Information about clicks on a pipe

This is sent when the engine generates broadcasts _Pipe Clicked. These item attributes will be set:

  • _from
  • _to
  • _x
  • _y
  • _ratio
  • _buttons


Object Change (ObjChange)

Change in object's occupancy or state

This is sent when the engine generates broadcasts _ObjectChange. These item attributes will be set:

  • _reason
  • _objecttype
  • _location
  • _state
  • _objectstateflags
  • _occupancy
  • _capacity
  • _incount
  • _outcount
  • _dwell


Hover over graph (GraphHover)

Hovering over graph

This is sent when the engine generates broadcasts _GraphHover. These item attributes will be set:

  • _x
  • _y
  • _datax
  • _datay
  • _datay2


After Paste (Pasted)

User pasted into table

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _dataid
  • _panel
  • _errorcount


Table size crosses threshold (TableSize)

Table had rows added and crossed the set size broadcast row threshold

This is sent by a broadcast chosen by the modeller. These item attributes will be set:

  • _panel
  • _dataid
  • _rows


Predefined Proadcasts

  • _PreInit_Start
  • _PreInit_End
  • _Run_Start
  • _Run_Pause
  • _Run_Continue
  • _Run_End
  • _Panel_Opened
  • _Panel_Closed
  • _System_Close
  • _Portal_Moved
  • _Portal_Clicked
  • _Model_Loaded
  • _Video_Stopped
  • _Page_Printed
  • _Dataset_Loaded
  • _Link_Clicked
  • _Dataset_Saved
  • _Portal_Hover
  • _Real_Time_Tick
  • _Menu_Command
  • _Popup_Opened
  • _Popup_Closed
  • _Value_Change
  • _Pipe_Event
  • _Panel_Drag
  • _Track_Clicked
  • _Key
  • _Panel_Resized
  • _Panel_Scroll
  • _Panel_Visible
  • _Follow_Item
  • _Item_Click
  • _Panel_Repainted
  • _TrainTailExit
  • _TrainTailExitSrv
  • _Pipe_Clicked
  • _ObjectChange
  • _Test_Start
  • _Test_Finish
  • _Panel_Layout
  • _Animation_Update
  • _Module_Selected
  • _Module_Added
  • _Button_Clicked
  • _Local