Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScriptedWidgetComponent Class Reference
Inheritance diagram for SCR_ScriptedWidgetComponent:
ScriptedWidgetComponent SCR_AccountWidgetComponent SCR_ActionMenuElementComponent SCR_AdvancedActionRowComponent SCR_AmmoTypeIcon SCR_AssetCardFrontUIComponent SCR_AssignedGroupLabelUIComponent SCR_AssignedPlayerLabelUIComponent SCR_AutomaticScrollComponent SCR_BackendImageComponent SCR_BlockedUsersDialogEntryUIComponent SCR_BreadCrumbsComponent SCR_BreadCrumbsElementComponent SCR_BudgetProgressEditorUIComponent SCR_BuildModeShowHideOnSupplyEnabledUIComponent SCR_ContentBrowserDetails_GalleryComponent SCR_ContentBrowserTileComponent SCR_ContentBrowser_AddonsTooltipComponent SCR_ContentDetailsPanelBase SCR_CoreMenuHeaderButtonComponent SCR_CoreMenuHeaderComponent SCR_CountingTimerUI SCR_CurrentTaskUIComponent SCR_DeathScreenUIComponent SCR_DeployMenuHandler SCR_DownloadManagerEntry SCR_DownloadManager_CircularIndicatorComponent SCR_DynamicFooterComponent SCR_DynamicIconComponent SCR_EditedSaveUIComponent SCR_FilterPanelComponent SCR_GamepadScrollComponent SCR_HUDMenuComponent SCR_HostButtonComponent SCR_InventoryIdentityItemWidgetComponent SCR_KeybindActionDisplayComponent SCR_KeybindActionDisplayRowComponent SCR_KeybindRowComponent SCR_LabelComponent SCR_ListMenuEntryComponent SCR_ListTooltipComponent SCR_LocalPerceivedFactionWidgetComponent SCR_MANW_Banner SCR_MANW_BannerButton SCR_MANW_RankComponent SCR_MainMenuNewsToast SCR_MapJournalUIButton SCR_MapMarkerDynamicWComponent SCR_MapMarkerWidgetComponent SCR_MapUIElement SCR_MenuActionsComponent SCR_MenuNavigationItemComponent SCR_MessageDialogContent SCR_ModReportDialogComponent SCR_NavigationBarUI SCR_NearbyContextWidgetComponentInteract SCR_PlayerTileButtonComponent SCR_PooledListComponent SCR_RadialMenuSegmentComponent SCR_SaveDialogUIComponent SCR_ScenarioRestartComponent SCR_SelectionMenuEntryComponent SCR_ServerRestartTimerUIComponent SCR_SimpleEntryComponent SCR_SimpleWarningComponent SCR_SingleMagazineWidgetComponent_Base SCR_SnackBarController SCR_SubMenuBase SCR_SuperMenuComponent SCR_SuppliesTransportSystemUI SCR_TabViewComponent SCR_TaskAssignGroupListEntryUIComponent SCR_TaskAssignGroupListUIComponent SCR_TaskListEntryDescriptionUIComponent SCR_TaskListEntryUIComponent SCR_TaskListFocusUIComponent SCR_TaskListTabEntryUIComponent SCR_TileBaseComponent SCR_TransportUnitUI SCR_VersionMismatchTooltipComponent SCR_ViewProfileButtonComponent SCR_WLibComponentBase SCR_WorkshopAddonBarComponent SCR_XPInfoDisplayInventory

Protected Member Functions

override void HandlerAttached (Widget w)
override bool OnClick (Widget w, int x, int y, int button)
Widget GetRootWidget ()
bool IsVisible ()

Static Protected Member Functions

static SCR_ScriptedWidgetComponent GetComponent (typename componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.

Protected Attributes

Widget m_wRoot
ref ScriptInvoker m_OnClick = new ScriptInvoker

Detailed Description

Definition at line 7 of file SCR_ScriptedWidgetComponent.c.

Member Function Documentation

◆ GetComponent()

SCR_ScriptedWidgetComponent SCR_ScriptedWidgetComponent::GetComponent ( typename componentType ,
string name,
Widget parent,
bool searchAllChildren = true )
inlinestaticprotected

Base method for component lookup through the widget library.

Definition at line 29 of file SCR_ScriptedWidgetComponent.c.

◆ GetRootWidget()

Widget SCR_ScriptedWidgetComponent::GetRootWidget ( )
inlineprotected

Definition at line 51 of file SCR_ScriptedWidgetComponent.c.

◆ HandlerAttached()

override void SCR_ScriptedWidgetComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 15 of file SCR_ScriptedWidgetComponent.c.

◆ IsVisible()

bool SCR_ScriptedWidgetComponent::IsVisible ( )
inlineprotected

Definition at line 57 of file SCR_ScriptedWidgetComponent.c.

◆ OnClick()

override bool SCR_ScriptedWidgetComponent::OnClick ( Widget w,
int x,
int y,
int button )
inlineprotected

Definition at line 21 of file SCR_ScriptedWidgetComponent.c.

Member Data Documentation

◆ m_OnClick

ref ScriptInvoker SCR_ScriptedWidgetComponent::m_OnClick = new ScriptInvoker
protected

Definition at line 12 of file SCR_ScriptedWidgetComponent.c.

◆ m_wRoot

Widget SCR_ScriptedWidgetComponent::m_wRoot
protected

Definition at line 9 of file SCR_ScriptedWidgetComponent.c.


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