![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | OnMenuItemChanged (SCR_SettingsBindingBase binding) |
| void | OnCustomMenuItemChanged (string widgetName) |
| void | SetQualityPresetIndex (string changedSetting) |
| override void | OnTabCreate (Widget menuRoot, ResourceName buttonsLayout, int index) |
| void | SetupTextureDetail (bool isInit=true) |
| void | OnMaxFPSChanged (SCR_SpinBoxComponent comp, int i) |
| Event called when max FPS is changed. | |
| void | OnTextureDetailChanged (SCR_SpinBoxComponent comp, int i) |
| Event called when texture detail spinbox changes. | |
| void | OnQualityPresetChanged (SCR_ComboBoxComponent combobox, int itemIndex) |
| void | SetupQualityPreset () |
| void | SetupHardwareAA (bool isInit=true) |
| void | OnHardwareAAChanged (SCR_SpinBoxComponent comp, int i) |
| Event called when hardware AA spinbox changes. | |
| void | OnResolutionScaleChanged (SCR_SliderComponent comp, float value) |
| Event called when resolution scale slider changes. | |
| void | OnRenderResolutionChanged () |
| method called when resolution or resolution scale changes | |
| void | OnShadowDetailChanged (SCR_SpinBoxComponent comp, int i) |
| Event called when shadow quality spinbox changes. | |
| void | OnViewDistanceChanged (SCR_SliderComponent comp, float value) |
| Event called when shadow quality slider changes. | |
| void | OnGrassDistanceChanged (SCR_SliderComponent comp, float value) |
| void | OnWindowModeChanged (SCR_SpinBoxComponent comp, int index) |
| Event called when window mode combo box changes. | |
| void | SetResolutionCombo (SCR_ComboBoxComponent combo) |
| void | SetupViewDistance () |
| void | SetupGrassDistance () |
| void | SetupShadowQuality (bool isInit=true) |
| void | SetupResolution () |
| void | SetupResolutionScale () |
| void | RemoveQualityPresetFocus () |
| void | UpdateResolution (SCR_ComboBoxComponent resolution, int current) |
| Event called when resolution combo box changes. | |
| void | SetupMaxFPS () |
| void | HandleDescription () |
| void | DescriptionOnFocus () |
| void | DescriptionOnFocusLost () |
Protected Attributes | |
| ref array< int > | m_aWidths = {} |
| ref array< int > | m_aHeights = {} |
| ref array< int > | m_aAAvalues = { 0, 2, 4, 8, 16, 32 } |
| SCR_ComboBoxComponent | m_ResolutionCombo |
| SCR_SliderComponent | m_ResolutionScale |
| SCR_SpinBoxComponent | m_WindowMode |
| SCR_SpinBoxComponent | m_MaxFPS |
| string | m_sResolutionScaleLocalisation = "#AR-Settings_RenderScale" |
| UserSettings | m_Video |
| UserSettings | m_Pipeline |
| UserSettings | m_ResourceManager |
Static Protected Attributes | |
| static const string | RESOLUTION_FORMAT = "%1 × %2" |
| static const int | CUSTOM_PRESET_INDEX = 4 |
| static const ref array< string > | PRESET_SETTINGS |
| list of WIDGET names | |
Definition at line 22 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 720 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 732 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 706 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 91 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 382 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Event called when hardware AA spinbox changes.
Definition at line 308 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Event called when max FPS is changed.
Definition at line 207 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 78 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 241 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
method called when resolution or resolution scale changes
Definition at line 337 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Event called when resolution scale slider changes.
Definition at line 324 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Event called when shadow quality spinbox changes.
Definition at line 358 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 112 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Event called when texture detail spinbox changes.
Definition at line 225 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Event called when shadow quality slider changes.
Definition at line 369 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Event called when window mode combo box changes.
Definition at line 390 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Removes Quality Presets focus - as it is a powerful setting (and is the first one) and sets it to the first button found under SettingsEntries
Definition at line 641 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 98 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 456 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 542 of file SCR_VideoSettingsSubMenu.c.
Definition at line 276 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 679 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 266 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 578 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 625 of file SCR_VideoSettingsSubMenu.c.
Definition at line 560 of file SCR_VideoSettingsSubMenu.c.
Definition at line 184 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Definition at line 514 of file SCR_VideoSettingsSubMenu.c.
|
inlineprotected |
Event called when resolution combo box changes.
Definition at line 665 of file SCR_VideoSettingsSubMenu.c.
|
staticprotected |
Definition at line 41 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 26 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 25 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 24 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 32 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 37 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 28 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 29 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 38 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 34 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 36 of file SCR_VideoSettingsSubMenu.c.
|
protected |
Definition at line 31 of file SCR_VideoSettingsSubMenu.c.
|
staticprotected |
list of WIDGET names
Definition at line 44 of file SCR_VideoSettingsSubMenu.c.
|
staticprotected |
Definition at line 40 of file SCR_VideoSettingsSubMenu.c.