MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / on_pbConnect_clicked

Method on_pbConnect_clicked

Src/Channel/ICE/FrmParameterICE.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void CFrmParameterICE::on_pbConnect_clicked(bool checked)
107{
108 SetConnectButton(!checked);
109 if(checked)
110 CICE::Instance()->slotStart();
111 else
112 CICE::Instance()->slotStop();
113}
114
115void CFrmParameterICE::on_leSignalName_editingFinished()
116{

Callers

nothing calls this directly

Calls 2

slotStartMethod · 0.45
slotStopMethod · 0.45

Tested by

no test coverage detected