![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | OnMenuOpen () |
| override void | OnMenuInit () |
| override void | OnMenuClose () |
| override void | OnMenuUpdate (float tDelta) |
| void | OnConfirm () |
| void | OnCancel () |
| void | SetDialogType (EDialogType type) |
| Set color based on dialog type. | |
| void | SetTitle (string text) |
| string | GetTitle () |
| void | SetMessage (string text) |
| string | GetMessage () |
| void | SetConfirmText (string text) |
| void | SetCancelText (string text) |
| void | SetType (EDialogType type) |
| void | SetTitleIcon (ResourceName image, string imageName) |
| Set title icons with custom image. | |
| void | SetTitleIcon (string imageName) |
| Set title icon by image name from image set in dialog data. | |
| void | CloseAnimated () |
| animates dialog closure | |
| SCR_DynamicFooterComponent | GetFooterComponent () |
Protected Attributes | |
| SCR_DialogDataComponent | m_DialogData |
| Widget | m_wCancelButton |
| Widget | m_wConfirmButton |
| SCR_InputButtonComponent | m_Cancel |
| SCR_InputButtonComponent | m_Confirm |
| ImageWidget | m_wImgTopLine |
| ImageWidget | m_wImgTitleIcon |
| TextWidget | m_wTitle |
| TextWidget | m_wContent |
| ref ScriptInvoker | m_OnConfirm = new ScriptInvoker() |
| ref ScriptInvoker | m_OnCancel = new ScriptInvoker() |
| float | m_fAnimationRate = UIConstants.FADE_RATE_FAST |
| EDialogType | m_iDialogType |
| SCR_DynamicFooterComponent | m_DynamicFooter |
Definition at line 1 of file DialogUI.c.
|
inlineprotected |
animates dialog closure
Definition at line 220 of file DialogUI.c.
|
inlineprotected |
Definition at line 230 of file DialogUI.c.
|
inlineprotected |
Definition at line 166 of file DialogUI.c.
|
inlineprotected |
Definition at line 150 of file DialogUI.c.
|
inlineprotected |
Definition at line 98 of file DialogUI.c.
|
inlineprotected |
Definition at line 90 of file DialogUI.c.
|
inlineprotected |
Definition at line 75 of file DialogUI.c.
|
inlineprotected |
Definition at line 67 of file DialogUI.c.
|
inlineprotected |
Definition at line 24 of file DialogUI.c.
|
inlineprotected |
Definition at line 82 of file DialogUI.c.
|
inlineprotected |
Definition at line 182 of file DialogUI.c.
|
inlineprotected |
Definition at line 175 of file DialogUI.c.
|
inlineprotected |
Set color based on dialog type.
Definition at line 107 of file DialogUI.c.
|
inlineprotected |
Definition at line 159 of file DialogUI.c.
|
inlineprotected |
Definition at line 143 of file DialogUI.c.
|
inlineprotected |
Set title icons with custom image.
Definition at line 196 of file DialogUI.c.
|
inlineprotected |
Set title icon by image name from image set in dialog data.
Definition at line 210 of file DialogUI.c.
|
inlineprotected |
Definition at line 189 of file DialogUI.c.
|
protected |
Definition at line 7 of file DialogUI.c.
|
protected |
Definition at line 8 of file DialogUI.c.
|
protected |
Definition at line 3 of file DialogUI.c.
|
protected |
Definition at line 21 of file DialogUI.c.
|
protected |
Definition at line 17 of file DialogUI.c.
|
protected |
Definition at line 19 of file DialogUI.c.
|
protected |
Definition at line 16 of file DialogUI.c.
|
protected |
Definition at line 15 of file DialogUI.c.
|
protected |
Definition at line 5 of file DialogUI.c.
|
protected |
Definition at line 6 of file DialogUI.c.
|
protected |
Definition at line 14 of file DialogUI.c.
|
protected |
Definition at line 11 of file DialogUI.c.
|
protected |
Definition at line 10 of file DialogUI.c.
|
protected |
Definition at line 13 of file DialogUI.c.