Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ExternalPaginationUIComponent Class Reference
Inheritance diagram for SCR_ExternalPaginationUIComponent:
SCR_BasePaginationUIComponent

Protected Member Functions

void SetPageIndex (int index)
void SetEntryCount (int count)
ScriptInvoker GetOnShowEntries ()
void ShowEntries (Widget contentWidget, int indexStart, int indexEnd)
int GetEntryCount ()
override void HandlerAttached (Widget w)

Protected Attributes

int m_iEntryCount
ref ScriptInvoker m_OnShowEntries = new ScriptInvoker()

Detailed Description

Definition at line 1 of file SCR_ExternalPaginationUIComponent.c.

Member Function Documentation

◆ GetEntryCount()

int SCR_ExternalPaginationUIComponent::GetEntryCount ( )
inlineprotected

Definition at line 31 of file SCR_ExternalPaginationUIComponent.c.

◆ GetOnShowEntries()

ScriptInvoker SCR_ExternalPaginationUIComponent::GetOnShowEntries ( )
inlineprotected

Definition at line 19 of file SCR_ExternalPaginationUIComponent.c.

◆ HandlerAttached()

override void SCR_ExternalPaginationUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 37 of file SCR_ExternalPaginationUIComponent.c.

◆ SetEntryCount()

void SCR_ExternalPaginationUIComponent::SetEntryCount ( int count)
inlineprotected

Definition at line 13 of file SCR_ExternalPaginationUIComponent.c.

◆ SetPageIndex()

void SCR_ExternalPaginationUIComponent::SetPageIndex ( int index)
inlineprotected

Definition at line 7 of file SCR_ExternalPaginationUIComponent.c.

◆ ShowEntries()

void SCR_ExternalPaginationUIComponent::ShowEntries ( Widget contentWidget,
int indexStart,
int indexEnd )
inlineprotected

Definition at line 25 of file SCR_ExternalPaginationUIComponent.c.

Member Data Documentation

◆ m_iEntryCount

int SCR_ExternalPaginationUIComponent::m_iEntryCount
protected

Definition at line 3 of file SCR_ExternalPaginationUIComponent.c.

◆ m_OnShowEntries

ref ScriptInvoker SCR_ExternalPaginationUIComponent::m_OnShowEntries = new ScriptInvoker()
protected

Definition at line 4 of file SCR_ExternalPaginationUIComponent.c.


The documentation for this class was generated from the following file: