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

Protected Member Functions

override void OnMenuOpen ()
override void OnMenuShow ()
override void OnMenuUpdate (float tDelta)
void OnConfirm ()
void OnReportSuccess ()
void OnReportFailed (SCR_WorkshopItemAction action)
void SetAcceptInput (bool accept)
bool IsContentEmpty ()
 Returns true if content (textbox) is empty.
void OnWriteModeLeaveInternal (string text)
void OnTextChange (string text)
void OnFieldChanged (SCR_EditBoxComponent comp, string text)
void OnTos ()
void SetWorkshopItem (SCR_WorkshopItem item)
ScriptInvokerBool GetOnReportSuccess ()

Protected Attributes

SCR_WorkshopItem m_WorkshopItem
ContentBrowserDetailsMenu m_DetailsMenu
SCR_ComboBoxComponent m_ReasonCombo
SCR_EditBoxComponent m_InputField
Widget m_wDialogWindow
SCR_LoadingOverlayDialog m_Overlay
bool m_bAcceptInput = true
ref SCR_WorkshopItemAction m_ReportAction
bool m_bShouldEnableConfirmButton
ref ScriptInvokerBool m_OnReportSuccess

Detailed Description

Definition at line 1 of file ReportDialogUI.c.

Member Function Documentation

◆ GetOnReportSuccess()

ScriptInvokerBool ReportDialogUI::GetOnReportSuccess ( )
inlineprotected

Definition at line 212 of file ReportDialogUI.c.

◆ IsContentEmpty()

bool ReportDialogUI::IsContentEmpty ( )
inlineprotected

Returns true if content (textbox) is empty.

Definition at line 164 of file ReportDialogUI.c.

◆ OnConfirm()

void ReportDialogUI::OnConfirm ( )
inlineprotected

Definition at line 80 of file ReportDialogUI.c.

◆ OnFieldChanged()

void ReportDialogUI::OnFieldChanged ( SCR_EditBoxComponent comp,
string text )
inlineprotected

Definition at line 192 of file ReportDialogUI.c.

◆ OnMenuOpen()

override void ReportDialogUI::OnMenuOpen ( )
inlineprotected

Definition at line 23 of file ReportDialogUI.c.

◆ OnMenuShow()

override void ReportDialogUI::OnMenuShow ( )
inlineprotected

Definition at line 64 of file ReportDialogUI.c.

◆ OnMenuUpdate()

override void ReportDialogUI::OnMenuUpdate ( float tDelta)
inlineprotected

Definition at line 72 of file ReportDialogUI.c.

◆ OnReportFailed()

void ReportDialogUI::OnReportFailed ( SCR_WorkshopItemAction action)
inlineprotected

Definition at line 150 of file ReportDialogUI.c.

◆ OnReportSuccess()

void ReportDialogUI::OnReportSuccess ( )
inlineprotected

Definition at line 123 of file ReportDialogUI.c.

◆ OnTextChange()

void ReportDialogUI::OnTextChange ( string text)
inlineprotected

Definition at line 182 of file ReportDialogUI.c.

◆ OnTos()

void ReportDialogUI::OnTos ( )
inlineprotected

Definition at line 199 of file ReportDialogUI.c.

◆ OnWriteModeLeaveInternal()

void ReportDialogUI::OnWriteModeLeaveInternal ( string text)
inlineprotected

Definition at line 176 of file ReportDialogUI.c.

◆ SetAcceptInput()

void ReportDialogUI::SetAcceptInput ( bool accept)
inlineprotected

Definition at line 157 of file ReportDialogUI.c.

◆ SetWorkshopItem()

void ReportDialogUI::SetWorkshopItem ( SCR_WorkshopItem item)
inlineprotected

Definition at line 206 of file ReportDialogUI.c.

Member Data Documentation

◆ m_bAcceptInput

bool ReportDialogUI::m_bAcceptInput = true
protected

Definition at line 14 of file ReportDialogUI.c.

◆ m_bShouldEnableConfirmButton

bool ReportDialogUI::m_bShouldEnableConfirmButton
protected

Definition at line 18 of file ReportDialogUI.c.

◆ m_DetailsMenu

ContentBrowserDetailsMenu ReportDialogUI::m_DetailsMenu
protected

Definition at line 5 of file ReportDialogUI.c.

◆ m_InputField

SCR_EditBoxComponent ReportDialogUI::m_InputField
protected

Definition at line 8 of file ReportDialogUI.c.

◆ m_OnReportSuccess

ref ScriptInvokerBool ReportDialogUI::m_OnReportSuccess
protected

Definition at line 20 of file ReportDialogUI.c.

◆ m_Overlay

SCR_LoadingOverlayDialog ReportDialogUI::m_Overlay
protected

Definition at line 12 of file ReportDialogUI.c.

◆ m_ReasonCombo

SCR_ComboBoxComponent ReportDialogUI::m_ReasonCombo
protected

Definition at line 7 of file ReportDialogUI.c.

◆ m_ReportAction

ref SCR_WorkshopItemAction ReportDialogUI::m_ReportAction
protected

Definition at line 16 of file ReportDialogUI.c.

◆ m_wDialogWindow

Widget ReportDialogUI::m_wDialogWindow
protected

Definition at line 10 of file ReportDialogUI.c.

◆ m_WorkshopItem

SCR_WorkshopItem ReportDialogUI::m_WorkshopItem
protected

Definition at line 3 of file ReportDialogUI.c.


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