Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AutomaticScrollComponent Interface Reference
Inheritance diagram for SCR_AutomaticScrollComponent:
SCR_ScriptedWidgetComponent

Public Member Functions

override bool OnFocus (Widget w, int x, int y)
 
override bool OnFocusLost (Widget w, int x, int y)
 
override void HandlerAttached (Widget w)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Protected Member Functions

void ResetScrolling ()
 
void UpdateScrollFrameSkip ()
 
void StartScrolling ()
 

Protected Attributes

string m_sWidgetContentName
 
string m_sWidgetHorizontalName
 
bool m_bAnimateOnFocus
 
bool m_bAnimateVertically
 
bool m_bIsInit
 
Widget m_ContentFrame
 
Widget m_ContentHorizontal
 
SCR_HorizontalScrollAnimationComponent m_ScrollComponent
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Additional Inherited Members

- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ HandlerAttached()

override void SCR_AutomaticScrollComponent.HandlerAttached ( Widget w)

◆ OnFocus()

override bool SCR_AutomaticScrollComponent.OnFocus ( Widget w,
int x,
int y )

◆ OnFocusLost()

override bool SCR_AutomaticScrollComponent.OnFocusLost ( Widget w,
int x,
int y )

◆ ResetScrolling()

void SCR_AutomaticScrollComponent.ResetScrolling ( )
protected

◆ StartScrolling()

void SCR_AutomaticScrollComponent.StartScrolling ( )
protected

◆ UpdateScrollFrameSkip()

void SCR_AutomaticScrollComponent.UpdateScrollFrameSkip ( )
protected

Member Data Documentation

◆ m_bAnimateOnFocus

bool SCR_AutomaticScrollComponent.m_bAnimateOnFocus
protected

◆ m_bAnimateVertically

bool SCR_AutomaticScrollComponent.m_bAnimateVertically
protected

◆ m_bIsInit

bool SCR_AutomaticScrollComponent.m_bIsInit
protected

◆ m_ContentFrame

Widget SCR_AutomaticScrollComponent.m_ContentFrame
protected

◆ m_ContentHorizontal

Widget SCR_AutomaticScrollComponent.m_ContentHorizontal
protected

◆ m_ScrollComponent

SCR_HorizontalScrollAnimationComponent SCR_AutomaticScrollComponent.m_ScrollComponent
protected

◆ m_sWidgetContentName

string SCR_AutomaticScrollComponent.m_sWidgetContentName
protected

◆ m_sWidgetHorizontalName

string SCR_AutomaticScrollComponent.m_sWidgetHorizontalName
protected

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