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

Protected Member Functions

override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)
override bool OnFocus (Widget w, int x, int y)
override bool OnFocusLost (Widget w, int x, int y)
void UpdateAllWidgets ()
void UpdateDownloadButtonState ()
void OnDownloadClick (SCR_ButtonBaseComponent button)
 Do this actions on using button on.
void SetModContent (SCR_WorkshopItem item, string version)
void SetModRating (string str)
void SetModDataSize (string str)
void DownloadContent ()
void OnDownloadButtonHover ()
void OnDownloadButtonHoverLeave ()
void OnItemDownload ()
 Call this on download addon dat.
void MarkAsUpdated ()
SCR_WorkshopItem GetWorkshopItem ()
bool IsUpdated (WorkshopItem item=null)
bool IsDownloading (WorkshopItem item=null)
Dependency GetDependency ()
void Callback_OnChanged ()

Protected Attributes

TextWidget m_wTxtRating
TextWidget m_wTxtDataSize
ref SCR_WorkshopItem m_Item
ref ScriptInvoker m_OnModDonwloaded = new ScriptInvoker()
ref Revision m_Version
SCR_MultipleStatesButtonComponent m_BtnDownload
bool m_bHover = false
bool m_bFocus = false
const int STATE_DOWNLOAD = 0
const int STATE_DOWNLOADING = 1
const int STATE_CANCEL = 2
const int STATE_DOWNLOADED = 3

Detailed Description

Definition at line 2 of file SCR_ModEntryComponent.c.

Member Function Documentation

◆ Callback_OnChanged()

void SCR_ModEntryComponent::Callback_OnChanged ( )
inlineprotected

Definition at line 353 of file SCR_ModEntryComponent.c.

◆ DownloadContent()

void SCR_ModEntryComponent::DownloadContent ( )
inlineprotected

Definition at line 277 of file SCR_ModEntryComponent.c.

◆ GetDependency()

Dependency SCR_ModEntryComponent::GetDependency ( )
inlineprotected

Definition at line 351 of file SCR_ModEntryComponent.c.

◆ GetWorkshopItem()

SCR_WorkshopItem SCR_ModEntryComponent::GetWorkshopItem ( )
inlineprotected

Definition at line 325 of file SCR_ModEntryComponent.c.

◆ HandlerAttached()

override void SCR_ModEntryComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 30 of file SCR_ModEntryComponent.c.

◆ HandlerDeattached()

override void SCR_ModEntryComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 61 of file SCR_ModEntryComponent.c.

◆ IsDownloading()

bool SCR_ModEntryComponent::IsDownloading ( WorkshopItem item = null)
inlineprotected

Definition at line 334 of file SCR_ModEntryComponent.c.

◆ IsUpdated()

bool SCR_ModEntryComponent::IsUpdated ( WorkshopItem item = null)
inlineprotected

Definition at line 328 of file SCR_ModEntryComponent.c.

◆ MarkAsUpdated()

void SCR_ModEntryComponent::MarkAsUpdated ( )
inlineprotected

Definition at line 318 of file SCR_ModEntryComponent.c.

◆ OnDownloadButtonHover()

void SCR_ModEntryComponent::OnDownloadButtonHover ( )
inlineprotected

Definition at line 298 of file SCR_ModEntryComponent.c.

◆ OnDownloadButtonHoverLeave()

void SCR_ModEntryComponent::OnDownloadButtonHoverLeave ( )
inlineprotected

Definition at line 304 of file SCR_ModEntryComponent.c.

◆ OnDownloadClick()

void SCR_ModEntryComponent::OnDownloadClick ( SCR_ButtonBaseComponent button)
inlineprotected

Do this actions on using button on.

Definition at line 229 of file SCR_ModEntryComponent.c.

◆ OnFocus()

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

Definition at line 67 of file SCR_ModEntryComponent.c.

◆ OnFocusLost()

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

Definition at line 78 of file SCR_ModEntryComponent.c.

◆ OnItemDownload()

void SCR_ModEntryComponent::OnItemDownload ( )
inlineprotected

Call this on download addon dat.

Definition at line 311 of file SCR_ModEntryComponent.c.

◆ SetModContent()

void SCR_ModEntryComponent::SetModContent ( SCR_WorkshopItem item,
string version )
inlineprotected

Definition at line 260 of file SCR_ModEntryComponent.c.

◆ SetModDataSize()

void SCR_ModEntryComponent::SetModDataSize ( string str)
inlineprotected

Definition at line 274 of file SCR_ModEntryComponent.c.

◆ SetModRating()

void SCR_ModEntryComponent::SetModRating ( string str)
inlineprotected

Definition at line 271 of file SCR_ModEntryComponent.c.

◆ UpdateAllWidgets()

void SCR_ModEntryComponent::UpdateAllWidgets ( )
inlineprotected

Definition at line 88 of file SCR_ModEntryComponent.c.

◆ UpdateDownloadButtonState()

void SCR_ModEntryComponent::UpdateDownloadButtonState ( )
inlineprotected

Definition at line 138 of file SCR_ModEntryComponent.c.

Member Data Documentation

◆ m_bFocus

bool SCR_ModEntryComponent::m_bFocus = false
protected

Definition at line 21 of file SCR_ModEntryComponent.c.

◆ m_bHover

bool SCR_ModEntryComponent::m_bHover = false
protected

Definition at line 20 of file SCR_ModEntryComponent.c.

◆ m_BtnDownload

SCR_MultipleStatesButtonComponent SCR_ModEntryComponent::m_BtnDownload
protected

Definition at line 17 of file SCR_ModEntryComponent.c.

◆ m_Item

ref SCR_WorkshopItem SCR_ModEntryComponent::m_Item
protected

Definition at line 12 of file SCR_ModEntryComponent.c.

◆ m_OnModDonwloaded

ref ScriptInvoker SCR_ModEntryComponent::m_OnModDonwloaded = new ScriptInvoker()
protected

Definition at line 13 of file SCR_ModEntryComponent.c.

◆ m_Version

ref Revision SCR_ModEntryComponent::m_Version
protected

Definition at line 14 of file SCR_ModEntryComponent.c.

◆ m_wTxtDataSize

TextWidget SCR_ModEntryComponent::m_wTxtDataSize
protected

Definition at line 9 of file SCR_ModEntryComponent.c.

◆ m_wTxtRating

TextWidget SCR_ModEntryComponent::m_wTxtRating
protected

Definition at line 8 of file SCR_ModEntryComponent.c.

◆ STATE_CANCEL

const int SCR_ModEntryComponent::STATE_CANCEL = 2
protected

Definition at line 26 of file SCR_ModEntryComponent.c.

◆ STATE_DOWNLOAD

const int SCR_ModEntryComponent::STATE_DOWNLOAD = 0
protected

Definition at line 24 of file SCR_ModEntryComponent.c.

◆ STATE_DOWNLOADED

const int SCR_ModEntryComponent::STATE_DOWNLOADED = 3
protected

Definition at line 27 of file SCR_ModEntryComponent.c.

◆ STATE_DOWNLOADING

const int SCR_ModEntryComponent::STATE_DOWNLOADING = 1
protected

Definition at line 25 of file SCR_ModEntryComponent.c.


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