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

Method GetTypeName

Src/Operate.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86const QString COperate::GetTypeName() const
87{
88 Q_ASSERT(GetPlugin());
89 return GetPlugin()->TypeName(GetPlugin()->Type());
90}
91
92const QIcon COperate::Icon() const
93{

Callers 3

foreachFunction · 0.45
StartMethod · 0.45
InsertItemMethod · 0.45

Calls 2

TypeNameMethod · 0.80
TypeMethod · 0.45

Tested by

no test coverage detected