Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FeedbackDialogContentWidgets.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/Dialogs/FeedbackDialogContent.layout
4{
5 protected static const ResourceName LAYOUT = "{6A295DBEDD4EC025}UI/layouts/Menus/Dialogs/FeedbackDialogContent.layout";
6
9 SCR_ModularButtonComponent m_FeedbackTypeComponent1;
10
11
14 SCR_ModularButtonComponent m_FeedbackCategoryComponent1;
15
16
19 SCR_ModularButtonComponent m_ConsoleFeedbackTopicComponent1;
20
21
24
26
28 SCR_ModularButtonComponent m_AttachFileButtonComponent;
29
30
33
34
35 //------------------------------------------------------------------------------------------------
36 bool Init(notnull Widget root)
37 {
38 m_wFeedbackType = ButtonWidget.Cast(root.FindWidget("FeedBackVerticalLayout.m_wFeedbackType"));
40 m_FeedbackTypeComponent1 = SCR_ModularButtonComponent.Cast(m_wFeedbackType.FindHandler(SCR_ModularButtonComponent));
41
42
43 m_wFeedbackCategory = ButtonWidget.Cast(root.FindWidget("FeedBackVerticalLayout.m_wFeedbackCategory"));
45 m_FeedbackCategoryComponent1 = SCR_ModularButtonComponent.Cast(m_wFeedbackCategory.FindHandler(SCR_ModularButtonComponent));
46
47
48 m_wConsoleFeedbackTopic = ButtonWidget.Cast(root.FindWidget("FeedBackVerticalLayout.m_wConsoleFeedbackTopic"));
50 m_ConsoleFeedbackTopicComponent1 = SCR_ModularButtonComponent.Cast(m_wConsoleFeedbackTopic.FindHandler(SCR_ModularButtonComponent));
51
52
53 m_wFeedbackEditBox = ButtonWidget.Cast(root.FindWidget("FeedBackVerticalLayout.m_wFeedbackEditBox"));
55
56 m_wAttachFileVertialLayout = VerticalLayoutWidget.Cast(root.FindWidget("m_wAttachFileVertialLayout"));
57
58 m_wAttachFileButton = ButtonWidget.Cast(root.FindWidget("m_wAttachFileVertialLayout.AttachFileButtonSize.m_wAttachFileButton"));
59 m_AttachFileButtonComponent = SCR_ModularButtonComponent.Cast(m_wAttachFileButton.FindHandler(SCR_ModularButtonComponent));
60
61
62 m_wAttachLogsButton = ButtonWidget.Cast(root.FindWidget("m_wAttachFileVertialLayout.SizeLayout0.m_wAttachLogsButton"));
64
65
66 return true;
67 }
68
69 //------------------------------------------------------------------------------------------------
71 {
72 return LAYOUT;
73 }
74}
SCR_ModularButtonComponent m_FeedbackCategoryComponent1
SCR_ModularButtonComponent m_ConsoleFeedbackTopicComponent1