Property | Type | Description | |
---|---|---|---|
FakeButtonChronopicWizardFinished | Gtk.Button | ||
PortContacts | string | ||
PortEncoder | string |
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 |
Method | Description | |
---|---|---|
detectPorts ( ) : ArrayList | ||
finishWizard ( ) : void | ||
progressbarContactsDo ( ) : bool | ||
progressbarEncoderDo ( ) : bool | ||
readSelectedRadioButton ( Gtk radio1, Gtk radio2, Gtk radio3, Gtk radio4, Gtk radio5 ) : string |
public static Show ( ) : ChronopicWizardWindow, | ||
return | ChronopicWizardWindow, |
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 |
public detectedContacts ( ArrayList newPorts ) : void | ||
newPorts | ArrayList | |
return | void |
public detectedEncoder ( ArrayList newPorts ) : void | ||
newPorts | ArrayList | |
return | void |
public on_button_cancel_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
public on_button_cancel_contacts_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
public on_button_cancel_encoder_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
public on_button_done_contacts_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
public on_button_done_encoder_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
public on_button_done_unplugged_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
public on_button_next_clicked ( object o, EventArgs args ) : void | ||
o | object | |
args | EventArgs | |
return | void |
public on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void | ||
o | object | |
args | Gtk.DeleteEventArgs | |
return | void |
public Button,Gtk FakeButtonChronopicWizardFinished | ||
return | Gtk.Button |