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

Method GetGlobalParameters

Src/Manager.cpp:558–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558CParameterGlobal* CManager::GetGlobalParameters()
559{
560 if(m_pParameterPlugin)
561 return m_pParameterPlugin->GetGlobalParameters();
562 return nullptr;
563}
564
565QList<QWidget*> CManager::GetSettingsWidgets(QWidget* parent)
566{

Callers 4

LoadOperateMethod · 0.45
SaveOperateMethod · 0.45
DetailsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected