MCPcopy Create free account
hub / github.com/SOUI2/soui / IsParamAcceptable

Method IsParamAcceptable

SOUI/src/layout/SGridLayout.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 bool SGridLayout::IsParamAcceptable(ILayoutParam *pLayoutParam) const
218 {
219 return !!pLayoutParam->IsClass(SGridLayoutParam::GetClassName());
220 }
221
222
223 ILayoutParam * SGridLayout::CreateLayoutParam() const

Callers

nothing calls this directly

Calls 2

GetClassNameFunction · 0.85
IsClassMethod · 0.80

Tested by

no test coverage detected