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

Protected Member Functions

override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)
void Update ()
void UpdateAllWidgets (float tDelta)
void Callback_OnNewDownload (SCR_WorkshopItem item, SCR_WorkshopItemActionDownload action)
void OnOpenButton ()

Protected Attributes

const float FADE_OUT_WAIT_TIME = 5
ref SCR_DownloadManager_PanelWidgets m_Widgets = new SCR_DownloadManager_PanelWidgets()
Widget m_wRoot
ref SCR_FadeInOutAnimator m_Animator
int m_iLastUpdateTimeMs

Detailed Description

Definition at line 7 of file SCR_DownloadManager_PanelComponent.c.

Member Function Documentation

◆ Callback_OnNewDownload()

void SCR_DownloadManager_PanelComponent::Callback_OnNewDownload ( SCR_WorkshopItem item,
SCR_WorkshopItemActionDownload action )
inlineprotected

Definition at line 84 of file SCR_DownloadManager_PanelComponent.c.

◆ HandlerAttached()

override void SCR_DownloadManager_PanelComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 19 of file SCR_DownloadManager_PanelComponent.c.

◆ HandlerDeattached()

override void SCR_DownloadManager_PanelComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 39 of file SCR_DownloadManager_PanelComponent.c.

◆ OnOpenButton()

void SCR_DownloadManager_PanelComponent::OnOpenButton ( )
inlineprotected

Definition at line 90 of file SCR_DownloadManager_PanelComponent.c.

◆ Update()

void SCR_DownloadManager_PanelComponent::Update ( )
inlineprotected

Definition at line 50 of file SCR_DownloadManager_PanelComponent.c.

◆ UpdateAllWidgets()

void SCR_DownloadManager_PanelComponent::UpdateAllWidgets ( float tDelta)
inlineprotected

Definition at line 68 of file SCR_DownloadManager_PanelComponent.c.

Member Data Documentation

◆ FADE_OUT_WAIT_TIME

const float SCR_DownloadManager_PanelComponent::FADE_OUT_WAIT_TIME = 5
protected

Definition at line 10 of file SCR_DownloadManager_PanelComponent.c.

◆ m_Animator

ref SCR_FadeInOutAnimator SCR_DownloadManager_PanelComponent::m_Animator
protected

Definition at line 14 of file SCR_DownloadManager_PanelComponent.c.

◆ m_iLastUpdateTimeMs

int SCR_DownloadManager_PanelComponent::m_iLastUpdateTimeMs
protected

Definition at line 16 of file SCR_DownloadManager_PanelComponent.c.

◆ m_Widgets

ref SCR_DownloadManager_PanelWidgets SCR_DownloadManager_PanelComponent::m_Widgets = new SCR_DownloadManager_PanelWidgets()
protected

Definition at line 12 of file SCR_DownloadManager_PanelComponent.c.

◆ m_wRoot

Widget SCR_DownloadManager_PanelComponent::m_wRoot
protected

Definition at line 13 of file SCR_DownloadManager_PanelComponent.c.


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