C# Class ChronopicWindow, chronojump

Show file Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
ChronopicWindow ( Chronopic, cpDetected, ArrayList myCpd ) : System
Create ( ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
Create ( Chronopic, cpDetected, ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
CreateSPifNeeded ( string port ) : void
GetContactsFirstPort ( ) : string
IsConnected ( int numCP ) : bool
NumConnected ( ) : int
SerialPortsCloseIfNeeded ( ) : void
View ( ChronojumpMode cmode, bool volumeOn ) : ChronopicWindow,

Protected Methods

Method Description
PulseGTK ( ) : bool
waitChronopicStart ( ) : void

Private Methods

Method Description
checkChronopicDisconnected ( ) : void
chronopicAtStart ( object o, EventArgs args ) : void
connectingInfoHide ( ) : void
connectingInfoShow ( ) : void
connectionSucceded ( int port, bool playSound ) : void
createComboLinux ( ) : void
createComboWindows ( ) : void
createCombos ( ) : void
on_button_auto_change_debounce_clicked ( object o, EventArgs args ) : void
on_button_auto_change_help_clicked ( object o, EventArgs args ) : void
on_button_auto_check_auto_clicked ( object o, EventArgs args ) : void
on_button_auto_check_debounce_clicked ( object o, EventArgs args ) : void
on_button_auto_check_help_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_button_close_clicked ( object o, EventArgs args ) : void
on_button_connect_cp_clicked ( object o, EventArgs args ) : void
on_button_help_clicked ( object o, EventArgs args ) : void
on_button_help_ports_clicked ( object o, EventArgs args ) : void
on_check_multichronopic_show_clicked ( object o, EventArgs args ) : void
on_check_multitest_show_clicked ( object o, EventArgs args ) : void
on_chronopic_connection_ended ( object o, EventArgs args ) : void
on_combo_changed ( object o, EventArgs args ) : void
on_delete_event ( object o, DeleteEventArgs args ) : void
prepareChronopicConnection ( ) : void
pulseEnd ( ) : void
sensitivityConnected ( string message ) : void
sensitivityDisconnected ( string message ) : void
setDefaultValues ( ) : void
setEncoderPort ( string myEncoderPort ) : void
updateChronopicWin ( bool state, string message ) : void

Method Details

ChronopicWindow() public method

public ChronopicWindow ( Chronopic, cpDetected, ArrayList myCpd ) : System
cpDetected Chronopic,
myCpd ArrayList
return System

Create() public static method

public static Create ( ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
myCpd ArrayList
myEncoderPort string
recreate bool
volumeOn bool
return ChronopicWindow,

Create() public static method

public static Create ( Chronopic, cpDetected, ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
cpDetected Chronopic,
myCpd ArrayList
myEncoderPort string
recreate bool
volumeOn bool
return ChronopicWindow,

CreateSPifNeeded() public method

public CreateSPifNeeded ( string port ) : void
port string
return void

GetContactsFirstPort() public method

public GetContactsFirstPort ( ) : string
return string

IsConnected() public method

public IsConnected ( int numCP ) : bool
numCP int
return bool

NumConnected() public method

public NumConnected ( ) : int
return int

PulseGTK() protected method

protected PulseGTK ( ) : bool
return bool

SerialPortsCloseIfNeeded() public method

public SerialPortsCloseIfNeeded ( ) : void
return void

View() public static method

public static View ( ChronojumpMode cmode, bool volumeOn ) : ChronopicWindow,
cmode ChronojumpMode
volumeOn bool
return ChronopicWindow,

waitChronopicStart() protected method

protected waitChronopicStart ( ) : void
return void