Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TaskListEntryWidgets Class Reference

Protected Member Functions

bool Init (notnull Widget root)
ResourceName GetLayout ()

Protected Attributes

ButtonWidget m_wButton
SCR_ModularButtonComponent m_ButtonComponent
SizeLayoutWidget m_wProgressBar
SCR_WLibProgressBarComponent m_ProgressBarComponent
ButtonWidget m_wTaskIconButton
SCR_ModularButtonComponent m_TaskIconButtonComponent
SizeLayoutWidget m_wTaskIcon
OverlayWidget m_wIconOverlay
ImageWidget m_wTaskIconBackground
ImageWidget m_wTaskIconOutline
ImageWidget m_wTaskIconSymbol
OverlayWidget m_wOverlayTaskStates
OverlayWidget m_wIconOverlayFailed
ImageWidget m_wTaskIconFailedBG
ImageWidget m_wTaskIconFailed
OverlayWidget m_wIconOverlayFinished
ImageWidget m_wTaskIconFinishedBG
ImageWidget m_wTaskIconFinished
OverlayWidget m_wIconOverlayCancelled
ImageWidget m_wTaskIconCancelledBG
ImageWidget m_wTaskIconCancelled
FrameWidget m_wTitleFrame
SCR_HorizontalScrollAnimationComponent m_TitleFrameComponent
RichTextWidget m_wTaskTitle
SizeLayoutWidget m_wChildTasksCount
TextWidget m_wChildTasksCountText
HorizontalLayoutWidget m_wAssigneesLayout
TextWidget m_wAssigneesAmountText
SizeLayoutWidget m_wSizeFoldButton
ButtonWidget m_wButtonFold
SCR_ModularButtonComponent m_ButtonFoldComponent
ImageWidget m_wIconFold
VerticalLayoutWidget m_wChildTaskWrapper

Static Protected Attributes

static const ResourceName LAYOUT = "{B71975032150BAFB}UI/layouts/Task/TaskListEntry.layout"

Detailed Description

Definition at line 3 of file SCR_TaskListEntryWidgets.c.

Member Function Documentation

◆ GetLayout()

ResourceName SCR_TaskListEntryWidgets::GetLayout ( )
inlineprotected

Definition at line 100 of file SCR_TaskListEntryWidgets.c.

◆ Init()

bool SCR_TaskListEntryWidgets::Init ( notnull Widget root)
inlineprotected

Definition at line 51 of file SCR_TaskListEntryWidgets.c.

Member Data Documentation

◆ LAYOUT

const ResourceName SCR_TaskListEntryWidgets::LAYOUT = "{B71975032150BAFB}UI/layouts/Task/TaskListEntry.layout"
staticprotected

Definition at line 5 of file SCR_TaskListEntryWidgets.c.

◆ m_ButtonComponent

SCR_ModularButtonComponent SCR_TaskListEntryWidgets::m_ButtonComponent
protected

Definition at line 8 of file SCR_TaskListEntryWidgets.c.

◆ m_ButtonFoldComponent

SCR_ModularButtonComponent SCR_TaskListEntryWidgets::m_ButtonFoldComponent
protected

Definition at line 45 of file SCR_TaskListEntryWidgets.c.

◆ m_ProgressBarComponent

SCR_WLibProgressBarComponent SCR_TaskListEntryWidgets::m_ProgressBarComponent
protected

Definition at line 12 of file SCR_TaskListEntryWidgets.c.

◆ m_TaskIconButtonComponent

SCR_ModularButtonComponent SCR_TaskListEntryWidgets::m_TaskIconButtonComponent
protected

Definition at line 16 of file SCR_TaskListEntryWidgets.c.

◆ m_TitleFrameComponent

SCR_HorizontalScrollAnimationComponent SCR_TaskListEntryWidgets::m_TitleFrameComponent
protected

Definition at line 35 of file SCR_TaskListEntryWidgets.c.

◆ m_wAssigneesAmountText

TextWidget SCR_TaskListEntryWidgets::m_wAssigneesAmountText
protected

Definition at line 41 of file SCR_TaskListEntryWidgets.c.

◆ m_wAssigneesLayout

HorizontalLayoutWidget SCR_TaskListEntryWidgets::m_wAssigneesLayout
protected

Definition at line 40 of file SCR_TaskListEntryWidgets.c.

◆ m_wButton

ButtonWidget SCR_TaskListEntryWidgets::m_wButton
protected

Definition at line 7 of file SCR_TaskListEntryWidgets.c.

◆ m_wButtonFold

ButtonWidget SCR_TaskListEntryWidgets::m_wButtonFold
protected

Definition at line 44 of file SCR_TaskListEntryWidgets.c.

◆ m_wChildTasksCount

SizeLayoutWidget SCR_TaskListEntryWidgets::m_wChildTasksCount
protected

Definition at line 38 of file SCR_TaskListEntryWidgets.c.

◆ m_wChildTasksCountText

TextWidget SCR_TaskListEntryWidgets::m_wChildTasksCountText
protected

Definition at line 39 of file SCR_TaskListEntryWidgets.c.

◆ m_wChildTaskWrapper

VerticalLayoutWidget SCR_TaskListEntryWidgets::m_wChildTaskWrapper
protected

Definition at line 48 of file SCR_TaskListEntryWidgets.c.

◆ m_wIconFold

ImageWidget SCR_TaskListEntryWidgets::m_wIconFold
protected

Definition at line 47 of file SCR_TaskListEntryWidgets.c.

◆ m_wIconOverlay

OverlayWidget SCR_TaskListEntryWidgets::m_wIconOverlay
protected

Definition at line 19 of file SCR_TaskListEntryWidgets.c.

◆ m_wIconOverlayCancelled

OverlayWidget SCR_TaskListEntryWidgets::m_wIconOverlayCancelled
protected

Definition at line 30 of file SCR_TaskListEntryWidgets.c.

◆ m_wIconOverlayFailed

OverlayWidget SCR_TaskListEntryWidgets::m_wIconOverlayFailed
protected

Definition at line 24 of file SCR_TaskListEntryWidgets.c.

◆ m_wIconOverlayFinished

OverlayWidget SCR_TaskListEntryWidgets::m_wIconOverlayFinished
protected

Definition at line 27 of file SCR_TaskListEntryWidgets.c.

◆ m_wOverlayTaskStates

OverlayWidget SCR_TaskListEntryWidgets::m_wOverlayTaskStates
protected

Definition at line 23 of file SCR_TaskListEntryWidgets.c.

◆ m_wProgressBar

SizeLayoutWidget SCR_TaskListEntryWidgets::m_wProgressBar
protected

Definition at line 11 of file SCR_TaskListEntryWidgets.c.

◆ m_wSizeFoldButton

SizeLayoutWidget SCR_TaskListEntryWidgets::m_wSizeFoldButton
protected

Definition at line 42 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIcon

SizeLayoutWidget SCR_TaskListEntryWidgets::m_wTaskIcon
protected

Definition at line 18 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconBackground

ImageWidget SCR_TaskListEntryWidgets::m_wTaskIconBackground
protected

Definition at line 20 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconButton

ButtonWidget SCR_TaskListEntryWidgets::m_wTaskIconButton
protected

Definition at line 15 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconCancelled

ImageWidget SCR_TaskListEntryWidgets::m_wTaskIconCancelled
protected

Definition at line 32 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconCancelledBG

ImageWidget SCR_TaskListEntryWidgets::m_wTaskIconCancelledBG
protected

Definition at line 31 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconFailed

ImageWidget SCR_TaskListEntryWidgets::m_wTaskIconFailed
protected

Definition at line 26 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconFailedBG

ImageWidget SCR_TaskListEntryWidgets::m_wTaskIconFailedBG
protected

Definition at line 25 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconFinished

ImageWidget SCR_TaskListEntryWidgets::m_wTaskIconFinished
protected

Definition at line 29 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconFinishedBG

ImageWidget SCR_TaskListEntryWidgets::m_wTaskIconFinishedBG
protected

Definition at line 28 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconOutline

ImageWidget SCR_TaskListEntryWidgets::m_wTaskIconOutline
protected

Definition at line 21 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskIconSymbol

ImageWidget SCR_TaskListEntryWidgets::m_wTaskIconSymbol
protected

Definition at line 22 of file SCR_TaskListEntryWidgets.c.

◆ m_wTaskTitle

RichTextWidget SCR_TaskListEntryWidgets::m_wTaskTitle
protected

Definition at line 37 of file SCR_TaskListEntryWidgets.c.

◆ m_wTitleFrame

FrameWidget SCR_TaskListEntryWidgets::m_wTitleFrame
protected

Definition at line 34 of file SCR_TaskListEntryWidgets.c.


The documentation for this class was generated from the following file: