Interface: DisplayPaneControlEvents<T>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:6
Events for controlling the display panes.
Type Parameters
Type Parameter | Default type |
---|---|
T extends DisplayPaneViewEventTypes | DisplayPaneViewEventTypes |
Properties
change_display_pane_select_left
change_display_pane_select_left:
DisplayPaneControlGtcIndex
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:14
Selects the next display pane to the left, if possible, for the given GTC.
change_display_pane_select_right
change_display_pane_select_right:
DisplayPaneControlGtcIndex
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:17
Selects the next display pane to the right, if possible, for the given GTC.
display_pane_view_event
display_pane_view_event:
DisplayPaneViewEvent
<T
, keyofT
&string
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:31
An event targeting the active view in a specific display pane.
gtc_1_display_pane_select
gtc_1_display_pane_select:
-1
|ControllableDisplayPaneIndex
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:8
Selects a display pane for the left GTC, or -1 for no selection.
gtc_2_display_pane_select
gtc_2_display_pane_select:
-1
|ControllableDisplayPaneIndex
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:11
Selects a display pane for the right GTC, or -1 for no selection.
toggle_mfd_split
toggle_mfd_split:
DisplayPaneControlGtcIndex
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:28
Toggles MFD split mode. When changing from half to full mode, the data for the event determines which MFD display pane will be displayed in full mode (left for left GTC, right for right GTC).
toggle_pfd_split
toggle_pfd_split:
PfdIndex
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneControlEvents.ts:22
Toggles PFD split mode. The data for the event determines which PFD is changed.