![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_AssignableTaskTabStates |
Enumerations | |
| enum | SCR_ETaskTabType |
Variables | |
| AVAILABLE | |
| FINISHED | |
| AVAILABLE_ASSIGNABLE | |
| ALL | |
| UI layouts Task TaskListTabEntry | layout |
| UI layouts Task TaskListTabEntry | params |
| ref array< ref SCR_TaskTabStates > | m_aTaskTabStates |
| SCR_ETaskTabType | m_eSelectedTab = SCR_ETaskTabType.AVAILABLE |
| SCR_Task | m_CurrentlySelectedTask |
| SCR_TaskListEntryDescriptionUIComponent | m_TaskListDescriptionComponent |
| SCR_TaskManagerUIComponent | m_TaskManager |
| SCR_TaskSystem | m_TaskSystem |
| SCR_MapEntity | m_MapEntity |
| SCR_MapCursorModule | m_MapCursorModule |
| ref map< SCR_Task, SCR_TaskListEntryUIComponent > | m_mTasksMap |
| ref ScriptInvokerVoid | m_OnButtonTaskListHide |
| ref SCR_TaskListWidgets | m_Widgets = new SCR_TaskListWidgets() |
| ref array< string > | m_aAllowedTaskTypenames = {} |
| enum SCR_ETaskTabType |
Definition at line 1 of file SCR_TaskListUIComponent.c.
|
protected |
Adds allowed task typenames and only those will be shown
| [in] | allowedTaskTypenames |
Definition at line 697 of file SCR_TaskListUIComponent.c.
| SCR_AssignableTaskTabStates SCR_TaskTabStates Attribute | ( | "{B71975032150BAFB}UI/layouts/Task/TaskListEntry.layout" | , |
| params:"layout" | ) |
Definition at line 10 of file SCR_TaskListUIComponent.c.
| enum SCR_ETaskTabType BaseContainerProps | ( | configRoot:true | ) |
|
protected |
Hides task description.
| [in] | taskUIComp | UI component of collapsed task. |
Definition at line 603 of file SCR_TaskListUIComponent.c.
|
protected |
Creates new entry for task
| [in] | task | Task which will be initialized. |
| [in] | parent | Widget, to which newly created entry will be parented. |
Definition at line 382 of file SCR_TaskListUIComponent.c.
|
protected |
Shows task description and initializes it with task data.
| [in] | task | Expanded task. |
| [in] | taskUIComp | Expanded task UI component. |
Definition at line 586 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 144 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 686 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 327 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 677 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 667 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 640 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 86 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 120 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 353 of file SCR_TaskListUIComponent.c.
Definition at line 63 of file SCR_TaskListUIComponent.c.
Definition at line 341 of file SCR_TaskListUIComponent.c.
|
protected |
Triggered when task is added as a child
| [in] | task | Changed task. |
Definition at line 577 of file SCR_TaskListUIComponent.c.
|
protected |
Triggered on hide tasks button clicked, hides task list.
Definition at line 555 of file SCR_TaskListUIComponent.c.
Definition at line 205 of file SCR_TaskListUIComponent.c.
Definition at line 225 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 170 of file SCR_TaskListUIComponent.c.
|
protected |
Invoked whenever new task is added to the system. Creates entry for it.
| [in] | task | Added task. |
Definition at line 502 of file SCR_TaskListUIComponent.c.
|
protected |
Invoked whenever task is removed from the system. Removes entry from task list.
| [in] | task | Removed task. |
Definition at line 528 of file SCR_TaskListUIComponent.c.
|
protected |
Invoked whenever task is selected in manager. Controls display of task description.
| [in] | task | Selected task. |
Definition at line 477 of file SCR_TaskListUIComponent.c.
|
protected |
Triggered task SCR_UIInfo is changed. Reinitializes task description with new data.
| [in] | task | Changed task. |
Definition at line 569 of file SCR_TaskListUIComponent.c.
|
protected |
Get a list of all available to display tasks. If entry for task is already created, toggles its visibility, otherwise creates a new entry.
Definition at line 257 of file SCR_TaskListUIComponent.c.
|
protected |
Reparents task to keep hierachy.
| [in] | task | to be evaulated |
Definition at line 426 of file SCR_TaskListUIComponent.c.
|
protected |
Request refresh of task list on task faction change
| [in] | task | which faction was changed |
| [in] | factionKey | of adjusted faction |
Definition at line 250 of file SCR_TaskListUIComponent.c.
| enum SCR_ETaskTabType SCR_BaseContainerCustomTitleEnum | ( | SCR_ETaskTabType | , |
| "m_eTabType" | ) |
Definition at line 10 of file SCR_TaskListUIComponent.c.
|
protected |
| [in] | visibility | of task description. |
Definition at line 647 of file SCR_TaskListUIComponent.c.
|
protected |
Sets height of task list.
| [in] | size | New height of task list. |
Definition at line 625 of file SCR_TaskListUIComponent.c.
|
protected |
Sets visibility of task list.
| [in] | size | New visibility of task list. |
Definition at line 633 of file SCR_TaskListUIComponent.c.
|
protected |
Opens map and moves camera to task location.
Definition at line 617 of file SCR_TaskListUIComponent.c.
|
protected |
Invoked whenever task entry on list is selected. Triggers selection in manager.
| [in] | task | Selected task. |
Definition at line 462 of file SCR_TaskListUIComponent.c.
| @ ALL |
Definition at line 3 of file SCR_TaskListUIComponent.c.
| AVAILABLE |
Definition at line 0 of file SCR_TaskListUIComponent.c.
| AVAILABLE_ASSIGNABLE |
Definition at line 2 of file SCR_TaskListUIComponent.c.
| @ FINISHED |
Definition at line 1 of file SCR_TaskListUIComponent.c.
| UI layouts Task TaskListTabEntry layout |
Definition at line 64 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 83 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 68 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 72 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 70 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 78 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 77 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 80 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 81 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 73 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 74 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 76 of file SCR_TaskListUIComponent.c.
|
protected |
Definition at line 82 of file SCR_TaskListUIComponent.c.
| UI layouts Task TaskListTabEntry params |
Definition at line 64 of file SCR_TaskListUIComponent.c.