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

Method SetUsedType

Src/ParameterCompone/ParameterUser.cpp:233–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233int CParameterUser::SetUsedType(TYPE type)
234{
235 if(m_Data.m_UsedType == type)
236 return 0;
237 m_Data.m_UsedType = type;
238 SetModified(true);
239 return 0;
240}
241
242const QString CParameterUser::GetUser() const
243{

Callers 4

AcceptMethod · 0.45
AcceptMethod · 0.45
CParameterVncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected