Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DownloadConfirmationDialogContentWidgets.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/DownloadConfirmationDialogContent.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 ButtonWidget m_LoadingOverlay;
10 SCR_LoadingOverlay m_LoadingOverlayComponent;
11
12 BlurWidget m_Blur;
13
14 ImageWidget m_BackgroundImage;
15
16 ImageWidget m_AnimationImage;
17 SCR_SpinningWidgetComponent m_AnimationImageComponent;
18
19 TextWidget m_Text;
20
21 VerticalLayoutWidget m_AddonContentVertical;
22
23 VerticalLayoutWidget m_MainAddonSection;
24
25 ButtonWidget m_MainAddonLine;
26 SCR_DownloadManager_AddonDownloadLine m_MainAddonLineComponent0;
27 SCR_ModularButtonComponent m_MainAddonLineComponent1;
28
29 VerticalLayoutWidget m_OtherAddonsSection;
30
31 TextWidget m_OtherAddonsMessage;
32
33 VerticalLayoutWidget m_OtherAddonsList;
34
35 ImageWidget m_UpdateSpacer;
36
37 TextWidget m_UpdateAddonsMessage;
38
39 VerticalLayoutWidget m_UpdateAddonsList;
40
41 HorizontalLayoutWidget m_SummarySection;
42
43 SizeLayoutWidget m_AddonSizeOverlay;
44
45 TextWidget m_TotalAddonSizeText;
46
47 bool Init(Widget root)
48 {
49 m_LoadingOverlay = ButtonWidget.Cast(root.FindWidget("Overlay.m_LoadingOverlay"));
50 m_LoadingOverlayComponent = SCR_LoadingOverlay.Cast(m_LoadingOverlay.FindHandler(SCR_LoadingOverlay));
51
52 m_Blur = BlurWidget.Cast(root.FindWidget("Overlay.m_LoadingOverlay.loadingOverlayRoot1.m_Blur"));
53
54 m_BackgroundImage = ImageWidget.Cast(root.FindWidget("Overlay.m_LoadingOverlay.loadingOverlayRoot1.m_BackgroundImage"));
55
56 m_AnimationImage = ImageWidget.Cast(root.FindWidget("Overlay.m_LoadingOverlay.loadingOverlayRoot1.m_AnimationImage"));
57 m_AnimationImageComponent = SCR_SpinningWidgetComponent.Cast(m_AnimationImage.FindHandler(SCR_SpinningWidgetComponent));
58
59 m_Text = TextWidget.Cast(root.FindWidget("Overlay.m_LoadingOverlay.loadingOverlayRoot1.m_Text"));
60
61 m_AddonContentVertical = VerticalLayoutWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical"));
62
63 m_MainAddonSection = VerticalLayoutWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_MainAddonSection"));
64
65 m_MainAddonLine = ButtonWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_MainAddonSection.Overlay.m_MainAddonLine"));
66 m_MainAddonLineComponent0 = SCR_DownloadManager_AddonDownloadLine.Cast(m_MainAddonLine.FindHandler(SCR_DownloadManager_AddonDownloadLine));
67 m_MainAddonLineComponent1 = SCR_ModularButtonComponent.Cast(m_MainAddonLine.FindHandler(SCR_ModularButtonComponent));
68
69 m_OtherAddonsSection = VerticalLayoutWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_OtherAddonsSection"));
70
71 m_OtherAddonsMessage = TextWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_OtherAddonsSection.m_OtherAddonsMessage"));
72
73 m_OtherAddonsList = VerticalLayoutWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_OtherAddonsList"));
74
75 m_UpdateSpacer = ImageWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_UpdateSpacer"));
76
77 m_UpdateAddonsMessage = TextWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_UpdateAddonsMessage"));
78
79 m_UpdateAddonsList = VerticalLayoutWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_UpdateAddonsList"));
80
81 m_SummarySection = HorizontalLayoutWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_SummarySection"));
82
83 m_AddonSizeOverlay = SizeLayoutWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_SummarySection.m_AddonSizeOverlay"));
84
85 m_TotalAddonSizeText = TextWidget.Cast(root.FindWidget("Overlay.m_AddonContentVertical.m_SummarySection.m_AddonSizeOverlay.AddonSizeOverlay.m_TotalAddonSizeText"));
86
87 return true;
88 }
89}
override void Init()