C# Class ChronopicWizardWindow, chronojump

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

Public Properties

Property Type Description
FakeButtonChronopicWizardFinished Gtk.Button
PortContacts string
PortEncoder string

Public Methods

Method Description
ChronopicWizardWindow ( ) : System
HideAndNull ( ) : void
Show ( ) : ChronopicWizardWindow,
assignPorts ( ArrayList ports, Gtk radio1, Gtk radio2, Gtk radio3, Gtk radio4, Gtk radio5 ) : void
detectedContacts ( ArrayList newPorts ) : void
detectedEncoder ( ArrayList newPorts ) : void
initialize ( ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_button_cancel_contacts_clicked ( object o, EventArgs args ) : void
on_button_cancel_encoder_clicked ( object o, EventArgs args ) : void
on_button_done_contacts_clicked ( object o, EventArgs args ) : void
on_button_done_encoder_clicked ( object o, EventArgs args ) : void
on_button_done_unplugged_clicked ( object o, EventArgs args ) : void
on_button_next_clicked ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void

Private Methods

Method Description
detectPorts ( ) : ArrayList
finishWizard ( ) : void
progressbarContactsDo ( ) : bool
progressbarEncoderDo ( ) : bool
readSelectedRadioButton ( Gtk radio1, Gtk radio2, Gtk radio3, Gtk radio4, Gtk radio5 ) : string

Method Details

ChronopicWizardWindow() public method

public ChronopicWizardWindow ( ) : System
return System

HideAndNull() public method

public HideAndNull ( ) : void
return void

Show() public static method

public static Show ( ) : ChronopicWizardWindow,
return ChronopicWizardWindow,

assignPorts() public method

public assignPorts ( ArrayList ports, Gtk radio1, Gtk radio2, Gtk radio3, Gtk radio4, Gtk radio5 ) : void
ports ArrayList
radio1 Gtk
radio2 Gtk
radio3 Gtk
radio4 Gtk
radio5 Gtk
return void

detectedContacts() public method

public detectedContacts ( ArrayList newPorts ) : void
newPorts ArrayList
return void

detectedEncoder() public method

public detectedEncoder ( ArrayList newPorts ) : void
newPorts ArrayList
return void

initialize() public method

public initialize ( ) : void
return void

on_button_cancel_clicked() public method

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

on_button_cancel_contacts_clicked() public method

public on_button_cancel_contacts_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_cancel_encoder_clicked() public method

public on_button_cancel_encoder_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_done_contacts_clicked() public method

public on_button_done_contacts_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_done_encoder_clicked() public method

public on_button_done_encoder_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_done_unplugged_clicked() public method

public on_button_done_unplugged_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_next_clicked() public method

public on_button_next_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_delete_event() public method

public on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
return void

Property Details

FakeButtonChronopicWizardFinished public_oe property

public Button,Gtk FakeButtonChronopicWizardFinished
return Gtk.Button

PortContacts public_oe property

public string PortContacts
return string

PortEncoder public_oe property

public string PortEncoder
return string