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

Protected Member Functions

void ResetScrolling ()
void UpdateScrollFrameSkip ()
void StartScrolling ()
override bool OnFocus (Widget w, int x, int y)
override bool OnFocusLost (Widget w, int x, int y)
override void HandlerAttached (Widget w)

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

Detailed Description

Definition at line 1 of file SCR_AutomaticScrollComponent.c.

Member Function Documentation

◆ HandlerAttached()

override void SCR_AutomaticScrollComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 74 of file SCR_AutomaticScrollComponent.c.

◆ OnFocus()

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

Definition at line 56 of file SCR_AutomaticScrollComponent.c.

◆ OnFocusLost()

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

Definition at line 65 of file SCR_AutomaticScrollComponent.c.

◆ ResetScrolling()

void SCR_AutomaticScrollComponent::ResetScrolling ( )
inlineprotected

Definition at line 22 of file SCR_AutomaticScrollComponent.c.

◆ StartScrolling()

void SCR_AutomaticScrollComponent::StartScrolling ( )
inlineprotected

Definition at line 36 of file SCR_AutomaticScrollComponent.c.

◆ UpdateScrollFrameSkip()

void SCR_AutomaticScrollComponent::UpdateScrollFrameSkip ( )
inlineprotected

Definition at line 30 of file SCR_AutomaticScrollComponent.c.

Member Data Documentation

◆ m_bAnimateOnFocus

bool SCR_AutomaticScrollComponent::m_bAnimateOnFocus
protected

Definition at line 10 of file SCR_AutomaticScrollComponent.c.

◆ m_bAnimateVertically

bool SCR_AutomaticScrollComponent::m_bAnimateVertically
protected

Definition at line 13 of file SCR_AutomaticScrollComponent.c.

◆ m_bIsInit

bool SCR_AutomaticScrollComponent::m_bIsInit
protected

Definition at line 15 of file SCR_AutomaticScrollComponent.c.

◆ m_ContentFrame

Widget SCR_AutomaticScrollComponent::m_ContentFrame
protected

Definition at line 17 of file SCR_AutomaticScrollComponent.c.

◆ m_ContentHorizontal

Widget SCR_AutomaticScrollComponent::m_ContentHorizontal
protected

Definition at line 18 of file SCR_AutomaticScrollComponent.c.

◆ m_ScrollComponent

SCR_HorizontalScrollAnimationComponent SCR_AutomaticScrollComponent::m_ScrollComponent
protected

Definition at line 19 of file SCR_AutomaticScrollComponent.c.

◆ m_sWidgetContentName

string SCR_AutomaticScrollComponent::m_sWidgetContentName
protected

Definition at line 4 of file SCR_AutomaticScrollComponent.c.

◆ m_sWidgetHorizontalName

string SCR_AutomaticScrollComponent::m_sWidgetHorizontalName
protected

Definition at line 7 of file SCR_AutomaticScrollComponent.c.


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