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

Method SetPromptType

Src/ParameterCompone/ParameterPlugin.cpp:245–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void CParameterPlugin::SetPromptType(PromptType NewPromptType)
246{
247 if (m_PromptType == NewPromptType)
248 return;
249 SetModified(true);
250 m_PromptType = NewPromptType;
251 emit sigPromptTypeChanged(m_PromptType);
252}
253
254int CParameterPlugin::GetPromptCount() const
255{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected