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

Method slotConnected

Src/Channel/ICE/FrmParameterICE.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void CFrmParameterICE::slotConnected()
129{
130 QSharedPointer<CIceSignal> signal = CICE::Instance()->GetSignal();
131 if(signal)
132 SetConnectButton(signal->IsConnected());
133}
134
135void CFrmParameterICE::slotDisconnected()
136{

Callers

nothing calls this directly

Calls 2

GetSignalMethod · 0.80
IsConnectedMethod · 0.80

Tested by

no test coverage detected