Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetType
Method
SetType
Src/ParameterCompone/ParameterProxy.cpp:82–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
int CParameterProxy::SetType(QList<TYPE> type)
83
{
84
if(m_Type == type)
85
return 0;
86
m_Type = type;
87
SetModified(true);
88
return 0;
89
}
90
91
CParameterProxy::TYPE CParameterProxy::GetUsedType() const
92
{
Callers
1
CParameterProxy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected