C# 클래스 OpenRA.Mods.Common.Widgets.ConfirmationDialogs

파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
ButtonPrompt ( string title, string text, System.Action onConfirm = null, System.Action onCancel = null, System.Action onOther = null, string confirmText = null, string cancelText = null, string otherText = null ) : void
TextInputPrompt ( string title, string prompt, string initialText, Action onAccept, System.Action onCancel = null, string acceptText = null, string cancelText = null, bool>.Func inputValidator = null ) : void

메소드 상세

ButtonPrompt() 공개 정적인 메소드

public static ButtonPrompt ( string title, string text, System.Action onConfirm = null, System.Action onCancel = null, System.Action onOther = null, string confirmText = null, string cancelText = null, string otherText = null ) : void
title string
text string
onConfirm System.Action
onCancel System.Action
onOther System.Action
confirmText string
cancelText string
otherText string
리턴 void

TextInputPrompt() 공개 정적인 메소드

public static TextInputPrompt ( string title, string prompt, string initialText, Action onAccept, System.Action onCancel = null, string acceptText = null, string cancelText = null, bool>.Func inputValidator = null ) : void
title string
prompt string
initialText string
onAccept Action
onCancel System.Action
acceptText string
cancelText string
inputValidator bool>.Func
리턴 void