![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
| enum ControlID |
Definition at line 12 of file ControlID.c.
| enum ControlID |
Definition at line 12 of file ControlID.c.
| enum ImageMaskMode |
| Enumerator | |
|---|---|
| REGULAR | |
| INVERTED | |
| RANGE | |
| RANGE_INVERTED | |
| REGULAR | |
| INVERTED | |
| RANGE | |
| RANGE_INVERTED | |
Definition at line 12 of file ImageMaskMode.c.
| enum ImageMaskMode |
| Enumerator | |
|---|---|
| REGULAR | |
| INVERTED | |
| RANGE | |
| RANGE_INVERTED | |
| REGULAR | |
| INVERTED | |
| RANGE | |
| RANGE_INVERTED | |
Definition at line 12 of file ImageMaskMode.c.
| Enumerator | |
|---|---|
| Left | |
| Center | |
| Right | |
| Stretch | |
| Left | |
| Center | |
| Right | |
| Stretch | |
Definition at line 12 of file LayoutHorizontalAlign.c.
| Enumerator | |
|---|---|
| Left | |
| Center | |
| Right | |
| Stretch | |
| Left | |
| Center | |
| Right | |
| Stretch | |
Definition at line 12 of file LayoutHorizontalAlign.c.
| enum LayoutSizeMode |
| enum LayoutSizeMode |
| Enumerator | |
|---|---|
| Auto | |
| Fill | |
| Auto | |
| Fill | |
Definition at line 15 of file LayoutSizeMode.c.
| enum LayoutVerticalAlign |
| Enumerator | |
|---|---|
| Top | |
| Center | |
| Bottom | |
| Stretch | |
| Top | |
| Center | |
| Bottom | |
| Stretch | |
Definition at line 12 of file LayoutVerticalAlign.c.
| enum LayoutVerticalAlign |
| Enumerator | |
|---|---|
| Top | |
| Center | |
| Bottom | |
| Stretch | |
| Top | |
| Center | |
| Bottom | |
| Stretch | |
Definition at line 12 of file LayoutVerticalAlign.c.
| Enumerator | |
|---|---|
| DISABLED | |
| ALPHA_BLEND | |
| ADDITIVE | |
| DISABLED | |
| ALPHA_BLEND | |
| ADDITIVE | |
Definition at line 12 of file RenderTargetWidgetBlendMode.c.
| Enumerator | |
|---|---|
| DISABLED | |
| ALPHA_BLEND | |
| ADDITIVE | |
| DISABLED | |
| ALPHA_BLEND | |
| ADDITIVE | |
Definition at line 12 of file RenderTargetWidgetBlendMode.c.
Definition at line 12 of file RenderTargetWidgetFormat.c.
Definition at line 12 of file RenderTargetWidgetFormat.c.
| enum VideoCommand |
| Enumerator | |
|---|---|
| PLAY | |
| STOP | |
| REWIND | |
| POSITION | |
| REPEAT | Bool. |
| ISPLAYING | |
| PLAY | |
| STOP | |
| REWIND | |
| POSITION | |
| REPEAT | Bool. |
| ISPLAYING | |
Definition at line 12 of file VideoCommand.c.
| enum VideoCommand |
| Enumerator | |
|---|---|
| PLAY | |
| STOP | |
| REWIND | |
| POSITION | |
| REPEAT | Bool. |
| ISPLAYING | |
| PLAY | |
| STOP | |
| REWIND | |
| POSITION | |
| REPEAT | Bool. |
| ISPLAYING | |
Definition at line 12 of file VideoCommand.c.
| enum WidgetFlags |
Widget flags. See enf::Widget::SetFlags().
| Enumerator | |
|---|---|
| VISIBLE | When set, widget and his children are visible. |
| CLIPCHILDREN | Children will be clipped by regions of this widget. |
| INHERIT_CLIPPING | Inherits WF_CLIPCHILDREN setting from its parent. |
| DO_NOT_CLIP_RECT | Clip by rectangle given by some of the previous widgets. |
| DIRTY | Indicates that a widget is dirty and should be updated. |
| IGNORE_CURSOR | Widget will ignore query for widget which pointer is pointing to. |
| INHERIT_COLOR | Inherits transparency from parent Widget. |
| DISABLED | UI Widget is not enabled. |
| NOFOCUS | UI Widget will never get focus. |
| NO_PIXEL_PERFECT | Indicates that a widget position & size is rounded to always be a whole number. |
| BLEND | Widget will be alpha-blended. |
| ADDITIVE | Alpha-blending will be additive. |
| SHADOW | Rendering of image shadow, INTERNAL USE ONLY. |
| NOWRAP | Image will not be wrapped. |
| NOFILTER | Image will not be bilinear filtered. Don't filter too small objects. |
| STRETCH | Image will be used as big, as widget is and will be stretched accordingly. stretch the image to fill the space - does not preserve aspect ratio Float. |
| FLIPU | Image will be horizontally flipped. Used by enf::ImageWidget and enf::TextWidget. |
| FLIPV | Image will be vertically flipped. Used by enf::ImageWidget and enf::TextWidget. |
| CUSTOMUV | UV mapping will be externally set. Usable for special mappings as rotation etc. Used by enf::ImageWidget and enf::TextWidget. |
| CENTER | Text will be centered. |
| VCENTER | Text will be vertically centered. |
| RALIGN | Text will be right aligned. |
| WRAP_TEXT | Text will be wrapped on horizontal overflow. |
| NO_LOCALIZATION | Text will not be parsed for string IDs. |
| VISIBLE | When set, widget and his children are visible. |
| CLIPCHILDREN | Children will be clipped by regions of this widget. |
| INHERIT_CLIPPING | Inherits WF_CLIPCHILDREN setting from its parent. |
| DO_NOT_CLIP_RECT | Clip by rectangle given by some of the previous widgets. |
| DIRTY | Indicates that a widget is dirty and should be updated. |
| IGNORE_CURSOR | Widget will ignore query for widget which pointer is pointing to. |
| INHERIT_COLOR | Inherits transparency from parent Widget. |
| DISABLED | UI Widget is not enabled. |
| NOFOCUS | UI Widget will never get focus. |
| NO_PIXEL_PERFECT | Indicates that a widget position & size is rounded to always be a whole number. |
| BLEND | Widget will be alpha-blended. |
| ADDITIVE | Alpha-blending will be additive. |
| SHADOW | Rendering of image shadow, INTERNAL USE ONLY. |
| NOWRAP | Image will not be wrapped. |
| NOFILTER | Image will not be bilinear filtered. Don't filter too small objects. |
| STRETCH | Image will be used as big, as widget is and will be stretched accordingly. stretch the image to fill the space - does not preserve aspect ratio Float. |
| FLIPU | Image will be horizontally flipped. Used by enf::ImageWidget and enf::TextWidget. |
| FLIPV | Image will be vertically flipped. Used by enf::ImageWidget and enf::TextWidget. |
| CUSTOMUV | UV mapping will be externally set. Usable for special mappings as rotation etc. Used by enf::ImageWidget and enf::TextWidget. |
| CENTER | Text will be centered. |
| VCENTER | Text will be vertically centered. |
| RALIGN | Text will be right aligned. |
| WRAP_TEXT | Text will be wrapped on horizontal overflow. |
| NO_LOCALIZATION | Text will not be parsed for string IDs. |
Definition at line 13 of file WidgetFlags.c.
| enum WidgetFlags |
| Enumerator | |
|---|---|
| VISIBLE | When set, widget and his children are visible. |
| CLIPCHILDREN | Children will be clipped by regions of this widget. |
| INHERIT_CLIPPING | Inherits WF_CLIPCHILDREN setting from its parent. |
| DO_NOT_CLIP_RECT | Clip by rectangle given by some of the previous widgets. |
| DIRTY | Indicates that a widget is dirty and should be updated. |
| IGNORE_CURSOR | Widget will ignore query for widget which pointer is pointing to. |
| INHERIT_COLOR | Inherits transparency from parent Widget. |
| DISABLED | UI Widget is not enabled. |
| NOFOCUS | UI Widget will never get focus. |
| NO_PIXEL_PERFECT | Indicates that a widget position & size is rounded to always be a whole number. |
| BLEND | Widget will be alpha-blended. |
| ADDITIVE | Alpha-blending will be additive. |
| SHADOW | Rendering of image shadow, INTERNAL USE ONLY. |
| NOWRAP | Image will not be wrapped. |
| NOFILTER | Image will not be bilinear filtered. Don't filter too small objects. |
| STRETCH | Image will be used as big, as widget is and will be stretched accordingly. stretch the image to fill the space - does not preserve aspect ratio Float. |
| FLIPU | Image will be horizontally flipped. Used by enf::ImageWidget and enf::TextWidget. |
| FLIPV | Image will be vertically flipped. Used by enf::ImageWidget and enf::TextWidget. |
| CUSTOMUV | UV mapping will be externally set. Usable for special mappings as rotation etc. Used by enf::ImageWidget and enf::TextWidget. |
| CENTER | Text will be centered. |
| VCENTER | Text will be vertically centered. |
| RALIGN | Text will be right aligned. |
| WRAP_TEXT | Text will be wrapped on horizontal overflow. |
| NO_LOCALIZATION | Text will not be parsed for string IDs. |
| VISIBLE | When set, widget and his children are visible. |
| CLIPCHILDREN | Children will be clipped by regions of this widget. |
| INHERIT_CLIPPING | Inherits WF_CLIPCHILDREN setting from its parent. |
| DO_NOT_CLIP_RECT | Clip by rectangle given by some of the previous widgets. |
| DIRTY | Indicates that a widget is dirty and should be updated. |
| IGNORE_CURSOR | Widget will ignore query for widget which pointer is pointing to. |
| INHERIT_COLOR | Inherits transparency from parent Widget. |
| DISABLED | UI Widget is not enabled. |
| NOFOCUS | UI Widget will never get focus. |
| NO_PIXEL_PERFECT | Indicates that a widget position & size is rounded to always be a whole number. |
| BLEND | Widget will be alpha-blended. |
| ADDITIVE | Alpha-blending will be additive. |
| SHADOW | Rendering of image shadow, INTERNAL USE ONLY. |
| NOWRAP | Image will not be wrapped. |
| NOFILTER | Image will not be bilinear filtered. Don't filter too small objects. |
| STRETCH | Image will be used as big, as widget is and will be stretched accordingly. stretch the image to fill the space - does not preserve aspect ratio Float. |
| FLIPU | Image will be horizontally flipped. Used by enf::ImageWidget and enf::TextWidget. |
| FLIPV | Image will be vertically flipped. Used by enf::ImageWidget and enf::TextWidget. |
| CUSTOMUV | UV mapping will be externally set. Usable for special mappings as rotation etc. Used by enf::ImageWidget and enf::TextWidget. |
| CENTER | Text will be centered. |
| VCENTER | Text will be vertically centered. |
| RALIGN | Text will be right aligned. |
| WRAP_TEXT | Text will be wrapped on horizontal overflow. |
| NO_LOCALIZATION | Text will not be parsed for string IDs. |
Definition at line 13 of file WidgetFlags.c.
| Enumerator | |
|---|---|
| ESCAPE | |
| STOP | |
| WRAP | |
| EXPLICIT | |
| ESCAPE | |
| STOP | |
| WRAP | |
| EXPLICIT | |
Definition at line 15 of file WidgetNavigationRuleType.c.
| Enumerator | |
|---|---|
| ESCAPE | |
| STOP | |
| WRAP | |
| EXPLICIT | |
| ESCAPE | |
| STOP | |
| WRAP | |
| EXPLICIT | |
Definition at line 15 of file WidgetNavigationRuleType.c.