Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ChatPanelWidgets.c
Go to the documentation of this file.
1 // Autogenerated by the Generate Class from Layout plugin, version 0.2.0
2 // Layout file: UI/layouts/HUD/Chat/ChatPanel.layout
3 
5 {
6  static const ResourceName s_sLayout = "{28C54D576A8997CF}UI/layouts/HUD/Chat/ChatPanel.layout";
7  ResourceName GetLayout() { return s_sLayout; }
8 
9  VerticalLayoutWidget m_MessageHistory;
10 
11  OverlayWidget m_EditOverlay;
12 
13  ImageWidget m_EditBackgroundImage;
14 
15  TextWidget m_ChannelTagOverlay;
16 
17  ImageWidget m_ChannelTypeImage;
18 
19  EditBoxWidget m_MessageEditBox;
20  EditBoxFilterComponent m_MessageEditBoxComponent0;
21  SCR_EventHandlerComponent m_MessageEditBoxComponent1;
22 
23  HorizontalLayoutWidget m_WarningChannelMessage;
24 
25  ImageWidget m_WarningImage;
26 
27  TextWidget m_WarningText;
28 
29  TextWidget m_ChannelTagEditor;
30 
31  bool Init(Widget root)
32  {
33  m_MessageHistory = VerticalLayoutWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory"));
34 
35  m_EditOverlay = OverlayWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory.m_EditOverlay"));
36 
37  m_EditBackgroundImage = ImageWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory.m_EditOverlay.EditLayoutBar.m_EditBackgroundImage"));
38 
39  m_ChannelTagOverlay = TextWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory.m_EditOverlay.EditLayoutBar.m_ChannelTagOverlay"));
40 
41  m_ChannelTypeImage = ImageWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory.m_EditOverlay.EditLayoutBar.MessageEditor.m_ChannelTypeImage"));
42 
43  m_MessageEditBox = EditBoxWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory.m_EditOverlay.EditLayoutBar.MessageEditor.Width.m_MessageEditBox"));
44  m_MessageEditBoxComponent0 = EditBoxFilterComponent.Cast(m_MessageEditBox.FindHandler(EditBoxFilterComponent));
45  m_MessageEditBoxComponent1 = SCR_EventHandlerComponent.Cast(m_MessageEditBox.FindHandler(SCR_EventHandlerComponent));
46 
47  m_WarningChannelMessage = HorizontalLayoutWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory.m_EditOverlay.EditLayoutBar.MessageEditor.m_WarningChannelMessage"));
48 
49  m_WarningImage = ImageWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory.m_EditOverlay.EditLayoutBar.MessageEditor.m_WarningChannelMessage.m_WarningImage"));
50 
51  m_WarningText = TextWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory.m_EditOverlay.EditLayoutBar.MessageEditor.m_WarningChannelMessage.m_WarningText"));
52 
53  m_ChannelTagEditor = TextWidget.Cast(root.FindWidget("OverlayAlignTop.m_MessageHistory.m_EditOverlay.EditLayoutBar.MessageEditor.m_ChannelTagEditor"));
54 
55  return true;
56  }
57 };
SCR_ChatPanelWidgets
Definition: SCR_ChatPanelWidgets.c:4
SCR_EventHandlerComponent
Definition: SCR_EventHandlerComponent.c:5
EditBoxFilterComponent
Definition: EditBoxFilterComponent.c:5