![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | DragHandler () |
| void | SetupScrollbarProperties () |
| Setup base position and size properties. | |
| void | SetupHandlerFill (float fillAmount) |
| Set amount of handler fill in percent. | |
| void | SetupPosition (float fillAmount, float pos) |
| Setup fill of top and boom fillers by handler fill amount and current scroll position. | |
| void | MoveHandlerPos (float pos) |
| float | GetHandlerPosition () |
Protected Attributes | |
| string | WIDGET_BACKGROUND = "Background" |
| string | WIDGET_HANDLER = "Handler" |
| string | WIDGET_FILLER_TOP = "FillerTop" |
| string | WIDGET_FILLER_BOTTOM = "FillerBottom" |
| Widget | m_wBackground |
| Widget | m_wHandler |
| Widget | m_wFillerTop |
| Widget | m_wFillerBottom |
| bool | m_IsClicked = false |
| int | mouseX |
| int | mouseY = 0 |
| float | m_fRootPosY |
| float | m_fRootSizeY |
| float | m_fHandlerAmount = 1 |
| float | m_fHandlerPositon = 0 |
| ref SCR_ScrollBarHandleComponent | m_Handle |
| ref ScriptInvoker | m_OnScroll = new ScriptInvoker |
Scripte WLib scroll bar Can be controlled indivualy and be used for multiple purporse
Definition at line 5 of file SCR_ScrollBarComponent.c.
|
inlineprotected |
Definition at line 64 of file SCR_ScrollBarComponent.c.
|
inlineprotected |
Definition at line 206 of file SCR_ScrollBarComponent.c.
|
inlineprotected |
Definition at line 39 of file SCR_ScrollBarComponent.c.
|
inlineprotected |
Definition at line 199 of file SCR_ScrollBarComponent.c.
|
inlineprotected |
Set amount of handler fill in percent.
Definition at line 110 of file SCR_ScrollBarComponent.c.
Setup fill of top and boom fillers by handler fill amount and current scroll position.
Definition at line 134 of file SCR_ScrollBarComponent.c.
|
inlineprotected |
Setup base position and size properties.
Definition at line 96 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 27 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 28 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 23 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 24 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 30 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 17 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 32 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 12 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 15 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 14 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 13 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 18 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 18 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 7 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 10 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 9 of file SCR_ScrollBarComponent.c.
|
protected |
Definition at line 8 of file SCR_ScrollBarComponent.c.