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

Method CheckValidity

Src/Parameter.cpp:103–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool CParameter::CheckValidity()
104{
105 bool bRet = true;
106 foreach (auto p, m_Category) {
107 bRet = p->OnCheckValidity();
108 if(!bRet) break;
109 }
110 if(bRet)
111 bRet = OnCheckValidity();
112 return bRet;
113}
114
115bool CParameter::OnCheckValidity()
116{

Callers 1

on_pbOk_clickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected