Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_JournalWidgets.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/DeployMenu/Journal.layout
4{
5 protected static const ResourceName LAYOUT = "{7482F0B8A63C1159}UI/layouts/Menus/DeployMenu/Journal.layout";
6
8
11
14
15 //------------------------------------------------------------------------------------------------
16 bool Init(notnull Widget root)
17 {
18 m_wSizeLayout = SizeLayoutWidget.Cast(root.FindWidget("HorizontalLayout.m_wSizeLayout"));
19
20 m_wFocusButton = ButtonWidget.Cast(root.FindWidget("HorizontalLayout.m_wSizeLayout.Overlay.m_wFocusButton"));
22
23 m_wEntriesWrapper = VerticalLayoutWidget.Cast(root.FindWidget("HorizontalLayout.m_wSizeLayout.Overlay.Vertical.Overlay.JournalScrollLayout.m_wEntriesWrapper"));
24 m_wEntryLayout = SizeLayoutWidget.Cast(root.FindWidget("HorizontalLayout.VerticalLayout.m_wEntryLayout"));
25
26 return true;
27 }
28
29 //------------------------------------------------------------------------------------------------
31 {
32 return LAYOUT;
33 }
34}
SizeLayoutWidget m_wSizeLayout
bool Init(notnull Widget root)
VerticalLayoutWidget m_wEntriesWrapper
ButtonWidget m_wFocusButton
static const ResourceName LAYOUT
SCR_EventHandlerComponent m_FocusButtonComponent
SizeLayoutWidget m_wEntryLayout
ResourceName GetLayout()