Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ContentDetailsPanelBase.c File Reference

Go to the source code of this file.

Classes

class  SCR_ContentDetailsPanelBase
class  DetailsPanelContentPreset

Functions

SCR_ContentDetailsPanelBase SCR_ScriptedWidgetComponent BaseContainerProps (configRoot :true)
override void HandlerAttached (Widget w)
override bool OnUpdate (Widget w)
void UpdateSize ()
DetailsPanelContentPreset FallbackContentByTag (string contentTag)
 Get fallback content by tag.
void SetDescriptionText (string text)
 Set description text with enforced text lenght limit.
Widget AddTypeDisplay (string image, ResourceName imageset, ResourceName glowImageset)
void ClearTypeDisplays ()

Variables

ref SCR_ContentDetailsPanelBaseWidgets m_CommonWidgets = new SCR_ContentDetailsPanelBaseWidgets
ref DetailsPanelContentPresetConfig m_FallbackContent
int m_iMaxDescriptionLenght
bool m_bDisplayAdditionalInfo
ResourceName m_sTypeDisplayLayout
int m_iMaxTypeImages
const int DESCRIPTION_LENGHT_OFFSET = 10
SCR_SimpleWarningOverlayComponent m_WarningOverlay
ref array< Widgetm_aTypeImages = {}

Function Documentation

◆ AddTypeDisplay()

Widget BaseContainerProps::AddTypeDisplay ( string image,
ResourceName imageset,
ResourceName glowImageset )
protected

Definition at line 207 of file SCR_ContentDetailsPanelBase.c.

◆ BaseContainerProps()

SCR_ContentDetailsPanelBase SCR_ScriptedWidgetComponent BaseContainerProps ( configRoot :true )

Definition at line 1 of file SCR_ContentDetailsPanelBase.c.

◆ ClearTypeDisplays()

void BaseContainerProps::ClearTypeDisplays ( )
protected

Definition at line 226 of file SCR_ContentDetailsPanelBase.c.

◆ FallbackContentByTag()

DetailsPanelContentPreset BaseContainerProps::FallbackContentByTag ( string contentTag)
protected

Get fallback content by tag.

Definition at line 181 of file SCR_ContentDetailsPanelBase.c.

◆ HandlerAttached()

override void BaseContainerProps::HandlerAttached ( Widget w)
protected

Definition at line 144 of file SCR_ContentDetailsPanelBase.c.

◆ OnUpdate()

override bool BaseContainerProps::OnUpdate ( Widget w)
protected

Definition at line 154 of file SCR_ContentDetailsPanelBase.c.

◆ SetDescriptionText()

void BaseContainerProps::SetDescriptionText ( string text)
protected

Set description text with enforced text lenght limit.

Definition at line 194 of file SCR_ContentDetailsPanelBase.c.

◆ UpdateSize()

void BaseContainerProps::UpdateSize ( )
protected

Definition at line 169 of file SCR_ContentDetailsPanelBase.c.

Variable Documentation

◆ DESCRIPTION_LENGHT_OFFSET

const int DESCRIPTION_LENGHT_OFFSET = 10
protected

Definition at line 138 of file SCR_ContentDetailsPanelBase.c.

◆ m_aTypeImages

ref array<Widget> m_aTypeImages = {}
protected

Definition at line 141 of file SCR_ContentDetailsPanelBase.c.

◆ m_bDisplayAdditionalInfo

bool m_bDisplayAdditionalInfo
protected

Definition at line 130 of file SCR_ContentDetailsPanelBase.c.

◆ m_CommonWidgets

Definition at line 121 of file SCR_ContentDetailsPanelBase.c.

◆ m_FallbackContent

ref DetailsPanelContentPresetConfig m_FallbackContent
protected

Definition at line 124 of file SCR_ContentDetailsPanelBase.c.

◆ m_iMaxDescriptionLenght

int m_iMaxDescriptionLenght
protected

Definition at line 127 of file SCR_ContentDetailsPanelBase.c.

◆ m_iMaxTypeImages

int m_iMaxTypeImages
protected

Definition at line 136 of file SCR_ContentDetailsPanelBase.c.

◆ m_sTypeDisplayLayout

ResourceName m_sTypeDisplayLayout
protected

Definition at line 133 of file SCR_ContentDetailsPanelBase.c.

◆ m_WarningOverlay

SCR_SimpleWarningOverlayComponent m_WarningOverlay
protected

Definition at line 140 of file SCR_ContentDetailsPanelBase.c.