![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| LocalizedString | GetHeader () |
| bool | CanShowLabelGroup (EEditableEntityLabelGroup groupLabel) |
| bool | CanShowLabel (EEditableEntityLabel label) |
| void | GetAlwaysActiveLabels (out notnull array< EEditableEntityLabel > alwaysActiveLabels) |
| void | GetWhiteListeLabels (out notnull array< EEditableEntityLabel > whitelistLabels) |
| void | GetWhiteListeLabelGroups (out notnull array< EEditableEntityLabelGroup > whitelistLabelGroups) |
| bool | IsAlwaysActiveLabel (EEditableEntityLabel label) |
| bool | CanShowLabelInActiveFilters (EEditableEntityLabel label) |
| bool | GetSaveContentBrowserState () |
| void | SCR_EditorContentBrowserDisplayConfig (array< EEditableEntityLabelGroup > whiteListGroupLabels=null, array< EEditableEntityLabel > whiteListLabels=null, array< EEditableEntityLabel > alwaysActiveLabels=null, bool saveContentBrowserState=false, LocalizedString browserHeader=string.Empty) |
Protected Attributes | |
| LocalizedString | m_sContentBrowserHeader |
| ref array< ref SCR_EditorContentBrowserDisplayGroupLabel > | m_aWhiteListLabelGroups |
| ref array< ref SCR_EditorContentBrowserActiveDisplayLabel > | m_aAlwaysActiveLabels |
| ref array< ref SCR_EditorContentBrowserDisplayLabel > | m_aWhiteListLabels |
| bool | m_bSaveContentBrowserState |
Config that allows the editor content browser to only show specific labels and groups
Definition at line 5 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Create new Display config
| whiteListGroupLabels | List of white list label groups |
| whiteListLabels | List of white list label |
| alwaysActiveLabels | List of labels that should always be active if opening content browser with this config |
| saveContentBrowserState | If this config allows for saving of the Content Browser state. If this config is temporarly created then keep it false |
Definition at line 214 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Returns if given label can be showin in content browser
| label | to check |
Definition at line 69 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Returns if given label group can be showin in content browser
| Group | label to check |
Definition at line 36 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Check if given label can be shown as active filters
| label | to check |
Definition at line 175 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Get list of labels that are always active in content browser
| [out] | alwaysActiveLabels | list of always active labels |
Definition at line 115 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Get the header to set in the content browser
Definition at line 26 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Check if content browser can save the state on close if using the config
Definition at line 201 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Get list of labels that are always active in content browser
| [out] | alwaysActiveLabels | list of always active labels |
Definition at line 135 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Get list of labels that are always active in content browser
| [out] | alwaysActiveLabels | list of always active labels |
Definition at line 125 of file SCR_EditorContentBrowserDisplayConfig.c.
|
inlineprotected |
Check if given label is always active
| label | to check |
Definition at line 146 of file SCR_EditorContentBrowserDisplayConfig.c.
|
protected |
Definition at line 14 of file SCR_EditorContentBrowserDisplayConfig.c.
|
protected |
Definition at line 11 of file SCR_EditorContentBrowserDisplayConfig.c.
|
protected |
Definition at line 17 of file SCR_EditorContentBrowserDisplayConfig.c.
|
protected |
Definition at line 20 of file SCR_EditorContentBrowserDisplayConfig.c.
|
protected |
Definition at line 8 of file SCR_EditorContentBrowserDisplayConfig.c.