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

Protected Member Functions

override bool OnClick (Widget w, int x, int y, int button)
override bool OnFocus (Widget w, int x, int y)
override bool OnFocusLost (Widget w, int x, int y)
override bool OnChange (Widget w, bool finished)
override void HandlerAttached (Widget w)
void SCR_InventoryButton (EInventoryButton EButtonType, SCR_InventoryMenuUI pMenuHandler=null, SCR_InventoryStorageBaseUI pStorageUI=null)
void ~SCR_InventoryButton ()

Protected Attributes

SCR_InventoryMenuUI m_pMenuHandler
SCR_InventoryStorageBaseUI m_pStorageUI = null
EInventoryButton m_EButtonType
Widget m_widget

Detailed Description

UI Script Inventory button for various UI storages operations.

Definition at line 13 of file SCR_InventoryButtonPageUI.c.

Constructor & Destructor Documentation

◆ SCR_InventoryButton()

void SCR_InventoryButton::SCR_InventoryButton ( EInventoryButton EButtonType,
SCR_InventoryMenuUI pMenuHandler = null,
SCR_InventoryStorageBaseUI pStorageUI = null )
inlineprotected

Definition at line 86 of file SCR_InventoryButtonPageUI.c.

◆ ~SCR_InventoryButton()

void SCR_InventoryButton::~SCR_InventoryButton ( )
inlineprotected

Definition at line 96 of file SCR_InventoryButtonPageUI.c.

Member Function Documentation

◆ HandlerAttached()

override void SCR_InventoryButton::HandlerAttached ( Widget w)
inlineprotected

Definition at line 80 of file SCR_InventoryButtonPageUI.c.

◆ OnChange()

override bool SCR_InventoryButton::OnChange ( Widget w,
bool finished )
inlineprotected

Definition at line 75 of file SCR_InventoryButtonPageUI.c.

◆ OnClick()

override bool SCR_InventoryButton::OnClick ( Widget w,
int x,
int y,
int button )
inlineprotected

Definition at line 27 of file SCR_InventoryButtonPageUI.c.

◆ OnFocus()

override bool SCR_InventoryButton::OnFocus ( Widget w,
int x,
int y )
inlineprotected

Definition at line 63 of file SCR_InventoryButtonPageUI.c.

◆ OnFocusLost()

override bool SCR_InventoryButton::OnFocusLost ( Widget w,
int x,
int y )
inlineprotected

Definition at line 69 of file SCR_InventoryButtonPageUI.c.

Member Data Documentation

◆ m_EButtonType

EInventoryButton SCR_InventoryButton::m_EButtonType
protected

Definition at line 18 of file SCR_InventoryButtonPageUI.c.

◆ m_pMenuHandler

SCR_InventoryMenuUI SCR_InventoryButton::m_pMenuHandler
protected

Definition at line 16 of file SCR_InventoryButtonPageUI.c.

◆ m_pStorageUI

SCR_InventoryStorageBaseUI SCR_InventoryButton::m_pStorageUI = null
protected

Definition at line 17 of file SCR_InventoryButtonPageUI.c.

◆ m_widget

Widget SCR_InventoryButton::m_widget
protected

Definition at line 19 of file SCR_InventoryButtonPageUI.c.


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