| 215 | } |
| 216 | |
| 217 | bool SGridLayout::IsParamAcceptable(ILayoutParam *pLayoutParam) const |
| 218 | { |
| 219 | return !!pLayoutParam->IsClass(SGridLayoutParam::GetClassName()); |
| 220 | } |
| 221 | |
| 222 | |
| 223 | ILayoutParam * SGridLayout::CreateLayoutParam() const |
nothing calls this directly
no test coverage detected