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

Public Member Functions

override void HandlerAttached (Widget w)
 
void ShowWidgetDelayed (float opacity)
 
Widget GetRootWidget ()
 
void SetCollapsed (bool collapsed, bool animate=true)
 
bool IsCollapsed ()
 
void SetCollapseTime (float time)
 
float GetCollapseTime ()
 
void SetCollpseDirection (EDirection direction)
 
EDirection GetCollapseDirection ()
 

Protected Member Functions

void SetupLayoutAnimation (float speed, bool animate)
 

Protected Attributes

bool m_bCollapsed
 
EDirection m_eCollapseDirection
 
float m_fCollapseTime
 
bool m_bIsFrameSlot
 
float m_fDefaultValue = float.MAX
 
Widget m_wRoot
 
float m_fTimeout = 50
 

Member Function Documentation

◆ GetCollapseDirection()

EDirection SCR_CollapseWidgetComponent.GetCollapseDirection ( )

◆ GetCollapseTime()

float SCR_CollapseWidgetComponent.GetCollapseTime ( )

◆ GetRootWidget()

Widget SCR_CollapseWidgetComponent.GetRootWidget ( )

◆ HandlerAttached()

override void SCR_CollapseWidgetComponent.HandlerAttached ( Widget  w)

◆ IsCollapsed()

bool SCR_CollapseWidgetComponent.IsCollapsed ( )

◆ SetCollapsed()

void SCR_CollapseWidgetComponent.SetCollapsed ( bool  collapsed,
bool  animate = true 
)

◆ SetCollapseTime()

void SCR_CollapseWidgetComponent.SetCollapseTime ( float  time)

◆ SetCollpseDirection()

void SCR_CollapseWidgetComponent.SetCollpseDirection ( EDirection  direction)

◆ SetupLayoutAnimation()

void SCR_CollapseWidgetComponent.SetupLayoutAnimation ( float  speed,
bool  animate 
)
protected

◆ ShowWidgetDelayed()

void SCR_CollapseWidgetComponent.ShowWidgetDelayed ( float  opacity)

Member Data Documentation

◆ m_bCollapsed

bool SCR_CollapseWidgetComponent.m_bCollapsed
protected

◆ m_bIsFrameSlot

bool SCR_CollapseWidgetComponent.m_bIsFrameSlot
protected

◆ m_eCollapseDirection

EDirection SCR_CollapseWidgetComponent.m_eCollapseDirection
protected

◆ m_fCollapseTime

float SCR_CollapseWidgetComponent.m_fCollapseTime
protected

◆ m_fDefaultValue

float SCR_CollapseWidgetComponent.m_fDefaultValue = float.MAX
protected

◆ m_fTimeout

float SCR_CollapseWidgetComponent.m_fTimeout = 50
protected

◆ m_wRoot

Widget SCR_CollapseWidgetComponent.m_wRoot
protected

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