C# Class ConfirmWindow, chronojump

Inheritance: MonoBehaviour
显示文件 Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
ConfirmWindow ( string text1, string link, string question ) : System
Show ( string text1, string link, string question ) : ConfirmWindow,

Protected Methods

Method Description
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

Method Details

ConfirmWindow() public method

public ConfirmWindow ( string text1, string link, string question ) : System
text1 string
link string
question string
return System

Show() public static method

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

on_button_accept_clicked() protected method

protected on_button_accept_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_cancel_clicked() protected method

protected on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_delete_selected_jump_delete_event() protected method

protected on_delete_selected_jump_delete_event ( object o, DeleteEventArgs args ) : void
o object
args DeleteEventArgs
return void