![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| override void | HandlerDeattached (Widget w) |
| override bool | OnFocus (Widget w, int x, int y) |
| override bool | OnFocusLost (Widget w, int x, int y) |
| void | OnTooltipShow (SCR_ScriptedWidgetTooltip tooltip) |
| void | OnEditedSaveChange (string fileName) |
| Reaction to changing of current editing save - name should be changed accordingly. | |
| void | UpdatePublishButtonState () |
| Setup current tooltip based on current save state. | |
| void | OnUploadButtonClick (SCR_ModularButtonComponent button) |
| void | OnLoginSuccess () |
| void | ClearEditedSave () |
| SCR_ModularButtonComponent | GetUploadButton () |
Protected Attributes | |
| const string | WIDGET_NAME = "m_Name" |
| const string | WIDGET_UPLOAD_BTN = "m_UploadButton" |
| const string | WIDGET_SAVE_BACKGROUND = "m_IconBackground" |
| const string | TOOLTIP_PUBLISH = "#AR-Editor_SaveLoad_TooltipPublish" |
| const string | TOOLTIP_PUBLISH_EMPTY = "#AR-Editor_SaveLoad_TooltipMissingSave" |
| const string | TOOLTIP_PUBLISH_DISABLED_DOWNLOADED = "#AR-Editor_SaveLoad_TooltipDownloadedPublish" |
| const string | DEFAULT_NAME = "#AR-Editor_SaveLoad_NewSaveFallback" |
| TextWidget | m_wName |
| ImageWidget | m_wSaveBackground |
| ButtonWidget | m_wUploadButton |
| SCR_ModularButtonComponent | m_UploadButton |
| SCR_DynamicIconComponent | m_UploadButtonIcon |
| bool | m_bCanUpload |
UI Component for handling edited save widget Can: Display currently edited save, show save state (changes), trigger upload
Definition at line 5 of file SCR_EditedSaveUIComponent.c.
|
inlineprotected |
Definition at line 171 of file SCR_EditedSaveUIComponent.c.
|
inlineprotected |
Definition at line 178 of file SCR_EditedSaveUIComponent.c.
|
inlineprotected |
Definition at line 27 of file SCR_EditedSaveUIComponent.c.
|
inlineprotected |
Definition at line 62 of file SCR_EditedSaveUIComponent.c.
|
inlineprotected |
Reaction to changing of current editing save - name should be changed accordingly.
Definition at line 113 of file SCR_EditedSaveUIComponent.c.
Definition at line 68 of file SCR_EditedSaveUIComponent.c.
Definition at line 75 of file SCR_EditedSaveUIComponent.c.
|
inlineprotected |
Definition at line 165 of file SCR_EditedSaveUIComponent.c.
|
inlineprotected |
Definition at line 82 of file SCR_EditedSaveUIComponent.c.
|
inlineprotected |
Definition at line 148 of file SCR_EditedSaveUIComponent.c.
|
inlineprotected |
Setup current tooltip based on current save state.
Definition at line 125 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 15 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 24 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 21 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 22 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 17 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 18 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 20 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 11 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 13 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 12 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 7 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 9 of file SCR_EditedSaveUIComponent.c.
|
protected |
Definition at line 8 of file SCR_EditedSaveUIComponent.c.