|
| override void | OnRepeat () |
| |
| override void | OnMenuUpdate (float timeSlice) |
| |
| override bool | OnFocus (Widget w, int x, int y) |
| |
| override void | HandlerAttachedScripted (Widget w) |
| | Event called when subcomponent is initialized.
|
| |
| override void | HandlerDeattached (Widget w) |
| |
| 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 | HandlerAttached (Widget w) |
| |
| bool | m_queuedRefresh = false |
| |
| const int | CANCEL_CLICK_MAX_DIS = 5 |
| |
| const int | CANCEL_CLICK_MAX_TIME = 500 |
| |
| Widget | CreateItem (SCR_EditableEntityComponent entity) |
| |
| void | QueueRefresh () |
| |
| void | Clear () |
| |
| void | OnChanged (EEditableEntityState state, set< SCR_EditableEntityComponent > entitiesInsert, set< SCR_EditableEntityComponent > entitiesRemove) |
| |
| void | OnEditorSetSelection () |
| |
| void | OnTypeTab (SCR_TabViewComponent tabView, SCR_TabViewContent tabContent, int index) |
| |
| override void | ShowEntries (Widget contentWidget, int indexStart, int indexEnd) |
| |
| override bool | IsUnique () |
| | Is the component to exist only in one instance?
|
| |
| override void | SetToolbarVisible (bool show) |
| |
| override void | Refresh () |
| |
| override void | CopyPage (SCR_DialogEditorUIComponent linkedComponent) |
| |
| bool | CreateItem (out Widget itemWidget, out SCR_BaseToolbarItemEditorUIComponent toolbarItem) |
| |
| void | DeleteAllItems () |
| |
| void | OnPageChanged (int page) |
| |
| override bool | CanOpenDialog () |
| |
| override void | OnDialogOpened (SCR_DialogEditorUIComponent linkedComponent) |
| |
| override void | OnDialogClosed (SCR_DialogEditorUIComponent linkedComponent) |
| |
| void | AllowFocus (Widget w) |
| |
| void | SetLinkedWidgetVisibility (bool show) |
| |
| void | OnInput (float value, EActionTrigger reason) |
| |
| void | CloseDialog () |
| |
| void | OnInputDeviceIsGamepad (bool isGamepad) |
| |
| vector | OnCancelDown () |
| |
| bool | OnCancelUp () |
| |
| void | OnCancelExpired () |
| |
| EEditableEntityType | m_Type |
| |
| ref array< EEditableEntityType > | m_aTypeBlackList |
| |
| EEditableEntityState | m_State |
| |
| ref array< ref SCR_EntityToolbarStateOffset > | m_aStateOffsets |
| |
| EEditableEntityFlag | m_FlagsBlacklist |
| |
| bool | m_bOnlyDirectChildren |
| |
| ref array< EEditableEntityType > | m_aTypeOrder |
| |
| string | m_sTypeTabsWidgetName |
| |
| ref array< ref SCR_EntityToolbarTypeList > | m_aEntityTypeTabs |
| |
| bool | m_bHasTabs |
| |
| bool | m_bHasEntities |
| |
| ref SCR_SortedArray< SCR_EditableEntityComponent > | m_Entities = new SCR_SortedArray<SCR_EditableEntityComponent>() |
| |
| ref map< SCR_EditableEntityComponent, Widget > | m_ItemsMap = new map<SCR_EditableEntityComponent, Widget>() |
| |
| SCR_HoverEditableEntityFilter | m_HoverFilter |
| |
| SCR_EditableEntityComponent | m_HoverEntity |
| |
| SCR_EditableEntityComponent | m_RepeatEntity |
| |
| SCR_EditableEntitySlotManagerUIComponent | m_SlotManager |
| |
| SCR_LayersEditorComponent | m_LayersManager |
| |
| SCR_TabViewComponent | m_TabView |
| |
| int | m_iTab |
| |
| ResourceName | m_ItemLayout |
| |
| int | m_iHideParentIndexWhenEmpty |
| |
| string | m_sEmptyWidgetName |
| |
| string | m_sItemsWidgetName |
| |
| SCR_ExternalPaginationUIComponent | m_Pagination |
| |
| Widget | m_ItemsWidget |
| |
| Widget | m_HideWidget |
| |
| int | m_iFirstShownIndex |
| |
| int | m_iFocusedIndex |
| |
| int | m_iItemsCount |
| |
| int | m_iPage |
| |
| bool | m_bIsUnderCursor |
| |
| string | m_sToggleActionName |
| |
| string | m_sRepeatActionName |
| |
| ChimeraMenuPreset | m_DialogPreset |
| |
| int | m_iHideLinkedIndex |
| |
| bool | m_bIsInDialog |
| |
| bool | m_CanCloseWithToggleAction = true |
| |
| EditorMenuBase | m_EditorMenu |
| |
| SCR_DialogEditorUIComponent | m_LinkedComponent |
| |
| vector | m_vClickPosCancel |
| |
| static const int | EMPTY_Z_ORDER = int.MAX |
| |