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

Go to the source code of this file.

Classes

class  SCR_FieldManual_ImageGalleryLayoutInfo

Enumerations

enum  SCR_EFieldManual_ImageGalleryType

Functions

enum SCR_EFieldManual_ImageGalleryType Attribute (defvalue:SCR_Enum.GetDefault(SCR_EFieldManual_ImageGalleryType.GALLERY_HORIZONTAL), uiwidget:UIWidgets.ComboBox, enums:SCR_Enum.GetList(SCR_EFieldManual_ImageGalleryType))] protected SCR_EFieldManual_ImageGalleryType m_eType
void SCR_FieldManual_ImageGalleryComponent ()
override void HandlerAttached (Widget w)
void Init (SCR_EFieldManual_ImageGalleryType type, string text, array< ref SCR_FieldManual_ImageData > imagesData)
void ClearImages ()
void SetImages (array< ref SCR_FieldManual_ImageData > imagesData)
void SetText (string text)
void SetType (SCR_EFieldManual_ImageGalleryType type)
void Rebuild (bool isGamepad)
void SetImageData (Widget widget, SCR_FieldManual_ImageData imageData)
void AddMissingEnumLayoutPairs ()

Variables

 ICONS_VERTICAL
 ICONS_LIST
 GALLERY_HORIZONTAL
 GALLERY_VERTICAL
ref array< ref SCR_FieldManual_ImageGalleryLayoutInfom_aEnumLayoutPairs
ref array< ref SCR_FieldManual_ImageDatam_aImagesData
string m_sText
Widget m_wRoot
Widget m_wGallery

Enumeration Type Documentation

◆ SCR_EFieldManual_ImageGalleryType

Function Documentation

◆ AddMissingEnumLayoutPairs()

void AddMissingEnumLayoutPairs ( )
protected

Definition at line 185 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ Attribute()

enum SCR_EFieldManual_ImageGalleryType Attribute ( defvalue:SCR_Enum. GetDefaultSCR_EFieldManual_ImageGalleryType.GALLERY_HORIZONTAL,
uiwidget:UIWidgets. ComboBox,
enums:SCR_Enum. GetListSCR_EFieldManual_ImageGalleryType )

◆ ClearImages()

void ClearImages ( )
protected

Definition at line 68 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ HandlerAttached()

override void HandlerAttached ( Widget w)
protected

Definition at line 44 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ Init()

void Init ( SCR_EFieldManual_ImageGalleryType type,
string text,
array< ref SCR_FieldManual_ImageData > imagesData )
protected
Parameters
[in]type
[in]text
[in]imagesData

Definition at line 56 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ Rebuild()

void Rebuild ( bool isGamepad)
protected

Delete and recreate all child widgets Used e.g on input changes (keyboard/controller)

Definition at line 110 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ SCR_FieldManual_ImageGalleryComponent()

void SCR_FieldManual_ImageGalleryComponent ( )
protected

Definition at line 32 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ SetImageData()

void SetImageData ( Widget widget,
SCR_FieldManual_ImageData imageData )
protected

Definition at line 163 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ SetImages()

void SetImages ( array< ref SCR_FieldManual_ImageData > imagesData)
protected
Parameters
[in]imagesData

Definition at line 76 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ SetText()

void SetText ( string text)
protected
Parameters
[in]text

Definition at line 87 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ SetType()

void SetType ( SCR_EFieldManual_ImageGalleryType type)
protected
Parameters
[in]type

Definition at line 101 of file SCR_FieldManual_ImageGalleryComponent.c.

Variable Documentation

◆ GALLERY_HORIZONTAL

GALLERY_HORIZONTAL

Definition at line 2 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ GALLERY_VERTICAL

GALLERY_VERTICAL

Definition at line 3 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ ICONS_LIST

ICONS_LIST

Definition at line 1 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ ICONS_VERTICAL

ICONS_VERTICAL

Definition at line 0 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ m_aEnumLayoutPairs

ref array<ref SCR_FieldManual_ImageGalleryLayoutInfo> m_aEnumLayoutPairs
protected

Definition at line 15 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ m_aImagesData

ref array<ref SCR_FieldManual_ImageData> m_aImagesData
protected

Definition at line 18 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ m_sText

string m_sText
protected

Definition at line 21 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ m_wGallery

Widget m_wGallery
protected

Definition at line 24 of file SCR_FieldManual_ImageGalleryComponent.c.

◆ m_wRoot

Widget m_wRoot
protected

Definition at line 23 of file SCR_FieldManual_ImageGalleryComponent.c.