Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SelectionEditorUIComponent Class Reference
Inheritance diagram for SCR_SelectionEditorUIComponent:
SCR_BaseEditorUIComponent

Protected Member Functions

void DisableMultiSelection ()
void EditorToggleSelection (float value=1, EActionTrigger reason=EActionTrigger.DOWN)
void EditorSetSelection (float value=1, EActionTrigger reason=EActionTrigger.DOWN)
void EditorAddSelection (float value=1, EActionTrigger reason=EActionTrigger.DOWN)
void EditorClearSelection (float value=1, EActionTrigger reason=EActionTrigger.DOWN)
void EditorSelectAll (float value=1, EActionTrigger reason=EActionTrigger.DOWN)
void EditorDrawSetSelectionDown (float value, EActionTrigger reason)
void EditorDrawSetSelectionPressed (float value, EActionTrigger reason)
void EditorDrawSetSelectionUp (float value, EActionTrigger reason)
void EditorDrawToggleSelectionDown (float value, EActionTrigger reason)
void EditorDrawToggleSelectionPressed (float value, EActionTrigger reason)
void EditorDrawToggleSelectionUp (float value, EActionTrigger reason)
void EditorDrawSelectionCancel (float value, EActionTrigger reason)
void DrawFrameDown (bool isToggle)
void DrawFrameUp (bool isToggle)
void DrawFramePressed (bool isToggle)
bool DrawFrameMouseAndKeyboard (set< SCR_EditableEntityComponent > entities, out set< SCR_EditableEntityComponent > entitiesInside)
bool DrawFrameController (set< SCR_EditableEntityComponent > entities, out set< SCR_EditableEntityComponent > entitiesInside)
void ConfirmFrame (bool isToggle)
void CancelFrame ()
void ResetFrame ()
void OnCurrentLayerChange (SCR_EditableEntityComponent currentLayer, SCR_EditableEntityComponent prevLayer)
void EnableSelection (bool enable)
bool IsMapOpened ()
void OnMenuUpdate (float tDelta)
void OnMenuFocusLost ()
Widget GetFrameWidget (Widget root, string name)
void EditorSaveSelection (int index)
void EditorSaveSelection1 ()
void EditorSaveSelection2 ()
void EditorSaveSelection3 ()
void EditorSaveSelection4 ()
void EditorSaveSelection5 ()
void EditorSaveSelection6 ()
void EditorSaveSelection7 ()
void EditorSaveSelection8 ()
void EditorSaveSelection9 ()
void EditorSaveSelection0 ()
void EditorLoadSelection (int index)
void EditorLoadSelection1 ()
void EditorLoadSelection2 ()
void EditorLoadSelection3 ()
void EditorLoadSelection4 ()
void EditorLoadSelection5 ()
void EditorLoadSelection6 ()
void EditorLoadSelection7 ()
void EditorLoadSelection8 ()
void EditorLoadSelection9 ()
void EditorLoadSelection0 ()
void EditorTeleportSelection (int index)
void EditorTeleportSelection1 ()
void EditorTeleportSelection2 ()
void EditorTeleportSelection3 ()
void EditorTeleportSelection4 ()
void EditorTeleportSelection5 ()
void EditorTeleportSelection6 ()
void EditorTeleportSelection7 ()
void EditorTeleportSelection8 ()
void EditorTeleportSelection9 ()
void EditorTeleportSelection0 ()
bool IsInputDisabled ()
void ShowGUI ()
override void HandlerAttachedScripted (Widget w)
override void HandlerDeattached (Widget w)

Protected Attributes

EEditableEntityState m_UnselectedState
 State in which entities are unselected.
EEditableEntityState m_MultiSelectStates
bool m_bEnableMultiSelection
string m_sSetSelectionWidgetName
string m_sToggleSelectionWidgetName
string m_sGamepadSetSelectionWidgetName
string m_sGamepadToggleSelectionWidgetName
float m_fGamepadSelectionWidgetStartSize
float m_fGamepadSelectionDuration
ref Curve m_GamepadSelectionCurve
string m_sSfxStartDrawingSelectionFrame_Keyboard
string m_sSfxStartDrawingSelectionFrame_Gamepad
string m_sSfxSelectionFrameClose_NothingSelected
string m_sSfxSelectionFrameClose_Cancel
string m_sSfxSelectEntities
string m_sSfxToggleEntities
string m_sSfxToggleSingleEntity_On
string m_sSfxToggleSingleEntity_Off
string m_sSfxClearSelection
Widget m_SetSelectionWidget
Widget m_ToggleSelectionWidget
Widget m_GamepadSetSelectionWidget
Widget m_GamepadToggleSelectionWidget
InputManager m_InputManager
WorkspaceWidget m_Workspace
SCR_MenuEditorComponent m_EditorMenuManager
SCR_StatesEditorComponent m_StatesManager
SCR_EntitiesManagerEditorComponent m_EntitiesManager
SCR_LayersEditorComponent m_LayersManager
SCR_BaseEditableEntityFilter m_UnselectedManager
SCR_BaseEditableEntityFilter m_FocusedManager
SCR_HoverEditableEntityFilter m_HoverManager
SCR_SelectedEditableEntityFilter m_SelectedManager
SCR_CursorEditorUIComponent m_CursorComponent
SCR_MouseAreaEditorUIComponent m_MouseArea
vector m_vCursorPosClick
float m_fSelectionFrameDuration
bool m_bEnableSelection = true
bool m_bIsDrawingFrame
bool m_bIsDrawingFrameIsToggle
bool m_bIsDrawingFrameConfirmed
bool m_bIsDrawingFrameCancelled
bool m_bIsDrawingFrameDisabled
bool m_bIsAnimatingFrame
bool m_bHideCursor
int m_iGamepadSelectionHeight
BaseWorld m_World

Static Protected Attributes

static const float FRAME_SIZE_MIN = 10
 How many ref pixels must cursor move for frame selection to begin (mouse & keyboard).
static const float FRAME_DURATION_MIN = 0.15
 How long must the button bepressed for frame selection to behin (controller).

Detailed Description

Definition at line 3 of file SCR_SelectionEditorUIComponent.c.

Member Function Documentation

◆ CancelFrame()

void SCR_SelectionEditorUIComponent::CancelFrame ( )
inlineprotected

Definition at line 549 of file SCR_SelectionEditorUIComponent.c.

◆ ConfirmFrame()

void SCR_SelectionEditorUIComponent::ConfirmFrame ( bool isToggle)
inlineprotected

Definition at line 517 of file SCR_SelectionEditorUIComponent.c.

◆ DisableMultiSelection()

void SCR_SelectionEditorUIComponent::DisableMultiSelection ( )
inlineprotected

Disable gamepad multi-selection. On gamepad, multi-selection is mapped to holding a button. Use when you have the same input on an action, but don't want multi-selection to start right after the action is activated.

Definition at line 102 of file SCR_SelectionEditorUIComponent.c.

◆ DrawFrameController()

bool SCR_SelectionEditorUIComponent::DrawFrameController ( set< SCR_EditableEntityComponent > entities,
out set< SCR_EditableEntityComponent > entitiesInside )
inlineprotected

Definition at line 445 of file SCR_SelectionEditorUIComponent.c.

◆ DrawFrameDown()

void SCR_SelectionEditorUIComponent::DrawFrameDown ( bool isToggle)
inlineprotected

Definition at line 276 of file SCR_SelectionEditorUIComponent.c.

◆ DrawFrameMouseAndKeyboard()

bool SCR_SelectionEditorUIComponent::DrawFrameMouseAndKeyboard ( set< SCR_EditableEntityComponent > entities,
out set< SCR_EditableEntityComponent > entitiesInside )
inlineprotected

Definition at line 372 of file SCR_SelectionEditorUIComponent.c.

◆ DrawFramePressed()

void SCR_SelectionEditorUIComponent::DrawFramePressed ( bool isToggle)
inlineprotected

Definition at line 311 of file SCR_SelectionEditorUIComponent.c.

◆ DrawFrameUp()

void SCR_SelectionEditorUIComponent::DrawFrameUp ( bool isToggle)
inlineprotected

Definition at line 295 of file SCR_SelectionEditorUIComponent.c.

◆ EditorAddSelection()

void SCR_SelectionEditorUIComponent::EditorAddSelection ( float value = 1,
EActionTrigger reason = EActionTrigger.DOWN )
inlineprotected

Definition at line 164 of file SCR_SelectionEditorUIComponent.c.

◆ EditorClearSelection()

void SCR_SelectionEditorUIComponent::EditorClearSelection ( float value = 1,
EActionTrigger reason = EActionTrigger.DOWN )
inlineprotected

Definition at line 180 of file SCR_SelectionEditorUIComponent.c.

◆ EditorDrawSelectionCancel()

void SCR_SelectionEditorUIComponent::EditorDrawSelectionCancel ( float value,
EActionTrigger reason )
inlineprotected

Definition at line 266 of file SCR_SelectionEditorUIComponent.c.

◆ EditorDrawSetSelectionDown()

void SCR_SelectionEditorUIComponent::EditorDrawSetSelectionDown ( float value,
EActionTrigger reason )
inlineprotected

Definition at line 230 of file SCR_SelectionEditorUIComponent.c.

◆ EditorDrawSetSelectionPressed()

void SCR_SelectionEditorUIComponent::EditorDrawSetSelectionPressed ( float value,
EActionTrigger reason )
inlineprotected

Definition at line 236 of file SCR_SelectionEditorUIComponent.c.

◆ EditorDrawSetSelectionUp()

void SCR_SelectionEditorUIComponent::EditorDrawSetSelectionUp ( float value,
EActionTrigger reason )
inlineprotected

Definition at line 242 of file SCR_SelectionEditorUIComponent.c.

◆ EditorDrawToggleSelectionDown()

void SCR_SelectionEditorUIComponent::EditorDrawToggleSelectionDown ( float value,
EActionTrigger reason )
inlineprotected

Definition at line 248 of file SCR_SelectionEditorUIComponent.c.

◆ EditorDrawToggleSelectionPressed()

void SCR_SelectionEditorUIComponent::EditorDrawToggleSelectionPressed ( float value,
EActionTrigger reason )
inlineprotected

Definition at line 254 of file SCR_SelectionEditorUIComponent.c.

◆ EditorDrawToggleSelectionUp()

void SCR_SelectionEditorUIComponent::EditorDrawToggleSelectionUp ( float value,
EActionTrigger reason )
inlineprotected

Definition at line 260 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection()

void SCR_SelectionEditorUIComponent::EditorLoadSelection ( int index)
inlineprotected

Definition at line 707 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection0()

void SCR_SelectionEditorUIComponent::EditorLoadSelection0 ( )
inlineprotected

Definition at line 720 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection1()

void SCR_SelectionEditorUIComponent::EditorLoadSelection1 ( )
inlineprotected

Definition at line 711 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection2()

void SCR_SelectionEditorUIComponent::EditorLoadSelection2 ( )
inlineprotected

Definition at line 712 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection3()

void SCR_SelectionEditorUIComponent::EditorLoadSelection3 ( )
inlineprotected

Definition at line 713 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection4()

void SCR_SelectionEditorUIComponent::EditorLoadSelection4 ( )
inlineprotected

Definition at line 714 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection5()

void SCR_SelectionEditorUIComponent::EditorLoadSelection5 ( )
inlineprotected

Definition at line 715 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection6()

void SCR_SelectionEditorUIComponent::EditorLoadSelection6 ( )
inlineprotected

Definition at line 716 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection7()

void SCR_SelectionEditorUIComponent::EditorLoadSelection7 ( )
inlineprotected

Definition at line 717 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection8()

void SCR_SelectionEditorUIComponent::EditorLoadSelection8 ( )
inlineprotected

Definition at line 718 of file SCR_SelectionEditorUIComponent.c.

◆ EditorLoadSelection9()

void SCR_SelectionEditorUIComponent::EditorLoadSelection9 ( )
inlineprotected

Definition at line 719 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection()

void SCR_SelectionEditorUIComponent::EditorSaveSelection ( int index)
inlineprotected

Definition at line 691 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection0()

void SCR_SelectionEditorUIComponent::EditorSaveSelection0 ( )
inlineprotected

Definition at line 704 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection1()

void SCR_SelectionEditorUIComponent::EditorSaveSelection1 ( )
inlineprotected

Definition at line 695 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection2()

void SCR_SelectionEditorUIComponent::EditorSaveSelection2 ( )
inlineprotected

Definition at line 696 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection3()

void SCR_SelectionEditorUIComponent::EditorSaveSelection3 ( )
inlineprotected

Definition at line 697 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection4()

void SCR_SelectionEditorUIComponent::EditorSaveSelection4 ( )
inlineprotected

Definition at line 698 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection5()

void SCR_SelectionEditorUIComponent::EditorSaveSelection5 ( )
inlineprotected

Definition at line 699 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection6()

void SCR_SelectionEditorUIComponent::EditorSaveSelection6 ( )
inlineprotected

Definition at line 700 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection7()

void SCR_SelectionEditorUIComponent::EditorSaveSelection7 ( )
inlineprotected

Definition at line 701 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection8()

void SCR_SelectionEditorUIComponent::EditorSaveSelection8 ( )
inlineprotected

Definition at line 702 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSaveSelection9()

void SCR_SelectionEditorUIComponent::EditorSaveSelection9 ( )
inlineprotected

Definition at line 703 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSelectAll()

void SCR_SelectionEditorUIComponent::EditorSelectAll ( float value = 1,
EActionTrigger reason = EActionTrigger.DOWN )
inlineprotected

Definition at line 193 of file SCR_SelectionEditorUIComponent.c.

◆ EditorSetSelection()

void SCR_SelectionEditorUIComponent::EditorSetSelection ( float value = 1,
EActionTrigger reason = EActionTrigger.DOWN )
inlineprotected

Definition at line 143 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection ( int index)
inlineprotected

Definition at line 723 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection0()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection0 ( )
inlineprotected

Definition at line 736 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection1()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection1 ( )
inlineprotected

Definition at line 727 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection2()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection2 ( )
inlineprotected

Definition at line 728 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection3()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection3 ( )
inlineprotected

Definition at line 729 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection4()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection4 ( )
inlineprotected

Definition at line 730 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection5()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection5 ( )
inlineprotected

Definition at line 731 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection6()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection6 ( )
inlineprotected

Definition at line 732 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection7()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection7 ( )
inlineprotected

Definition at line 733 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection8()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection8 ( )
inlineprotected

Definition at line 734 of file SCR_SelectionEditorUIComponent.c.

◆ EditorTeleportSelection9()

void SCR_SelectionEditorUIComponent::EditorTeleportSelection9 ( )
inlineprotected

Definition at line 735 of file SCR_SelectionEditorUIComponent.c.

◆ EditorToggleSelection()

void SCR_SelectionEditorUIComponent::EditorToggleSelection ( float value = 1,
EActionTrigger reason = EActionTrigger.DOWN )
inlineprotected

Definition at line 113 of file SCR_SelectionEditorUIComponent.c.

◆ EnableSelection()

void SCR_SelectionEditorUIComponent::EnableSelection ( bool enable)
inlineprotected

Definition at line 607 of file SCR_SelectionEditorUIComponent.c.

◆ GetFrameWidget()

Widget SCR_SelectionEditorUIComponent::GetFrameWidget ( Widget root,
string name )
inlineprotected

Definition at line 669 of file SCR_SelectionEditorUIComponent.c.

◆ HandlerAttachedScripted()

override void SCR_SelectionEditorUIComponent::HandlerAttachedScripted ( Widget w)
inlineprotected

Definition at line 770 of file SCR_SelectionEditorUIComponent.c.

◆ HandlerDeattached()

override void SCR_SelectionEditorUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 884 of file SCR_SelectionEditorUIComponent.c.

◆ IsInputDisabled()

bool SCR_SelectionEditorUIComponent::IsInputDisabled ( )
inlineprotected

Definition at line 745 of file SCR_SelectionEditorUIComponent.c.

◆ IsMapOpened()

bool SCR_SelectionEditorUIComponent::IsMapOpened ( )
inlineprotected

Definition at line 613 of file SCR_SelectionEditorUIComponent.c.

◆ OnCurrentLayerChange()

void SCR_SelectionEditorUIComponent::OnCurrentLayerChange ( SCR_EditableEntityComponent currentLayer,
SCR_EditableEntityComponent prevLayer )
inlineprotected

Definition at line 594 of file SCR_SelectionEditorUIComponent.c.

◆ OnMenuFocusLost()

void SCR_SelectionEditorUIComponent::OnMenuFocusLost ( )
inlineprotected

Definition at line 663 of file SCR_SelectionEditorUIComponent.c.

◆ OnMenuUpdate()

void SCR_SelectionEditorUIComponent::OnMenuUpdate ( float tDelta)
inlineprotected

Definition at line 621 of file SCR_SelectionEditorUIComponent.c.

◆ ResetFrame()

void SCR_SelectionEditorUIComponent::ResetFrame ( )
inlineprotected

Definition at line 565 of file SCR_SelectionEditorUIComponent.c.

◆ ShowGUI()

void SCR_SelectionEditorUIComponent::ShowGUI ( )
inlineprotected

Definition at line 757 of file SCR_SelectionEditorUIComponent.c.

Member Data Documentation

◆ FRAME_DURATION_MIN

const float SCR_SelectionEditorUIComponent::FRAME_DURATION_MIN = 0.15
staticprotected

How long must the button bepressed for frame selection to behin (controller).

Definition at line 6 of file SCR_SelectionEditorUIComponent.c.

◆ FRAME_SIZE_MIN

const float SCR_SelectionEditorUIComponent::FRAME_SIZE_MIN = 10
staticprotected

How many ref pixels must cursor move for frame selection to begin (mouse & keyboard).

Definition at line 5 of file SCR_SelectionEditorUIComponent.c.

◆ m_bEnableMultiSelection

bool SCR_SelectionEditorUIComponent::m_bEnableMultiSelection
protected

Definition at line 16 of file SCR_SelectionEditorUIComponent.c.

◆ m_bEnableSelection

bool SCR_SelectionEditorUIComponent::m_bEnableSelection = true
protected

Definition at line 87 of file SCR_SelectionEditorUIComponent.c.

◆ m_bHideCursor

bool SCR_SelectionEditorUIComponent::m_bHideCursor
protected

Definition at line 94 of file SCR_SelectionEditorUIComponent.c.

◆ m_bIsAnimatingFrame

bool SCR_SelectionEditorUIComponent::m_bIsAnimatingFrame
protected

Definition at line 93 of file SCR_SelectionEditorUIComponent.c.

◆ m_bIsDrawingFrame

bool SCR_SelectionEditorUIComponent::m_bIsDrawingFrame
protected

Definition at line 88 of file SCR_SelectionEditorUIComponent.c.

◆ m_bIsDrawingFrameCancelled

bool SCR_SelectionEditorUIComponent::m_bIsDrawingFrameCancelled
protected

Definition at line 91 of file SCR_SelectionEditorUIComponent.c.

◆ m_bIsDrawingFrameConfirmed

bool SCR_SelectionEditorUIComponent::m_bIsDrawingFrameConfirmed
protected

Definition at line 90 of file SCR_SelectionEditorUIComponent.c.

◆ m_bIsDrawingFrameDisabled

bool SCR_SelectionEditorUIComponent::m_bIsDrawingFrameDisabled
protected

Definition at line 92 of file SCR_SelectionEditorUIComponent.c.

◆ m_bIsDrawingFrameIsToggle

bool SCR_SelectionEditorUIComponent::m_bIsDrawingFrameIsToggle
protected

Definition at line 89 of file SCR_SelectionEditorUIComponent.c.

◆ m_CursorComponent

SCR_CursorEditorUIComponent SCR_SelectionEditorUIComponent::m_CursorComponent
protected

Definition at line 82 of file SCR_SelectionEditorUIComponent.c.

◆ m_EditorMenuManager

SCR_MenuEditorComponent SCR_SelectionEditorUIComponent::m_EditorMenuManager
protected

Definition at line 73 of file SCR_SelectionEditorUIComponent.c.

◆ m_EntitiesManager

SCR_EntitiesManagerEditorComponent SCR_SelectionEditorUIComponent::m_EntitiesManager
protected

Definition at line 75 of file SCR_SelectionEditorUIComponent.c.

◆ m_fGamepadSelectionDuration

float SCR_SelectionEditorUIComponent::m_fGamepadSelectionDuration
protected

Definition at line 34 of file SCR_SelectionEditorUIComponent.c.

◆ m_fGamepadSelectionWidgetStartSize

float SCR_SelectionEditorUIComponent::m_fGamepadSelectionWidgetStartSize
protected

Definition at line 31 of file SCR_SelectionEditorUIComponent.c.

◆ m_FocusedManager

SCR_BaseEditableEntityFilter SCR_SelectionEditorUIComponent::m_FocusedManager
protected

Definition at line 78 of file SCR_SelectionEditorUIComponent.c.

◆ m_fSelectionFrameDuration

float SCR_SelectionEditorUIComponent::m_fSelectionFrameDuration
protected

Definition at line 86 of file SCR_SelectionEditorUIComponent.c.

◆ m_GamepadSelectionCurve

ref Curve SCR_SelectionEditorUIComponent::m_GamepadSelectionCurve
protected

Definition at line 37 of file SCR_SelectionEditorUIComponent.c.

◆ m_GamepadSetSelectionWidget

Widget SCR_SelectionEditorUIComponent::m_GamepadSetSelectionWidget
protected

Definition at line 68 of file SCR_SelectionEditorUIComponent.c.

◆ m_GamepadToggleSelectionWidget

Widget SCR_SelectionEditorUIComponent::m_GamepadToggleSelectionWidget
protected

Definition at line 69 of file SCR_SelectionEditorUIComponent.c.

◆ m_HoverManager

SCR_HoverEditableEntityFilter SCR_SelectionEditorUIComponent::m_HoverManager
protected

Definition at line 79 of file SCR_SelectionEditorUIComponent.c.

◆ m_iGamepadSelectionHeight

int SCR_SelectionEditorUIComponent::m_iGamepadSelectionHeight
protected

Definition at line 95 of file SCR_SelectionEditorUIComponent.c.

◆ m_InputManager

InputManager SCR_SelectionEditorUIComponent::m_InputManager
protected

Definition at line 70 of file SCR_SelectionEditorUIComponent.c.

◆ m_LayersManager

SCR_LayersEditorComponent SCR_SelectionEditorUIComponent::m_LayersManager
protected

Definition at line 76 of file SCR_SelectionEditorUIComponent.c.

◆ m_MouseArea

SCR_MouseAreaEditorUIComponent SCR_SelectionEditorUIComponent::m_MouseArea
protected

Definition at line 83 of file SCR_SelectionEditorUIComponent.c.

◆ m_MultiSelectStates

EEditableEntityState SCR_SelectionEditorUIComponent::m_MultiSelectStates
protected

Definition at line 13 of file SCR_SelectionEditorUIComponent.c.

◆ m_SelectedManager

SCR_SelectedEditableEntityFilter SCR_SelectionEditorUIComponent::m_SelectedManager
protected

Definition at line 80 of file SCR_SelectionEditorUIComponent.c.

◆ m_SetSelectionWidget

Widget SCR_SelectionEditorUIComponent::m_SetSelectionWidget
protected

Definition at line 66 of file SCR_SelectionEditorUIComponent.c.

◆ m_sGamepadSetSelectionWidgetName

string SCR_SelectionEditorUIComponent::m_sGamepadSetSelectionWidgetName
protected

Definition at line 25 of file SCR_SelectionEditorUIComponent.c.

◆ m_sGamepadToggleSelectionWidgetName

string SCR_SelectionEditorUIComponent::m_sGamepadToggleSelectionWidgetName
protected

Definition at line 28 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSetSelectionWidgetName

string SCR_SelectionEditorUIComponent::m_sSetSelectionWidgetName
protected

Definition at line 19 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSfxClearSelection

string SCR_SelectionEditorUIComponent::m_sSfxClearSelection
protected

Definition at line 64 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSfxSelectEntities

string SCR_SelectionEditorUIComponent::m_sSfxSelectEntities
protected

Definition at line 52 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSfxSelectionFrameClose_Cancel

string SCR_SelectionEditorUIComponent::m_sSfxSelectionFrameClose_Cancel
protected

Definition at line 49 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSfxSelectionFrameClose_NothingSelected

string SCR_SelectionEditorUIComponent::m_sSfxSelectionFrameClose_NothingSelected
protected

Definition at line 46 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSfxStartDrawingSelectionFrame_Gamepad

string SCR_SelectionEditorUIComponent::m_sSfxStartDrawingSelectionFrame_Gamepad
protected

Definition at line 43 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSfxStartDrawingSelectionFrame_Keyboard

string SCR_SelectionEditorUIComponent::m_sSfxStartDrawingSelectionFrame_Keyboard
protected

Definition at line 40 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSfxToggleEntities

string SCR_SelectionEditorUIComponent::m_sSfxToggleEntities
protected

Definition at line 55 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSfxToggleSingleEntity_Off

string SCR_SelectionEditorUIComponent::m_sSfxToggleSingleEntity_Off
protected

Definition at line 61 of file SCR_SelectionEditorUIComponent.c.

◆ m_sSfxToggleSingleEntity_On

string SCR_SelectionEditorUIComponent::m_sSfxToggleSingleEntity_On
protected

Definition at line 58 of file SCR_SelectionEditorUIComponent.c.

◆ m_StatesManager

SCR_StatesEditorComponent SCR_SelectionEditorUIComponent::m_StatesManager
protected

Definition at line 74 of file SCR_SelectionEditorUIComponent.c.

◆ m_sToggleSelectionWidgetName

string SCR_SelectionEditorUIComponent::m_sToggleSelectionWidgetName
protected

Definition at line 22 of file SCR_SelectionEditorUIComponent.c.

◆ m_ToggleSelectionWidget

Widget SCR_SelectionEditorUIComponent::m_ToggleSelectionWidget
protected

Definition at line 67 of file SCR_SelectionEditorUIComponent.c.

◆ m_UnselectedManager

SCR_BaseEditableEntityFilter SCR_SelectionEditorUIComponent::m_UnselectedManager
protected

Definition at line 77 of file SCR_SelectionEditorUIComponent.c.

◆ m_UnselectedState

EEditableEntityState SCR_SelectionEditorUIComponent::m_UnselectedState
protected

State in which entities are unselected.

Definition at line 10 of file SCR_SelectionEditorUIComponent.c.

◆ m_vCursorPosClick

vector SCR_SelectionEditorUIComponent::m_vCursorPosClick
protected

Definition at line 85 of file SCR_SelectionEditorUIComponent.c.

◆ m_Workspace

WorkspaceWidget SCR_SelectionEditorUIComponent::m_Workspace
protected

Definition at line 71 of file SCR_SelectionEditorUIComponent.c.

◆ m_World

BaseWorld SCR_SelectionEditorUIComponent::m_World
protected

Definition at line 96 of file SCR_SelectionEditorUIComponent.c.


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