![]() |
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 | OnActionUp () |
| Call this when up action is activated. | |
| void | OnActionDown () |
| Call this when down action is activated. | |
| void | OnScroll (float scrollY) |
| Call this position of scroll is changed. | |
| int | CurrentPageFromScrollPos (float scrollY) |
| Return current page from scroll position. | |
| float | EntriesOutOfView () |
| How many entries are of view - how many entries can be scrolled. | |
| void | UpdateEntries (bool animated=false) |
| Fill entries with data. | |
| void | UpdateScroll () |
| Update positions of pages and offsets. | |
| void | SetCurrentPage (int page) |
| Set which page should be currently displayed. | |
| void | SetCurrentPageBase (int page) |
| Base function for updating current page. | |
| void | SwitchPages (bool invert, float size, int page) |
| Change order of list to fake endless scrolling. | |
| void | SetupOffsets (int page) |
| Set sizes of top and bottom offsets. | |
| void | FocusFirstAvailableEntry () |
| Find first available entry and focus it. | |
| void | MoveToTop () |
| Move list scroll to top. | |
| void | ShowScrollbar (bool show) |
| Clip scroll bar to hide. | |
| void | AccessingHandlers () |
| Get reference to all needed component for handling. | |
| void | CreateEntriesWidgets () |
| Create server entries widget. | |
| void | CreateEntriesWidgetsInPage (Widget parent, int count, out Widget firstEntry, out Widget lastEntry) |
| Create entries to selected page and assing first and last entries. | |
| Widget | CreateEntry (Widget parent) |
| Create entry to given page and setup it's behavior. | |
| void | CheckEntrySize () |
| Get size of widget entry used in list. | |
| void | SetupEntryBehavior (Widget entry) |
| void | FillEntry (Widget w) |
| void | AnimateEntryOpacity (Widget w, int delay, float animTime, float opacityEnd, float opacityStart=-1) |
| Setup opacity animation. | |
| void | OpacityAnimation (Widget w, int time, float opacityEnd) |
| void | ShowEntries (int dataCount) |
| Display right entries with right position by scroll. | |
| Widget | FocusedWidgetFromEntryList () |
| Return if and which entry widget is actually focus. | |
| int | GetPageEntriesCount () |
| array< Widget > | GetEntryWidgets () |
| void | SetDataEntries (int entriesCount) |
| Widget | FirstAvailableEntry () |
| Return first that is visible and enabled. | |
| void | SetIsListFocused (bool focused) |
| bool | IsListFocused () |
| Widget | GetScrollWidget () |
| ScriptInvokerInt | GetOnSetPage () |
Definition at line 10 of file SCR_PooledListComponent.c.
|
inlineprotected |
Get reference to all needed component for handling.
Definition at line 396 of file SCR_PooledListComponent.c.
|
inlineprotected |
Setup opacity animation.
Definition at line 516 of file SCR_PooledListComponent.c.
|
inlineprotected |
Get size of widget entry used in list.
Definition at line 466 of file SCR_PooledListComponent.c.
|
inlineprotected |
Create server entries widget.
Definition at line 413 of file SCR_PooledListComponent.c.
|
inlineprotected |
Create entries to selected page and assing first and last entries.
Definition at line 424 of file SCR_PooledListComponent.c.
Create entry to given page and setup it's behavior.
Definition at line 442 of file SCR_PooledListComponent.c.
Return current page from scroll position.
Definition at line 179 of file SCR_PooledListComponent.c.
|
inlineprotected |
How many entries are of view - how many entries can be scrolled.
Definition at line 209 of file SCR_PooledListComponent.c.
|
inlineprotected |
Empty function for filling entries with data Override this to fill entries with data
Definition at line 512 of file SCR_PooledListComponent.c.
|
inlineprotected |
Return first that is visible and enabled.
Definition at line 598 of file SCR_PooledListComponent.c.
|
inlineprotected |
Return if and which entry widget is actually focus.
Definition at line 555 of file SCR_PooledListComponent.c.
|
inlineprotected |
Find first available entry and focus it.
Definition at line 348 of file SCR_PooledListComponent.c.
|
inlineprotected |
Definition at line 577 of file SCR_PooledListComponent.c.
|
inlineprotected |
Definition at line 628 of file SCR_PooledListComponent.c.
|
inlineprotected |
Definition at line 571 of file SCR_PooledListComponent.c.
|
inlineprotected |
Definition at line 622 of file SCR_PooledListComponent.c.
|
inlineprotected |
Definition at line 94 of file SCR_PooledListComponent.c.
|
inlineprotected |
Definition at line 616 of file SCR_PooledListComponent.c.
|
inlineprotected |
Move list scroll to top.
Definition at line 362 of file SCR_PooledListComponent.c.
|
inlineprotected |
Call this when down action is activated.
Definition at line 152 of file SCR_PooledListComponent.c.
|
inlineprotected |
Call this when up action is activated.
Definition at line 111 of file SCR_PooledListComponent.c.
|
inlineprotected |
Call this position of scroll is changed.
Definition at line 165 of file SCR_PooledListComponent.c.
|
inlineprotected |
Definition at line 525 of file SCR_PooledListComponent.c.
|
inlineprotected |
Set which page should be currently displayed.
Definition at line 277 of file SCR_PooledListComponent.c.
|
inlineprotected |
Base function for updating current page.
Definition at line 285 of file SCR_PooledListComponent.c.
|
inlineprotected |
Definition at line 584 of file SCR_PooledListComponent.c.
|
inlineprotected |
Definition at line 610 of file SCR_PooledListComponent.c.
|
inlineprotected |
Empty functions for setting up widget entry beavhior actions, callbacks, etc. Override this to assign specific beavhior for each entry
Definition at line 505 of file SCR_PooledListComponent.c.
|
inlineprotected |
Set sizes of top and bottom offsets.
Definition at line 331 of file SCR_PooledListComponent.c.
|
inlineprotected |
Display right entries with right position by scroll.
Definition at line 532 of file SCR_PooledListComponent.c.
|
inlineprotected |
Clip scroll bar to hide.
Definition at line 376 of file SCR_PooledListComponent.c.
Change order of list to fake endless scrolling.
Definition at line 304 of file SCR_PooledListComponent.c.
|
inlineprotected |
Fill entries with data.
Definition at line 230 of file SCR_PooledListComponent.c.
|
inlineprotected |
Update positions of pages and offsets.
Definition at line 244 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 31 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 34 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 71 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 84 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 462 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 77 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 18 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 55 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 52 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 53 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 54 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 27 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 78 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 24 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 21 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 87 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 81 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 14 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 69 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 61 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 64 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 65 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 62 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 66 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 67 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 60 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 58 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 74 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 73 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 30 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 49 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 42 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 43 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 41 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 45 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 47 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 46 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 38 of file SCR_PooledListComponent.c.
|
protected |
Definition at line 37 of file SCR_PooledListComponent.c.