| 14 | } |
| 15 | |
| 16 | LPVOID CTileLayoutUI::GetInterface(LPCTSTR pstrName) |
| 17 | { |
| 18 | if( _tcscmp(pstrName, DUI_CTR_TILELAYOUT) == 0 ) return static_cast<CTileLayoutUI*>(this); |
| 19 | return CContainerUI::GetInterface(pstrName); |
| 20 | } |
| 21 | |
| 22 | SIZE CTileLayoutUI::GetItemSize() const |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected