Class: PfdInstrumentContainer
A container for the main PFD instrument display.
Hierarchy
DisplayPaneView
<PfdInstrumentContainerProps
>↳
PfdInstrumentContainer
Constructors
constructor
• new PfdInstrumentContainer(props
): PfdInstrumentContainer
Parameters
Name | Type |
---|---|
props | PfdInstrumentContainerProps |
Returns
Inherit Doc
Overrides
DisplayPaneView\<PfdInstrumentContainerProps\>.constructor
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:247
Properties
_title
• Protected
Readonly
_title: Subject
<string
| VNode
>
Inherited from
DisplayPaneView._title
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:21
context
• Optional
context: [] = undefined
The context on this component, if any.
Inherited from
DisplayPaneView.context
Defined in
src/sdk/components/FSComponent.ts:64
contextType
• Optional
Readonly
contextType: readonly [] = undefined
The type of context for this component, if any.
Inherited from
DisplayPaneView.contextType
Defined in
src/sdk/components/FSComponent.ts:67
isPfd
• Readonly
isPfd: boolean
Inherited from
DisplayPaneView.isPfd
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:25
props
• props: PfdInstrumentContainerProps
& ComponentProps
The properties of the component.
Inherited from
DisplayPaneView.props
Defined in
src/sdk/components/FSComponent.ts:61
title
• Readonly
title: Subscribable
<string
| VNode
>
The title of this display pane view.
Inherited from
DisplayPaneView.title
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:23
Methods
destroy
▸ destroy(): void
Returns
void
Inherit Doc
Overrides
DisplayPaneView.destroy
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:691
getContext
▸ getContext(context
): never
Gets a context data subscription from the context collection.
Parameters
Name | Type | Description |
---|---|---|
context | never | The context to get the subscription for. |
Returns
never
The requested context.
Throws
An error if no data for the specified context type could be found.
Inherited from
DisplayPaneView.getContext
Defined in
src/sdk/components/FSComponent.ts:106
onAfterRender
▸ onAfterRender(thisNode
): void
Parameters
Name | Type |
---|---|
thisNode | VNode |
Returns
void
Inherit Doc
Overrides
DisplayPaneView.onAfterRender
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:320
onBeforeRender
▸ onBeforeRender(): void
A callback that is called before the component is rendered.
Returns
void
Inherited from
DisplayPaneView.onBeforeRender
Defined in
src/sdk/components/FSComponent.ts:80
onEvent
▸ onEvent(event
): void
Parameters
Name | Type |
---|---|
event | DisplayPaneViewEvent <DisplayPaneViewEventTypes , "display_pane_map_range_inc" | "display_pane_map_range_dec" | "display_pane_map_pointer_active_set" | "display_pane_map_pointer_active_toggle" | "display_pane_map_pointer_move" > |
Returns
void
Inherit Doc
Overrides
DisplayPaneView.onEvent
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:424
onPause
▸ onPause(): void
Called when this view is hidden.
Returns
void
Inherited from
DisplayPaneView.onPause
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:40
onResize
▸ onResize(size
, width
, height
): void
Parameters
Name | Type |
---|---|
size | DisplayPaneSizeMode |
width | number |
height | number |
Returns
void
Inherit Doc
Overrides
DisplayPaneView.onResize
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:393
onResume
▸ onResume(size
, width
, height
): void
Parameters
Name | Type |
---|---|
size | DisplayPaneSizeMode |
width | number |
height | number |
Returns
void
Inherit Doc
Overrides
DisplayPaneView.onResume
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:387
onUpdate
▸ onUpdate(time
): void
Parameters
Name | Type |
---|---|
time | number |
Returns
void
Inherit Doc
Overrides
DisplayPaneView.onUpdate
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:417
render
▸ render(): VNode
Returns
VNode
Inherit Doc
Overrides
DisplayPaneView.render
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InstrumentContainer/PfdInstrumentContainer.tsx:446