Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ContentEntryComponent Class Reference

Base component for widgets displaying content data. More...

Inheritance diagram for SCR_ContentEntryComponent:
SCR_ButtonBaseComponent SCR_ModEntryComponent

Protected Member Functions

override void HandlerAttached (Widget w)
void SetTextSafe (TextWidget txt, string str)
 Just simple on line text setting.
void SetLabelText (string str)
void SetDescriptionText (string str)
void SetThumbnail (ResourceName image)

Protected Attributes

ImageWidget m_wImgThumbnail
TextWidget m_wTxtLabel
TextWidget m_wTxtDescription

Detailed Description

Base component for widgets displaying content data.

Definition at line 5 of file SCR_ContentEntryComponent.c.

Member Function Documentation

◆ HandlerAttached()

override void SCR_ContentEntryComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 19 of file SCR_ContentEntryComponent.c.

◆ SetDescriptionText()

void SCR_ContentEntryComponent::SetDescriptionText ( string str)
inlineprotected

Definition at line 41 of file SCR_ContentEntryComponent.c.

◆ SetLabelText()

void SCR_ContentEntryComponent::SetLabelText ( string str)
inlineprotected

Definition at line 38 of file SCR_ContentEntryComponent.c.

◆ SetTextSafe()

void SCR_ContentEntryComponent::SetTextSafe ( TextWidget txt,
string str )
inlineprotected

Just simple on line text setting.

Definition at line 31 of file SCR_ContentEntryComponent.c.

◆ SetThumbnail()

void SCR_ContentEntryComponent::SetThumbnail ( ResourceName image)
inlineprotected

Definition at line 44 of file SCR_ContentEntryComponent.c.

Member Data Documentation

◆ m_wImgThumbnail

ImageWidget SCR_ContentEntryComponent::m_wImgThumbnail
protected

Definition at line 14 of file SCR_ContentEntryComponent.c.

◆ m_wTxtDescription

TextWidget SCR_ContentEntryComponent::m_wTxtDescription
protected

Definition at line 16 of file SCR_ContentEntryComponent.c.

◆ m_wTxtLabel

TextWidget SCR_ContentEntryComponent::m_wTxtLabel
protected

Definition at line 15 of file SCR_ContentEntryComponent.c.


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