![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
| override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
| void | DragHandler () |
| Move with handler if handler is clicked. | |
| void | SetSizeY (float size) |
| float | GetSizeY () |
| void | SetPositionY (float pos) |
| float | GetPositionY () |
| float | GetMouseOffsetY () |
Protected Attributes | |
| bool | m_bIsDragged = false |
| bool | m_bIsHovered = false |
| float | m_fSizeY |
| float | m_fPositionY |
| float | m_fMouseOffsetY |
| ref Color | COLOR_HANDLER_DEFAULT = UIColors.CONTRAST_COLOR |
| ref Color | COLOR_HANDLER_HOVERED = Color.White |
| ref ScriptInvoker | m_OnDrag = new ScriptInvoker |
Definition at line 3 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Move with handler if handler is clicked.
Definition at line 100 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Definition at line 129 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Definition at line 126 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Definition at line 120 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Definition at line 24 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Definition at line 59 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Definition at line 79 of file SCR_ScrollBarHandleComponent.c.
Definition at line 34 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Definition at line 45 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Definition at line 123 of file SCR_ScrollBarHandleComponent.c.
|
inlineprotected |
Definition at line 117 of file SCR_ScrollBarHandleComponent.c.
|
protected |
Definition at line 14 of file SCR_ScrollBarHandleComponent.c.
|
protected |
Definition at line 15 of file SCR_ScrollBarHandleComponent.c.
|
protected |
Definition at line 5 of file SCR_ScrollBarHandleComponent.c.
|
protected |
Definition at line 6 of file SCR_ScrollBarHandleComponent.c.
|
protected |
Definition at line 12 of file SCR_ScrollBarHandleComponent.c.
|
protected |
Definition at line 11 of file SCR_ScrollBarHandleComponent.c.
|
protected |
Definition at line 9 of file SCR_ScrollBarHandleComponent.c.
|
protected |
Definition at line 17 of file SCR_ScrollBarHandleComponent.c.