Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_DownloadConfirmationDialogWidgets.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/Dialogs/DownloadConfirmationDialog.layout
3 
5 {
6  static const ResourceName s_sLayout = "{9790161CE3D20582}UI/layouts/Menus/ContentBrowser/Dialogs/DownloadConfirmationDialogContent.layout";
7  ResourceName GetLayout() { return s_sLayout; }
8 
9  VerticalLayoutWidget m_MainAddonSection;
10 
11  ButtonWidget m_MainAddonLine;
12  SCR_DownloadManager_AddonDownloadLine m_MainAddonLineComponent;
13  SCR_ModularButtonComponent m_MainAddonLineComponent1;
14 
15  VerticalLayoutWidget m_OtherAddonsSection;
16 
17  TextWidget m_OtherAddonsMessage;
18 
19  VerticalLayoutWidget m_OtherAddonsList;
20 
21  ImageWidget m_UpdateSpacer;
22 
23  TextWidget m_UpdateAddonsMessage;
24 
25  VerticalLayoutWidget m_UpdateAddonsList;
26 
27  HorizontalLayoutWidget m_SummarySection;
28 
29  SizeLayoutWidget m_AddonSizeOverlay;
30 
31  TextWidget m_TotalAddonSizeText;
32 
33  bool Init(Widget root)
34  {
35  m_MainAddonSection = VerticalLayoutWidget.Cast(root.FindWidget("m_MainAddonSection"));
36 
37  m_MainAddonLine = ButtonWidget.Cast(root.FindWidget("m_MainAddonSection.Overlay.m_MainAddonLine"));
38  m_MainAddonLineComponent = SCR_DownloadManager_AddonDownloadLine.Cast(m_MainAddonLine.FindHandler(SCR_DownloadManager_AddonDownloadLine));
39  m_MainAddonLineComponent1 = SCR_ModularButtonComponent.Cast(m_MainAddonLine.FindHandler(SCR_ModularButtonComponent));
40 
41  m_OtherAddonsSection = VerticalLayoutWidget.Cast(root.FindWidget("m_OtherAddonsSection"));
42 
43  m_OtherAddonsMessage = TextWidget.Cast(root.FindWidget("m_OtherAddonsSection.m_OtherAddonsMessage"));
44 
45  m_OtherAddonsList = VerticalLayoutWidget.Cast(root.FindWidget("m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_OtherAddonsList"));
46 
47  m_UpdateSpacer = ImageWidget.Cast(root.FindWidget("m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_UpdateSpacer"));
48 
49  m_UpdateAddonsMessage = TextWidget.Cast(root.FindWidget("m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_UpdateAddonsMessage"));
50 
51  m_UpdateAddonsList = VerticalLayoutWidget.Cast(root.FindWidget("m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_UpdateAddonsList"));
52 
53  m_SummarySection = HorizontalLayoutWidget.Cast(root.FindWidget("m_SummarySection"));
54 
55  m_AddonSizeOverlay = SizeLayoutWidget.Cast(root.FindWidget("m_SummarySection.m_AddonSizeOverlay"));
56 
57  m_TotalAddonSizeText = TextWidget.Cast(root.FindWidget("m_SummarySection.m_AddonSizeOverlay.AddonSizeOverlay.m_TotalAddonSizeText"));
58 
59  return true;
60  }
61 };
SCR_DownloadConfirmationDialogWidgets
Definition: SCR_DownloadConfirmationDialogWidgets.c:4
SCR_DownloadManager_AddonDownloadLine
Definition: SCR_DownloadManager_AddonDownloadLine.c:5