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

Method slotIceChanged

Src/Channel/ICE/Ice.cpp:77–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void CICE::slotIceChanged()
78{
79 QSharedPointer<CIceSignal> signal = GetSignal();
80 if(!signal) return;
81 if(signal->IsConnected())
82 signal->Close();
83 CParameterICE* pPara = GetParameter();
84 if(pPara->getIce())
85 {
86 signal->Open(pPara->getSignalServer(), pPara->getSignalPort(),
87 pPara->getSignalUser(), pPara->getSignalPassword());
88 }
89}
90
91void CICE::slotStart()
92{

Callers

nothing calls this directly

Calls 5

IsConnectedMethod · 0.80
getSignalPortMethod · 0.80
CloseMethod · 0.45
getIceMethod · 0.45
OpenMethod · 0.45

Tested by

no test coverage detected