Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SCR_CameraInfoEditorUIComponent Interface Reference
Inheritance diagram for SCR_CameraInfoEditorUIComponent:
[legend]

Public Member Functions

override void HandlerAttachedScripted (Widget w)
 Event called when subcomponent is initialized.
 
override void HandlerDeattached (Widget w)
 
- Public Member Functions inherited from MenuRootSubComponent
Widget GetWidget ()
 Get widget to which the component belongs to.
 
MenuRootBase GetMenu ()
 Get menu of which the widget is part of.
 
MenuRootComponent GetRootComponent ()
 Get root component of this subcomponent,.
 
void HandlerAttachedScripted (Widget w)
 Event called when subcomponent is initialized.
 
override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 

Protected Member Functions

void Refresh ()
 
void InitCamera (SCR_ManualCamera camera)
 
void OnCameraCreate (SCR_ManualCamera camera)
 
- Protected Member Functions inherited from MenuRootSubComponent
bool IsUnique ()
 Is the component to exist only in one instance? If so, it will be registered in the list of components and can be searched for.
 

Protected Attributes

LocalizedString m_Text
 
int m_CameraLens
 
SCR_ManualCamera m_Camera
 
TextWidget m_TextWidget
 
SCR_FocusManualCameraComponent m_FocusComponent
 
SCR_ZoomManualCameraComponent m_ZoomComponent
 

Member Function Documentation

◆ HandlerAttachedScripted()

override void SCR_CameraInfoEditorUIComponent.HandlerAttachedScripted ( Widget  w)

Event called when subcomponent is initialized.

Called only after all other subcomponents were registered as well and can be searched for. To be overwritten by inherited classes.

Parameters
Widget

Implements MenuRootSubComponent.

◆ HandlerDeattached()

override void SCR_CameraInfoEditorUIComponent.HandlerDeattached ( Widget  w)

Implements MenuRootSubComponent.

◆ InitCamera()

void SCR_CameraInfoEditorUIComponent.InitCamera ( SCR_ManualCamera  camera)
protected

◆ OnCameraCreate()

void SCR_CameraInfoEditorUIComponent.OnCameraCreate ( SCR_ManualCamera  camera)
protected

◆ Refresh()

void SCR_CameraInfoEditorUIComponent.Refresh ( )
protected

Member Data Documentation

◆ m_Camera

SCR_ManualCamera SCR_CameraInfoEditorUIComponent.m_Camera
protected

◆ m_CameraLens

int SCR_CameraInfoEditorUIComponent.m_CameraLens
protected

◆ m_FocusComponent

SCR_FocusManualCameraComponent SCR_CameraInfoEditorUIComponent.m_FocusComponent
protected

◆ m_Text

LocalizedString SCR_CameraInfoEditorUIComponent.m_Text
protected

◆ m_TextWidget

TextWidget SCR_CameraInfoEditorUIComponent.m_TextWidget
protected

◆ m_ZoomComponent

SCR_ZoomManualCameraComponent SCR_CameraInfoEditorUIComponent.m_ZoomComponent
protected

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