C# 클래스 ConfirmWindow, chronojump

상속: MonoBehaviour
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
ConfirmWindow ( string text1, string link, string question ) : System
Show ( string text1, string link, string question ) : ConfirmWindow,

보호된 메소드들

메소드 설명
on_button_accept_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_delete_selected_jump_delete_event ( object o, DeleteEventArgs args ) : void

메소드 상세

ConfirmWindow() 공개 메소드

public ConfirmWindow ( string text1, string link, string question ) : System
text1 string
link string
question string
리턴 System

Show() 공개 정적인 메소드

public static Show ( string text1, string link, string question ) : ConfirmWindow,
text1 string
link string
question string
리턴 ConfirmWindow,

on_button_accept_clicked() 보호된 메소드

protected on_button_accept_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_button_cancel_clicked() 보호된 메소드

protected on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_delete_selected_jump_delete_event() 보호된 메소드

protected on_delete_selected_jump_delete_event ( object o, DeleteEventArgs args ) : void
o object
args DeleteEventArgs
리턴 void