![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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_ImageGalleryLayoutInfo > | m_aEnumLayoutPairs |
| ref array< ref SCR_FieldManual_ImageData > | m_aImagesData |
| string | m_sText |
| Widget | m_wRoot |
| Widget | m_wGallery |
Definition at line 1 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
Definition at line 185 of file SCR_FieldManual_ImageGalleryComponent.c.
| enum SCR_EFieldManual_ImageGalleryType Attribute | ( | defvalue:SCR_Enum. | GetDefaultSCR_EFieldManual_ImageGalleryType.GALLERY_HORIZONTAL, |
| uiwidget:UIWidgets. | ComboBox, | ||
| enums:SCR_Enum. | GetListSCR_EFieldManual_ImageGalleryType ) |
|
protected |
Definition at line 68 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
Definition at line 44 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
| [in] | type | |
| [in] | text | |
| [in] | imagesData |
Definition at line 56 of file SCR_FieldManual_ImageGalleryComponent.c.
|
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.
|
protected |
Definition at line 32 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
Definition at line 163 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
| [in] | imagesData |
Definition at line 76 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
| [in] | text |
Definition at line 87 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
| [in] | type |
Definition at line 101 of file SCR_FieldManual_ImageGalleryComponent.c.
| GALLERY_HORIZONTAL |
Definition at line 2 of file SCR_FieldManual_ImageGalleryComponent.c.
| GALLERY_VERTICAL |
Definition at line 3 of file SCR_FieldManual_ImageGalleryComponent.c.
| ICONS_LIST |
Definition at line 1 of file SCR_FieldManual_ImageGalleryComponent.c.
| ICONS_VERTICAL |
Definition at line 0 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
Definition at line 15 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
Definition at line 18 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
Definition at line 21 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
Definition at line 24 of file SCR_FieldManual_ImageGalleryComponent.c.
|
protected |
Definition at line 23 of file SCR_FieldManual_ImageGalleryComponent.c.