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

Protected Member Functions

override void HandlerAttached (Widget w)
void SetErrorMessage (string message)
string GetErrorMessage ()
void SetErrorDetail (string strDetail)

Static Protected Member Functions

static SCR_ErrorDialog FindErrorComponent (notnull Widget w)

Protected Attributes

TextWidget m_wTxtDetail
ImageWidget m_wImgLine
string m_sErrorMessage

Detailed Description

Definition at line 2 of file SCR_ErrorDialog.c.

Member Function Documentation

◆ FindErrorComponent()

SCR_ErrorDialog SCR_ErrorDialog::FindErrorComponent ( notnull Widget w)
inlinestaticprotected

Definition at line 66 of file SCR_ErrorDialog.c.

◆ GetErrorMessage()

string SCR_ErrorDialog::GetErrorMessage ( )
inlineprotected

Definition at line 45 of file SCR_ErrorDialog.c.

◆ HandlerAttached()

override void SCR_ErrorDialog::HandlerAttached ( Widget w)
inlineprotected

Definition at line 19 of file SCR_ErrorDialog.c.

◆ SetErrorDetail()

void SCR_ErrorDialog::SetErrorDetail ( string strDetail)
inlineprotected

Definition at line 51 of file SCR_ErrorDialog.c.

◆ SetErrorMessage()

void SCR_ErrorDialog::SetErrorMessage ( string message)
inlineprotected

Definition at line 39 of file SCR_ErrorDialog.c.

Member Data Documentation

◆ m_sErrorMessage

string SCR_ErrorDialog::m_sErrorMessage
protected

Definition at line 12 of file SCR_ErrorDialog.c.

◆ m_wImgLine

ImageWidget SCR_ErrorDialog::m_wImgLine
protected

Definition at line 10 of file SCR_ErrorDialog.c.

◆ m_wTxtDetail

TextWidget SCR_ErrorDialog::m_wTxtDetail
protected

Definition at line 9 of file SCR_ErrorDialog.c.


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