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

Protected Member Functions

override void Init (Widget w, SCR_BaseEditorAttribute attribute)
void OnSnapYChanged (bool snapEnabled)
void OnInputDeviceIsGamepad (bool isGamepad)
void SetVisible (bool newVisible)
override void SetVariableToDefaultValue (SCR_BaseEditorAttributeVar var)
override void SetFromVar (SCR_BaseEditorAttributeVar var)
override bool OnChangeInternal (Widget w, int x, int y, bool finished)
void OnEditBoxValueChanged (SCR_EditBoxComponent editBox, string stringValue)
string CapValueToString (float value)
override void HandlerDeattached (Widget w)

Protected Attributes

string m_sEditBoxXName
string m_sEditBoxYName
string m_sEditBoxZName
string m_sEditBoxComponentName
BaseWorld m_World
vector m_vMinWorldBounding
vector m_vMaxWorldBounding
SCR_EditBoxComponent m_EditBoxX
SCR_EditBoxComponent m_EditBoxY
SCR_EditBoxComponent m_EditBoxZ
Widget m_root
vector m_vStartingValue
vector m_vHideValue
bool m_bSnapToSurface
float m_fPositionY
int m_iInitCalledAmount = 0

Detailed Description

Definition at line 1 of file SCR_PositionEditorAttributeUIComponent.c.

Member Function Documentation

◆ CapValueToString()

string SCR_PositionEditorAttributeUIComponent::CapValueToString ( float value)
inlineprotected

Definition at line 232 of file SCR_PositionEditorAttributeUIComponent.c.

◆ HandlerDeattached()

override void SCR_PositionEditorAttributeUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 251 of file SCR_PositionEditorAttributeUIComponent.c.

◆ Init()

override void SCR_PositionEditorAttributeUIComponent::Init ( Widget w,
SCR_BaseEditorAttribute attribute )
inlineprotected

Definition at line 29 of file SCR_PositionEditorAttributeUIComponent.c.

◆ OnChangeInternal()

override bool SCR_PositionEditorAttributeUIComponent::OnChangeInternal ( Widget w,
int x,
int y,
bool finished )
inlineprotected

Definition at line 167 of file SCR_PositionEditorAttributeUIComponent.c.

◆ OnEditBoxValueChanged()

void SCR_PositionEditorAttributeUIComponent::OnEditBoxValueChanged ( SCR_EditBoxComponent editBox,
string stringValue )
inlineprotected

Definition at line 195 of file SCR_PositionEditorAttributeUIComponent.c.

◆ OnInputDeviceIsGamepad()

void SCR_PositionEditorAttributeUIComponent::OnInputDeviceIsGamepad ( bool isGamepad)
inlineprotected

Definition at line 110 of file SCR_PositionEditorAttributeUIComponent.c.

◆ OnSnapYChanged()

void SCR_PositionEditorAttributeUIComponent::OnSnapYChanged ( bool snapEnabled)
inlineprotected

Definition at line 92 of file SCR_PositionEditorAttributeUIComponent.c.

◆ SetFromVar()

override void SCR_PositionEditorAttributeUIComponent::SetFromVar ( SCR_BaseEditorAttributeVar var)
inlineprotected

Definition at line 150 of file SCR_PositionEditorAttributeUIComponent.c.

◆ SetVariableToDefaultValue()

override void SCR_PositionEditorAttributeUIComponent::SetVariableToDefaultValue ( SCR_BaseEditorAttributeVar var)
inlineprotected

Definition at line 139 of file SCR_PositionEditorAttributeUIComponent.c.

◆ SetVisible()

void SCR_PositionEditorAttributeUIComponent::SetVisible ( bool newVisible)
inlineprotected

Definition at line 115 of file SCR_PositionEditorAttributeUIComponent.c.

Member Data Documentation

◆ m_bSnapToSurface

bool SCR_PositionEditorAttributeUIComponent::m_bSnapToSurface
protected

Definition at line 24 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_EditBoxX

SCR_EditBoxComponent SCR_PositionEditorAttributeUIComponent::m_EditBoxX
protected

Definition at line 16 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_EditBoxY

SCR_EditBoxComponent SCR_PositionEditorAttributeUIComponent::m_EditBoxY
protected

Definition at line 17 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_EditBoxZ

SCR_EditBoxComponent SCR_PositionEditorAttributeUIComponent::m_EditBoxZ
protected

Definition at line 18 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_fPositionY

float SCR_PositionEditorAttributeUIComponent::m_fPositionY
protected

Definition at line 25 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_iInitCalledAmount

int SCR_PositionEditorAttributeUIComponent::m_iInitCalledAmount = 0
protected

Definition at line 27 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_root

Widget SCR_PositionEditorAttributeUIComponent::m_root
protected

Definition at line 20 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_sEditBoxComponentName

string SCR_PositionEditorAttributeUIComponent::m_sEditBoxComponentName
protected

Definition at line 10 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_sEditBoxXName

string SCR_PositionEditorAttributeUIComponent::m_sEditBoxXName
protected

Definition at line 4 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_sEditBoxYName

string SCR_PositionEditorAttributeUIComponent::m_sEditBoxYName
protected

Definition at line 6 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_sEditBoxZName

string SCR_PositionEditorAttributeUIComponent::m_sEditBoxZName
protected

Definition at line 8 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_vHideValue

vector SCR_PositionEditorAttributeUIComponent::m_vHideValue
protected

Definition at line 22 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_vMaxWorldBounding

vector SCR_PositionEditorAttributeUIComponent::m_vMaxWorldBounding
protected

Definition at line 14 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_vMinWorldBounding

vector SCR_PositionEditorAttributeUIComponent::m_vMinWorldBounding
protected

Definition at line 13 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_vStartingValue

vector SCR_PositionEditorAttributeUIComponent::m_vStartingValue
protected

Definition at line 21 of file SCR_PositionEditorAttributeUIComponent.c.

◆ m_World

BaseWorld SCR_PositionEditorAttributeUIComponent::m_World
protected

Definition at line 12 of file SCR_PositionEditorAttributeUIComponent.c.


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