|
| ScriptInvoker | GetEventOnButtonClick () |
| |
| ScriptInvoker | GetEventOnNameChanged () |
| |
| ScriptInvoker | GetEventOnNameEditStart () |
| |
| ScriptInvoker | GetEventOnNameEditLeave () |
| |
| ScriptInvoker | GetEventOnFocus () |
| |
| ScriptInvoker | GetEventOnFocusLost () |
| |
| ScriptInvoker | GetEventOnLoad () |
| |
| ScriptInvoker | GetEventOnOverride () |
| |
| ScriptInvoker | GetEventOnDelete () |
| |
| override void | HandlerAttached (Widget w) |
| |
| override void | HandlerDeattached (Widget w) |
| |
| override bool | OnDoubleClick (Widget w, int x, int y, int button) |
| |
| override bool | OnFocus (Widget w, int x, int y) |
| |
| override bool | OnFocusLost (Widget w, int x, int y) |
| |
| void | StartEditName () |
| | Show editbox instead of name to edit name string.
|
| |
| SCR_WorkshopAddonPreset | GetPreset () |
| |
| void | SetPreset (SCR_WorkshopAddonPreset preset) |
| |
| void | UpdateWidgets () |
| |
| void | ShowWarning (bool show) |
| |
| void | ShowModCount (int count) |
| |
| void | ShowDefaultName () |
| |
| string | GetName () |
| |
| void | SetSelected (bool selected) |
| |
| bool | GetSelected () |
| |
| override bool | OnClick (Widget w, int x, int y, int button) |
| |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| |
| void | SetHoverSound (string soundHover) |
| |
| void | SetClickedSound (string soundClicked) |
| |
| string | GetHoverSound () |
| |
| string | GetClickedSound () |
| |
| void | SetEnabled (bool enabled, bool animate=true) |
| |
| void | SetVisible (bool visible, bool animate=true) |
| |
| bool | IsEnabled () |
| |
| void | SetMouseOverToFocus (bool mouseOverToFocus) |
| |
| void | SetDisabledOpacity (float newDisabledOpacity) |
| |
| void | SetData (Managed data) |
| | Store custom data.
|
| |
| Managed | GetData () |
| | Get stored data.
|
| |
| Widget | GetRootWidget () |
| |
| bool | IsVisible () |
| |
◆ DefaultName()
| string SCR_AddonLinePresetComponent.DefaultName |
( |
| ) |
|
|
protected |
Type default prefab name based on count of current addons.
◆ GetEventOnButtonClick()
| ScriptInvoker SCR_AddonLinePresetComponent.GetEventOnButtonClick |
( |
| ) |
|
◆ GetEventOnDelete()
| ScriptInvoker SCR_AddonLinePresetComponent.GetEventOnDelete |
( |
| ) |
|
◆ GetEventOnFocus()
| ScriptInvoker SCR_AddonLinePresetComponent.GetEventOnFocus |
( |
| ) |
|
◆ GetEventOnFocusLost()
| ScriptInvoker SCR_AddonLinePresetComponent.GetEventOnFocusLost |
( |
| ) |
|
◆ GetEventOnLoad()
| ScriptInvoker SCR_AddonLinePresetComponent.GetEventOnLoad |
( |
| ) |
|
◆ GetEventOnNameChanged()
| ScriptInvoker SCR_AddonLinePresetComponent.GetEventOnNameChanged |
( |
| ) |
|
◆ GetEventOnNameEditLeave()
| ScriptInvoker SCR_AddonLinePresetComponent.GetEventOnNameEditLeave |
( |
| ) |
|
◆ GetEventOnNameEditStart()
| ScriptInvoker SCR_AddonLinePresetComponent.GetEventOnNameEditStart |
( |
| ) |
|
◆ GetEventOnOverride()
| ScriptInvoker SCR_AddonLinePresetComponent.GetEventOnOverride |
( |
| ) |
|
◆ GetName()
| string SCR_AddonLinePresetComponent.GetName |
( |
| ) |
|
◆ GetPreset()
◆ GetSelected()
| bool SCR_AddonLinePresetComponent.GetSelected |
( |
| ) |
|
◆ HandlerAttached()
| override void SCR_AddonLinePresetComponent.HandlerAttached |
( |
Widget | w | ) |
|
◆ HandlerDeattached()
| override void SCR_AddonLinePresetComponent.HandlerDeattached |
( |
Widget | w | ) |
|
◆ InvokeEventOnButtonClick()
| void SCR_AddonLinePresetComponent.InvokeEventOnButtonClick |
( |
| ) |
|
|
protected |
◆ InvokeEventOnDelete()
| void SCR_AddonLinePresetComponent.InvokeEventOnDelete |
( |
| ) |
|
|
protected |
◆ InvokeEventOnFocus()
| void SCR_AddonLinePresetComponent.InvokeEventOnFocus |
( |
| ) |
|
|
protected |
◆ InvokeEventOnFocusLost()
| void SCR_AddonLinePresetComponent.InvokeEventOnFocusLost |
( |
| ) |
|
|
protected |
◆ InvokeEventOnLoad()
| void SCR_AddonLinePresetComponent.InvokeEventOnLoad |
( |
| ) |
|
|
protected |
◆ InvokeEventOnNameChanged()
| void SCR_AddonLinePresetComponent.InvokeEventOnNameChanged |
( |
string | arg0 | ) |
|
|
protected |
◆ InvokeEventOnNameEditLeave()
| void SCR_AddonLinePresetComponent.InvokeEventOnNameEditLeave |
( |
| ) |
|
|
protected |
◆ InvokeEventOnNameEditStart()
| void SCR_AddonLinePresetComponent.InvokeEventOnNameEditStart |
( |
| ) |
|
|
protected |
◆ InvokeEventOnOverride()
| void SCR_AddonLinePresetComponent.InvokeEventOnOverride |
( |
| ) |
|
|
protected |
◆ OnDoubleClick()
| override bool SCR_AddonLinePresetComponent.OnDoubleClick |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
int | button ) |
◆ OnEditNameCancel()
| void SCR_AddonLinePresetComponent.OnEditNameCancel |
( |
| ) |
|
|
protected |
◆ OnEditNameConfirm()
| void SCR_AddonLinePresetComponent.OnEditNameConfirm |
( |
| ) |
|
|
protected |
◆ OnFocus()
| override bool SCR_AddonLinePresetComponent.OnFocus |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y ) |
◆ OnFocusLost()
| override bool SCR_AddonLinePresetComponent.OnFocusLost |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y ) |
◆ OnInputDeviceChange()
| void SCR_AddonLinePresetComponent.OnInputDeviceChange |
( |
EInputDeviceType | oldDevice, |
|
|
EInputDeviceType | newDevice ) |
|
protected |
◆ RemoveEditActions()
| void SCR_AddonLinePresetComponent.RemoveEditActions |
( |
| ) |
|
|
protected |
◆ SetPreset()
◆ SetSelected()
| void SCR_AddonLinePresetComponent.SetSelected |
( |
bool | selected | ) |
|
◆ ShowButtons()
| void SCR_AddonLinePresetComponent.ShowButtons |
( |
bool | show | ) |
|
|
protected |
◆ ShowDefaultName()
| void SCR_AddonLinePresetComponent.ShowDefaultName |
( |
| ) |
|
◆ ShowEditWidget()
| void SCR_AddonLinePresetComponent.ShowEditWidget |
( |
bool | edit | ) |
|
|
protected |
◆ ShowModCount()
| void SCR_AddonLinePresetComponent.ShowModCount |
( |
int | count | ) |
|
◆ ShowWarning()
| void SCR_AddonLinePresetComponent.ShowWarning |
( |
bool | show | ) |
|
◆ StartEditName()
| void SCR_AddonLinePresetComponent.StartEditName |
( |
| ) |
|
Show editbox instead of name to edit name string.
◆ ToggleSelected()
| void SCR_AddonLinePresetComponent.ToggleSelected |
( |
| ) |
|
|
protected |
Toggles the current selection.
◆ UpdateWidgets()
| void SCR_AddonLinePresetComponent.UpdateWidgets |
( |
| ) |
|
◆ Event_OnButtonClick
◆ Event_OnDelete
◆ Event_OnFocus
◆ Event_OnFocusLost
◆ Event_OnLoad
◆ Event_OnNameChanged
◆ Event_OnNameEditLeave
◆ Event_OnNameEditStart
◆ Event_OnOverride
◆ m_bIsEdit
| bool SCR_AddonLinePresetComponent.m_bIsEdit |
|
protected |
◆ m_bIsFocused
| bool SCR_AddonLinePresetComponent.m_bIsFocused |
|
protected |
◆ m_bSelected
| bool SCR_AddonLinePresetComponent.m_bSelected |
|
protected |
◆ m_ButtonComponent
◆ m_cDefaultColor
| ref Color SCR_AddonLinePresetComponent.m_cDefaultColor |
|
protected |
◆ m_cSelectedColor
| ref Color SCR_AddonLinePresetComponent.m_cSelectedColor |
|
protected |
◆ m_eInputDeviceType
| EInputDeviceType SCR_AddonLinePresetComponent.m_eInputDeviceType |
|
protected |
◆ m_Preset
◆ m_Widgets
◆ STR_DEFAULT_NAME
| const string SCR_AddonLinePresetComponent.STR_DEFAULT_NAME = "Preset " |
|
staticprotected |
The documentation for this interface was generated from the following file:
- Game/UI/Menu/ContentBrowser/AddonManager/AddonsTools/AddonsPresets/SCR_AddonLinePresetComponent.c