Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_DownloadManager_ProgressIndicatorWidgets.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_ProgressIndicator.layout
3 
5 {
6  static const ResourceName s_sLayout = "{5DE10779C8972DC5}UI/layouts/Menus/ContentBrowser/DownloadManager/DownloadManager_ProgressIndicator.layout";
7  ResourceName GetLayout() { return s_sLayout; }
8 
9  ProgressBarWidget m_ProgressBar;
10 
11  TextWidget m_StateText;
12 
13  HorizontalLayoutWidget m_ProgressOverlay;
14 
15  TextWidget m_ProgressText;
16 
17  bool Init(Widget root)
18  {
19  m_ProgressBar = ProgressBarWidget.Cast(root.FindWidget("ProgressBar.m_ProgressBar"));
20 
21  m_StateText = TextWidget.Cast(root.FindWidget("m_StateText"));
22 
23  m_ProgressOverlay = HorizontalLayoutWidget.Cast(root.FindWidget("m_ProgressOverlay"));
24 
25  m_ProgressText = TextWidget.Cast(root.FindWidget("m_ProgressOverlay.m_ProgressText"));
26 
27  return true;
28  }
29 };
SCR_DownloadManager_ProgressIndicatorWidgets
Definition: SCR_DownloadManager_ProgressIndicatorWidgets.c:4