Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ContentDetailsPanelBaseWidgets.c
Go to the documentation of this file.
1// Autogenerated by the Generate Class from Layout plugin v0.5.1
2// Layout file: UI/layouts/Menus/Common/DetailsPanel/ContentDetailsPanelBase.layout
4{
5 protected static const ResourceName LAYOUT = "{CB5B93884BFE5954}UI/layouts/Menus/Common/DetailsPanel/ContentDetailsPanelBase.layout";
6
11
14
17
20
22
25
28
31
41
42 //------------------------------------------------------------------------------------------------
43 bool Init(notnull Widget root)
44 {
45 m_wTopSize = SizeLayoutWidget.Cast(root.FindWidget("m_TopSize"));
46 m_wBackendImage = OverlayWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage"));
47 m_wImage = ImageWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.ImageScale.m_Image"));
48 m_wMANWLogo = ImageWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_wMANWLogo"));
49
50 m_wLoadingOverlay = ButtonWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_LoadingOverlay"));
52
53 m_wBlur = BlurWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_LoadingOverlay.loadingOverlayRoot1.m_Blur"));
54 m_wBackgroundImage = ImageWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_LoadingOverlay.loadingOverlayRoot1.m_BackgroundImage"));
55
56 m_wAnimationImage = ImageWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_LoadingOverlay.loadingOverlayRoot1.m_AnimationImage"));
58
59 m_wText = TextWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_LoadingOverlay.loadingOverlayRoot1.m_Text"));
60
61 m_wWarningOverlay = OverlayWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_WarningOverlay"));
63
64 m_wTypeOverlay = HorizontalLayoutWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_TypeOverlay"));
65 m_wTypeImages = HorizontalLayoutWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_TypeOverlay.m_TypeImages"));
66
67 m_wMANW = FrameWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_wMANW"));
69
70 m_wRankIcon = ImageWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_wMANW.Overlay0.HorizontalLayout0.m_wRankIcon"));
71 m_wCategoryText = TextWidget.Cast(root.FindWidget("m_TopSize.m_BackendImage.m_wMANW.Overlay0.HorizontalLayout0.m_wCategoryText"));
72 m_wMainArea = FrameWidget.Cast(root.FindWidget("Bottom.m_MainArea"));
73 m_wNameImg = ImageWidget.Cast(root.FindWidget("Bottom.m_MainArea.Offset.HeaderSize.HeaderHorizontalLayout.m_NameImg"));
74 m_wNameText = TextWidget.Cast(root.FindWidget("Bottom.m_MainArea.Offset.HeaderSize.HeaderHorizontalLayout.m_NameText"));
75 m_wAuthorNameText = TextWidget.Cast(root.FindWidget("Bottom.m_MainArea.Offset.AuthorSize.m_AuthorNameText"));
76 m_wCrossplayHorizontalLayout = HorizontalLayoutWidget.Cast(root.FindWidget("Bottom.m_MainArea.Offset.m_CrossplayHorizontalLayout"));
77 m_wDescriptionText = TextWidget.Cast(root.FindWidget("Bottom.m_MainArea.Offset.m_DescriptionText"));
78 m_wAdditionalInfo = OverlayWidget.Cast(root.FindWidget("Bottom.m_MainArea.Offset.m_AdditionalInfo"));
79
80 return true;
81 }
82
83 //------------------------------------------------------------------------------------------------
85 {
86 return LAYOUT;
87 }
88}
SCR_SimpleWarningOverlayComponent m_WarningOverlayComponent