Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_DownloadManager_PanelWidgets.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/Menus/ContentBrowser/DownloadManager/DownloadManager_Panel.layout
3 
5 {
6  static const ResourceName s_sLayout = "{5742DEC52260A48C}UI/layouts/Menus/ContentBrowser/DownloadManager/DownloadManager_Panel.layout";
7  ResourceName GetLayout() { return s_sLayout; }
8 
9  FrameWidget m_Panel;
10 
11  ButtonWidget m_OpenButton;
12  SCR_InputButtonComponent m_OpenButtonComponent;
13 
14  bool Init(Widget root)
15  {
16  m_Panel = FrameWidget.Cast(root.FindWidget("m_Panel"));
17 
18  m_OpenButton = ButtonWidget.Cast(root.FindWidget("m_Panel.m_OpenButton"));
19  m_OpenButtonComponent = SCR_InputButtonComponent.Cast(m_OpenButton.FindHandler(SCR_InputButtonComponent));
20 
21  return true;
22  }
23 };
SCR_DownloadManager_PanelWidgets
Definition: SCR_DownloadManager_PanelWidgets.c:4
SCR_InputButtonComponent
Definition: SCR_InputButtonComponent.c:1