MCPcopy Create free account
hub / github.com/cinience/RedisStudio / FindSubControlByPoint

Method FindSubControlByPoint

DuiLib/Core/UIManager.cpp:2063–2068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2061}
2062
2063CControlUI* CPaintManagerUI::FindSubControlByPoint(CControlUI* pParent, POINT pt) const
2064{
2065 if( pParent == NULL ) pParent = GetRoot();
2066 ASSERT(pParent);
2067 return pParent->FindControl(__FindControlFromPoint, &pt, UIFIND_VISIBLE | UIFIND_HITTEST | UIFIND_TOP_FIRST);
2068}
2069
2070CControlUI* CPaintManagerUI::FindSubControlByName(CControlUI* pParent, LPCTSTR pstrName) const
2071{

Callers

nothing calls this directly

Calls 1

FindControlMethod · 0.45

Tested by

no test coverage detected