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

Method ConvertTypeToName

Src/ParameterCompone/ParameterProxy.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105QString CParameterProxy::ConvertTypeToName(TYPE t)
106{
107 return m_TypeName[t];
108}
109
110int CParameterProxy::SetTypeName(TYPE t, const QString& szName)
111{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected