Arma Reforger Script API
|
Public Member Functions | |
void | OnCardHover (Widget itemWidget, int prefabIndex, bool enter) |
void | OnCardLMB (Widget itemWidget) |
override void | OnRepeat () |
override void | HandlerAttachedScripted (Widget w) |
Event called when subcomponent is initialized. | |
override void | HandlerDeattached (Widget w) |
Public Member Functions inherited from SCR_BaseToolbarEditorUIComponent | |
bool | IsUnderCursor () |
void | MarkForRefresh () |
override bool | OnMouseEnter (Widget w, int x, int y) |
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
override void | HandlerAttachedScripted (Widget w) |
Event called when subcomponent is initialized. | |
override void | HandlerAttached (Widget w) |
override void | HandlerAttachedScripted (Widget w) |
Event called when subcomponent is initialized. | |
override void | HandlerDeattached (Widget w) |
Public Member Functions inherited from MenuRootSubComponent | |
Widget | GetWidget () |
Get widget to which the component belongs to. | |
MenuRootBase | GetMenu () |
Get menu of which the widget is part of. | |
MenuRootComponent | GetRootComponent () |
Get root component of this subcomponent,. | |
void | HandlerAttachedScripted (Widget w) |
Event called when subcomponent is initialized. | |
override void | HandlerAttached (Widget w) |
override void | HandlerDeattached (Widget w) |
Protected Member Functions | |
Widget | CreateItem (int index) |
override void | OnPageChanged (int page) |
override void | ShowEntries (Widget contentWidget, int indexStart, int indexEnd) |
void | OnBudgetMaxReached (EEditableEntityBudget entityBudget, bool maxReached) |
void | OnBrowserEntriesChanged () |
void | OnResourceTypeEnabledChanged (array< EResourceType > disabledResourceTypes) |
override void | Refresh () |
Protected Member Functions inherited from SCR_BaseToolbarEditorUIComponent | |
bool | CreateItem (out Widget itemWidget, out SCR_BaseToolbarItemEditorUIComponent toolbarItem) |
void | DeleteAllItems () |
void | SetToolbarVisible (bool show) |
void | ShowEntries (Widget contentWidget, int indexStart, int indexEnd) |
void | Refresh () |
void | OnPageChanged (int page) |
void | CopyPage (SCR_DialogEditorUIComponent linkedComponent) |
override bool | CanOpenDialog () |
override void | OnDialogOpened (SCR_DialogEditorUIComponent linkedComponent) |
override void | OnDialogClosed (SCR_DialogEditorUIComponent linkedComponent) |
Protected Member Functions inherited from SCR_DialogEditorUIComponent | |
void | AllowFocus (Widget w) |
void | FocusWidget (Widget w) |
void | SetLinkedWidgetVisibility (bool show) |
void | OnInput (float value, EActionTrigger reason) |
void | OnRepeat () |
bool | CanOpenDialog () |
void | CloseDialog () |
void | OnInputDeviceIsGamepad (bool isGamepad) |
void | OnMenuUpdate (float timeSlice) |
void | OnDialogOpened (SCR_DialogEditorUIComponent linkedComponent) |
void | OnDialogClosed (SCR_DialogEditorUIComponent linkedComponent) |
Protected Member Functions inherited from SCR_BaseEditorUIComponent | |
vector | OnCancelDown () |
bool | OnCancelUp () |
void | OnCancelExpired () |
Protected Member Functions inherited from MenuRootSubComponent | |
bool | IsUnique () |
Is the component to exist only in one instance? If so, it will be registered in the list of components and can be searched for. | |
Additional Inherited Members | |
Static Public Attributes inherited from SCR_BaseEditorUIComponent | |
const int | CANCEL_CLICK_MAX_DIS = 5 |
const int | CANCEL_CLICK_MAX_TIME = 500 |
Static Protected Attributes inherited from SCR_BaseToolbarEditorUIComponent | |
static const int | EMPTY_Z_ORDER = int.MAX |
|
protected |
override void SCR_PlacingToolbarEditorUIComponent.HandlerAttachedScripted | ( | Widget | w | ) |
Event called when subcomponent is initialized.
Called only after all other subcomponents were registered as well and can be searched for. To be overwritten by inherited classes.
Widget |
Implements SCR_BaseToolbarEditorUIComponent.
override void SCR_PlacingToolbarEditorUIComponent.HandlerDeattached | ( | Widget | w | ) |
Implements SCR_DialogEditorUIComponent.
|
protected |
|
protected |
void SCR_PlacingToolbarEditorUIComponent.OnCardHover | ( | Widget | itemWidget, |
int | prefabIndex, | ||
bool | enter | ||
) |
[in] | itemWidget | |
[in] | prefabIndex | |
[in] | enter |
void SCR_PlacingToolbarEditorUIComponent.OnCardLMB | ( | Widget | itemWidget | ) |
[in] | itemWidget |
|
protected |
Implements SCR_BaseToolbarEditorUIComponent.
override void SCR_PlacingToolbarEditorUIComponent.OnRepeat | ( | ) |
Implements SCR_DialogEditorUIComponent.
|
protected |
|
protected |
Implements SCR_BaseToolbarEditorUIComponent.
|
protected |
Implements SCR_BaseToolbarEditorUIComponent.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |