![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | HideAndDelete () |
| Hides the overlay. The overlay will be destroyed, and the SCR_LoadingOverlay component will be deleted. | |
| void | SetShown (bool show) |
| Shows or hides the overlay. The overlay is not destroyed if hidden and can be shown again. | |
| void | SetText (string text) |
| void | ShowBackground (bool show) |
| void | ShowBlur (bool show) |
| Widget | GetRootWidget () |
| void | SetFocus () |
| override void | HandlerAttached (Widget w) |
| void | Init (Widget overlayRoot, SCR_LoadingOverlayHelperComponent helper) |
| void | SetSizeFromTarget () |
| override bool | OnUpdate (Widget w) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override bool | OnModalClosed (Widget modalRoot) |
| override bool | OnDoubleClick (Widget w, int x, int y, int button) |
| override bool | OnItemSelected (Widget w, int row, int column, int oldRow, int oldColumn) |
| override bool | OnFocus (Widget w, int x, int y) |
| override bool | OnFocusLost (Widget w, int x, int y) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| override bool | OnMouseWheel (Widget w, int x, int y, int wheel) |
| override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
| override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
| override bool | OnController (Widget w, int control, int value) |
| control is one of ControlID | |
| override bool | OnChar (Widget w, int charCode) |
| override bool | OnChange (Widget w, bool finished) |
| override bool | OnModalClickOut (Widget modalRoot, int x, int y, int button) |
Static Protected Member Functions | |
| static SCR_LoadingOverlay | ShowForWidget (Widget targetWidget, string text=string.Empty, bool showBlur=true, bool showBackground=true) |
| static void | HideForWidget (Widget targetWidget) |
| Hides overlay for given target widget. | |
Protected Attributes | |
| bool | m_bRenderTopMost = false |
| bool | m_bShown = true |
| bool | m_bShownAtStart |
| bool | m_bShowBackground |
Definition at line 49 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 200 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 222 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Hides the overlay. The overlay will be destroyed, and the SCR_LoadingOverlay component will be deleted.
Definition at line 139 of file SCR_LoadingOverlay.c.
|
inlinestaticprotected |
Hides overlay for given target widget.
Definition at line 122 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 243 of file SCR_LoadingOverlay.c.
Definition at line 333 of file SCR_LoadingOverlay.c.
Definition at line 332 of file SCR_LoadingOverlay.c.
Definition at line 316 of file SCR_LoadingOverlay.c.
control is one of ControlID
Definition at line 331 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 321 of file SCR_LoadingOverlay.c.
Definition at line 323 of file SCR_LoadingOverlay.c.
Definition at line 324 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 322 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 334 of file SCR_LoadingOverlay.c.
Definition at line 320 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 328 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 329 of file SCR_LoadingOverlay.c.
Definition at line 325 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 326 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 327 of file SCR_LoadingOverlay.c.
Definition at line 295 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Sets the fake button as focused widget, can be used if you need to reset focus from the widgets under this loading overlay
Definition at line 209 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Shows or hides the overlay. The overlay is not destroyed if hidden and can be shown again.
Definition at line 162 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 267 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 176 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 184 of file SCR_LoadingOverlay.c.
|
inlineprotected |
Definition at line 192 of file SCR_LoadingOverlay.c.
|
inlinestaticprotected |
Shows an overlay over target widget You can call it multiple times for same widget. If an overlay already exists, new one will not be created, and the old overlay will be returned.
Definition at line 72 of file SCR_LoadingOverlay.c.
|
protected |
Definition at line 57 of file SCR_LoadingOverlay.c.
|
protected |
Definition at line 67 of file SCR_LoadingOverlay.c.
Definition at line 59 of file SCR_LoadingOverlay.c.
|
protected |
Definition at line 64 of file SCR_LoadingOverlay.c.