C# Class Chronopic2016, chronojump

Show file Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
FakeButtonContactsRealDone Gtk.Button
StoredCanCaptureContacts bool
SuccededConnectContactsRealThread bool
WindowOpened bool

Public Methods

Method Description
ChangeMultitestFirmwarePre ( int thresholdValue, int cpCount ) : bool
CheckAuto ( bool &isChronopicAuto ) : string
Chronopic2016 ( ) : System
ConnectContactsReal ( Gtk app1, ChronopicRegisterPort, crp, int cpCount, string labelStr ) : void
IsLastConnectedReal ( ChronopicRegisterPort, crp ) : bool
SerialPortsCloseIfNeeded ( ) : void
TestsChangeMultitestFirmwareDo ( int debounceChange ) : bool
WindowsLastConnectedRealExists ( ) : bool

Private Methods

Method Description
changeMultitestFirmwareDo ( int debounceChange ) : bool
connectContactsRealDo ( ) : void
connectContactsRealEnd ( ) : void
createGui ( Gtk app1, string labelStr ) : void
hideAndNull ( ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
pulseConnectContactsReal ( ) : bool

Method Details

ChangeMultitestFirmwarePre() public method

public ChangeMultitestFirmwarePre ( int thresholdValue, int cpCount ) : bool
thresholdValue int
cpCount int
return bool

CheckAuto() public method

public CheckAuto ( bool &isChronopicAuto ) : string
isChronopicAuto bool
return string

Chronopic2016() public method

public Chronopic2016 ( ) : System
return System

ConnectContactsReal() public method

public ConnectContactsReal ( Gtk app1, ChronopicRegisterPort, crp, int cpCount, string labelStr ) : void
app1 Gtk
crp ChronopicRegisterPort,
cpCount int
labelStr string
return void

IsLastConnectedReal() public method

public IsLastConnectedReal ( ChronopicRegisterPort, crp ) : bool
crp ChronopicRegisterPort,
return bool

SerialPortsCloseIfNeeded() public method

public SerialPortsCloseIfNeeded ( ) : void
return void

TestsChangeMultitestFirmwareDo() public method

public TestsChangeMultitestFirmwareDo ( int debounceChange ) : bool
debounceChange int
return bool

WindowsLastConnectedRealExists() public method

public WindowsLastConnectedRealExists ( ) : bool
return bool

Property Details

FakeButtonContactsRealDone public property

public Button,Gtk FakeButtonContactsRealDone
return Gtk.Button

StoredCanCaptureContacts public property

public bool StoredCanCaptureContacts
return bool

SuccededConnectContactsRealThread public property

public bool SuccededConnectContactsRealThread
return bool

WindowOpened public property

public bool WindowOpened
return bool