Class: Gdu460HorizonDisplay
A G3X Touch GDU 460 PFD horizon display.
Hierarchy
DisplayComponent
<Gdu460HorizonDisplayProps
>↳
Gdu460HorizonDisplay
Constructors
constructor
• new Gdu460HorizonDisplay(props
): Gdu460HorizonDisplay
Creates an instance of a DisplayComponent.
Parameters
Name | Type | Description |
---|---|---|
props | Gdu460HorizonDisplayProps | The propertis of the component. |
Returns
Inherited from
DisplayComponent<Gdu460HorizonDisplayProps>.constructor
Defined in
src/sdk/components/FSComponent.ts:73
Properties
context
• Optional
context: [] = undefined
The context on this component, if any.
Inherited from
DisplayComponent.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
DisplayComponent.contextType
Defined in
src/sdk/components/FSComponent.ts:67
props
• props: Gdu460HorizonDisplayProps
& ComponentProps
The properties of the component.
Inherited from
DisplayComponent.props
Defined in
src/sdk/components/FSComponent.ts:61
Methods
destroy
▸ destroy(): void
Returns
void
Inherit Doc
Overrides
DisplayComponent.destroy
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:153
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
DisplayComponent.getContext
Defined in
src/sdk/components/FSComponent.ts:106
onAfterRender
▸ onAfterRender(node
): void
A callback that is called after the component is rendered.
Parameters
Name | Type | Description |
---|---|---|
node | VNode | The component's VNode. |
Returns
void
Inherited from
DisplayComponent.onAfterRender
Defined in
src/sdk/components/FSComponent.ts:87
onBeforeRender
▸ onBeforeRender(): void
A callback that is called before the component is rendered.
Returns
void
Inherited from
DisplayComponent.onBeforeRender
Defined in
src/sdk/components/FSComponent.ts:80
render
▸ render(): VNode
Returns
VNode
Inherit Doc
Overrides
DisplayComponent.render
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:73
sleep
▸ sleep(): void
Puts this horizon display to sleep. While asleep, this display will not be updated.
Returns
void
Throws
Error if this horizon display has not been rendered or has been destroyed.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:68
wake
▸ wake(): void
Wakes this horizon display. While awake, this display will be updated.
Returns
void
Throws
Error if this horizon display has not been rendered or has been destroyed.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:60
getExtendedFovPitchLadderStyles
▸ getExtendedFovPitchLadderStyles(): G3XPitchLadderStyles
Gets pitch ladder styling options for an extended field of view.
Returns
Pitch ladder styling options for an extended field of view.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:188
getNormalFovPitchLadderStyles
▸ getNormalFovPitchLadderStyles(): G3XPitchLadderStyles
Gets pitch ladder styling options for a normal field of view.
Returns
Pitch ladder styling options for a normal field of view.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/HorizonDisplay/Gdu460HorizonDisplay.tsx:163