![]() |
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 | OnButtonLeft () |
| void | OnButtonRight () |
| void | UpdateTextAndButtons (bool animate=true) |
| void | SetCurrentItem (int page, bool invokeChange=true) |
| void | SetPageCount (int count, bool animate=true) |
| int | GetPageCount () |
| int | GetCurrentIndex () |
| void | SetCanNavigate (bool enable) |
| void | SetButtonsVisible (bool visible) |
| void | SetButtonsActive (bool active) |
Static Protected Member Functions | |
| static SCR_SpinBoxPagingComponent | GetSpinBoxPagingComponent (string name, Widget parent, bool searchAllChildren=true) |
Protected Attributes | |
| string | m_sLeftAction |
| string | m_sRightAction |
| string | m_sText |
| ref array< string > | m_aElementNames |
| int | m_iPageCount |
| int | m_iPageCurrent |
| bool | m_bCycleMode |
| bool | m_bEnabled = true |
| bool | m_bCanNavigate = true |
| TextWidget | m_wText |
| SCR_PagingButtonComponent | m_ButtonLeft |
| SCR_PagingButtonComponent | m_ButtonRight |
| ref ScriptInvoker | m_OnChanged = new ScriptInvoker() |
Definition at line 2 of file SCR_SpinBoxPaging.c.
|
inlineprotected |
Definition at line 173 of file SCR_SpinBoxPaging.c.
|
inlineprotected |
Definition at line 167 of file SCR_SpinBoxPaging.c.
|
inlinestaticprotected |
Static method to easily find component by providing name and parent. Searching all children will go through whole hierarchy, instead of immediate chidren
Definition at line 219 of file SCR_SpinBoxPaging.c.
|
inlineprotected |
Definition at line 46 of file SCR_SpinBoxPaging.c.
|
inlineprotected |
Definition at line 74 of file SCR_SpinBoxPaging.c.
|
inlineprotected |
Definition at line 81 of file SCR_SpinBoxPaging.c.
|
inlineprotected |
Definition at line 199 of file SCR_SpinBoxPaging.c.
|
inlineprotected |
Definition at line 189 of file SCR_SpinBoxPaging.c.
|
inlineprotected |
Definition at line 179 of file SCR_SpinBoxPaging.c.
|
inlineprotected |
Definition at line 120 of file SCR_SpinBoxPaging.c.
Definition at line 149 of file SCR_SpinBoxPaging.c.
Definition at line 88 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 19 of file SCR_SpinBoxPaging.c.
Definition at line 34 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 28 of file SCR_SpinBoxPaging.c.
Definition at line 33 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 40 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 41 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 22 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 25 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 43 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 5 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 8 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 14 of file SCR_SpinBoxPaging.c.
|
protected |
Definition at line 38 of file SCR_SpinBoxPaging.c.