Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_TaskListTabEntryWidgets.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/Task/TaskListTabEntry.layout
3
class
SCR_TaskListTabEntryWidgets
4
{
5
protected
static
const
ResourceName
LAYOUT
=
"{A5326D834EB28E28}UI/layouts/Task/TaskListTabEntry.layout"
;
6
7
SmartPanelWidget
m_wBackground
;
8
TextWidget
m_wText
;
9
10
//------------------------------------------------------------------------------------------------
11
bool
Init
(notnull
Widget
root)
12
{
13
m_wBackground
=
SmartPanelWidget
.Cast(root.FindWidget(
"SizeLayout.Overlay.m_wBackground"
));
14
m_wText
=
TextWidget
.Cast(root.FindWidget(
"SizeLayout.Overlay.m_wText"
));
15
16
return
true
;
17
}
18
19
//------------------------------------------------------------------------------------------------
20
ResourceName
GetLayout
()
21
{
22
return
LAYOUT
;
23
}
24
}
ResourceName
Definition
ResourceName.c:13
SCR_TaskListTabEntryWidgets
Definition
SCR_TaskListTabEntryWidgets.c:4
SCR_TaskListTabEntryWidgets::m_wBackground
SmartPanelWidget m_wBackground
Definition
SCR_TaskListTabEntryWidgets.c:7
SCR_TaskListTabEntryWidgets::LAYOUT
static const ResourceName LAYOUT
Definition
SCR_TaskListTabEntryWidgets.c:5
SCR_TaskListTabEntryWidgets::Init
bool Init(notnull Widget root)
Definition
SCR_TaskListTabEntryWidgets.c:11
SCR_TaskListTabEntryWidgets::GetLayout
ResourceName GetLayout()
Definition
SCR_TaskListTabEntryWidgets.c:20
SCR_TaskListTabEntryWidgets::m_wText
TextWidget m_wText
Definition
SCR_TaskListTabEntryWidgets.c:8
SmartPanelWidget
Definition
SmartPanelWidget.c:13
TextWidget
Definition
TextWidget.c:16
Widget
Definition
Widget.c:13
scripts
Game
UI
Tasks
SCR_TaskListTabEntryWidgets.c
Generated by
1.17.0