Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_DownloadManagerTabActiveWidgets.c
Go to the documentation of this file.
1 // Autogenerated by the Generate Class from Layout plugin, version 0.3.0
2 // Layout file: UI/layouts/Menus/ContentBrowser/DownloadManager/DownloadManagerTabActive.layout
3 
5 {
6  static const ResourceName s_sLayout = "{A41D88CE1A3F1D92}UI/layouts/Menus/ContentBrowser/DownloadManager/DownloadManagerTabActive.layout";
7  ResourceName GetLayout() { return s_sLayout; }
8 
9  ButtonWidget m_AutoenableAddonsButton;
10  SCR_ModularButtonComponent m_AutoenableAddonsButtonComponent;
11 
12  VerticalLayoutWidget m_RecentFailedList;
13 
14  VerticalLayoutWidget m_RecentDownloadedList;
15 
16  VerticalLayoutWidget m_DownloadingList;
17 
18  bool Init(Widget root)
19  {
20  m_AutoenableAddonsButton = ButtonWidget.Cast(root.FindWidget("m_AutoenableAddonsButton"));
21  m_AutoenableAddonsButtonComponent = SCR_ModularButtonComponent.Cast(m_AutoenableAddonsButton.FindHandler(SCR_ModularButtonComponent));
22 
23  m_RecentFailedList = VerticalLayoutWidget.Cast(root.FindWidget("ScrollSize.ScrollLayout.VerticalListWrap.m_RecentFailedList"));
24 
25  m_RecentDownloadedList = VerticalLayoutWidget.Cast(root.FindWidget("ScrollSize.ScrollLayout.VerticalListWrap.m_RecentDownloadedList"));
26 
27  m_DownloadingList = VerticalLayoutWidget.Cast(root.FindWidget("ScrollSize.ScrollLayout.VerticalListWrap.m_DownloadingList"));
28 
29  return true;
30  }
31 }
SCR_DownloadManagerTabActiveWidgets
Definition: SCR_DownloadManagerTabActiveWidgets.c:4