![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| override void | HandlerDeattached (Widget w) |
| void | SetImages (array< BackendImage > images) |
| void | Update () |
| void | UpdateAllWidgets () |
| void | UpdateTiles () |
| Updates images on tiles according to currently selected item. | |
| void | ShowImageOnTile (int id, BackendImage backendImage) |
| void | OffsetCurrentItem (int offset) |
| Offset - how much to move current item ID right/left. | |
| void | OnTileClick (SCR_ModularButtonComponent comp) |
| Called when a tile is clicked. | |
| void | OnNextAction () |
| void | OnPrevAction () |
| void | OnNextButton () |
| void | OnPrevButton () |
| override bool | OnUpdate (Widget w) |
| void | UpdateSize () |
Protected Attributes | |
| ref array< string > | m_aTileWidgetNames |
| ref array< Widget > | m_aTiles = {} |
| ref array< SCR_BackendImageComponent > | m_aTileComponents = {} |
| ref array< BackendImage > | m_aImages = {} |
| SCR_ContentBrowser_GalleryDialog | m_GalleryDialog |
| ref SCR_ContentBrowser_GalleryWidgets | m_Widgets = new SCR_ContentBrowser_GalleryWidgets() |
| int | m_iCurrentItem |
| int | m_iSelectedItem |
| const int | UPDATE_DELAY = 250 |
Definition at line 5 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 24 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 63 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Offset - how much to move current item ID right/left.
Definition at line 164 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 192 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 210 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 201 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 217 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Called when a tile is clicked.
Definition at line 176 of file SCR_ContentBrowserDetails_GalleryComponent.c.
Definition at line 224 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 76 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Shows image on one of preview image boxes Preview image box is of this layout: {F7F8BD8128A6CEAF}UI/layouts/Menus/ContentBrowser/DetailsMenu/Gallery/ContentBrowser_Gallery_ImageWithBackground.layout
Definition at line 146 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 96 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 116 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Definition at line 238 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
inlineprotected |
Updates images on tiles according to currently selected item.
Definition at line 126 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
protected |
Definition at line 13 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
protected |
Definition at line 12 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
protected |
Definition at line 11 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
protected |
Definition at line 8 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
protected |
Definition at line 14 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
protected |
Definition at line 18 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
protected |
Definition at line 19 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
protected |
Definition at line 16 of file SCR_ContentBrowserDetails_GalleryComponent.c.
|
protected |
Definition at line 21 of file SCR_ContentBrowserDetails_GalleryComponent.c.