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

Method Id

Src/Plugin.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71const QString CPlugin::Id() const
72{
73 return QString::number((int)Type()) + ":" + Protocol() + ":" + Name();
74}
75
76const QString CPlugin::DisplayName() const
77{

Callers 7

foreachFunction · 0.45
StartMethod · 0.45
GetStartActionMethod · 0.45
foreachFunction · 0.45
LoadPluginMethod · 0.45
AppendPluginMethod · 0.45
SaveOperateMethod · 0.45

Calls 2

TypeEnum · 0.85
ProtocolEnum · 0.85

Tested by

no test coverage detected