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

Protected Member Functions

void SetHintText (string hint)
void ShowHintText (bool show)
void GamePadLockedSelectorFocusChanged (bool newFocus)
 if (m_GamePadLockedSelector)
 if (!m_wAttributeHint) return

Protected Attributes

string m_sAttributeHolderName
string m_sTickBoxAttributeName
string m_sGamePadLockedSelectorName
string m_sAttributeHintName
string m_sAttributeHintTextName
Widget m_wAttributeHolder
SCR_AttributeTickboxUIComponent m_TickBoxAttribute
Widget m_GamePadLockedSelector
Widget m_wAttributeHint
RichTextWidget m_wAttributeHintText
SCR_BaseEditorAttributeUIComponent m_AttributeComponent
Widget tickbox = w.FindAnyWidget(m_sTickBoxAttributeName)
 m_TickBoxAttribute = SCR_AttributeTickboxUIComponent.Cast(tickbox.FindHandler(SCR_AttributeTickboxUIComponent))
 m_GamePadLockedSelector = w.FindAnyWidget(m_sGamePadLockedSelectorName)
 m_wAttributeHint = w.FindAnyWidget(m_sAttributeHintName)
 m_wAttributeHintText = RichTextWidget.Cast(m_wAttributeHint.FindAnyWidget(m_sAttributeHintTextName))

Detailed Description

Definition at line 1 of file SCR_EditorAttributeHolderUIComponent.c.

Member Function Documentation

◆ GamePadLockedSelectorFocusChanged()

void SCR_EditorAttributeHolderUIComponent::GamePadLockedSelectorFocusChanged ( bool newFocus)
inlineprotected

Definition at line 48 of file SCR_EditorAttributeHolderUIComponent.c.

◆ if() [1/2]

SCR_EditorAttributeHolderUIComponent::if ( ! m_wAttributeHint)
protected

◆ if() [2/2]

SCR_EditorAttributeHolderUIComponent::if ( m_GamePadLockedSelector )
inlineprotected

Definition at line 70 of file SCR_EditorAttributeHolderUIComponent.c.

◆ SetHintText()

void SCR_EditorAttributeHolderUIComponent::SetHintText ( string hint)
inlineprotected

Definition at line 36 of file SCR_EditorAttributeHolderUIComponent.c.

◆ ShowHintText()

void SCR_EditorAttributeHolderUIComponent::ShowHintText ( bool show)
inlineprotected

Definition at line 41 of file SCR_EditorAttributeHolderUIComponent.c.

Member Data Documentation

◆ m_AttributeComponent

SCR_BaseEditorAttributeUIComponent SCR_EditorAttributeHolderUIComponent::m_AttributeComponent
protected

Definition at line 22 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_GamePadLockedSelector [1/2]

SCR_EditorAttributeHolderUIComponent::m_GamePadLockedSelector = w.FindAnyWidget(m_sGamePadLockedSelectorName)
protected

Definition at line 68 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_GamePadLockedSelector [2/2]

Widget SCR_EditorAttributeHolderUIComponent::m_GamePadLockedSelector
protected

Definition at line 18 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_sAttributeHintName

string SCR_EditorAttributeHolderUIComponent::m_sAttributeHintName
protected

Definition at line 12 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_sAttributeHintTextName

string SCR_EditorAttributeHolderUIComponent::m_sAttributeHintTextName
protected

Definition at line 14 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_sAttributeHolderName

string SCR_EditorAttributeHolderUIComponent::m_sAttributeHolderName
protected

Definition at line 4 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_sGamePadLockedSelectorName

string SCR_EditorAttributeHolderUIComponent::m_sGamePadLockedSelectorName
protected

Definition at line 9 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_sTickBoxAttributeName

string SCR_EditorAttributeHolderUIComponent::m_sTickBoxAttributeName
protected

Definition at line 7 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_TickBoxAttribute [1/2]

SCR_EditorAttributeHolderUIComponent::m_TickBoxAttribute = SCR_AttributeTickboxUIComponent.Cast(tickbox.FindHandler(SCR_AttributeTickboxUIComponent))
protected

Definition at line 66 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_TickBoxAttribute [2/2]

SCR_AttributeTickboxUIComponent SCR_EditorAttributeHolderUIComponent::m_TickBoxAttribute
protected

Definition at line 17 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_wAttributeHint [1/2]

SCR_EditorAttributeHolderUIComponent::m_wAttributeHint = w.FindAnyWidget(m_sAttributeHintName)
protected

Definition at line 78 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_wAttributeHint [2/2]

Widget SCR_EditorAttributeHolderUIComponent::m_wAttributeHint
protected

Definition at line 19 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_wAttributeHintText [1/2]

SCR_EditorAttributeHolderUIComponent::m_wAttributeHintText = RichTextWidget.Cast(m_wAttributeHint.FindAnyWidget(m_sAttributeHintTextName))
protected

Definition at line 82 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_wAttributeHintText [2/2]

RichTextWidget SCR_EditorAttributeHolderUIComponent::m_wAttributeHintText
protected

Definition at line 20 of file SCR_EditorAttributeHolderUIComponent.c.

◆ m_wAttributeHolder

Widget SCR_EditorAttributeHolderUIComponent::m_wAttributeHolder
protected

Definition at line 16 of file SCR_EditorAttributeHolderUIComponent.c.

◆ tickbox

Widget SCR_EditorAttributeHolderUIComponent::tickbox = w.FindAnyWidget(m_sTickBoxAttributeName)
protected

Definition at line 65 of file SCR_EditorAttributeHolderUIComponent.c.


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