MCPcopy Create free account
hub / github.com/acl-dev/acl / GetUIPanel

Method GetUIPanel

lib_acl_cpp/samples/gui_rpc/ui/WndResizer.cpp:1521–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1519}
1520
1521CUIPanel * CWndResizer::GetUIPanel(UINT uID)
1522{
1523 CUIPanel * pPanel = NULL;
1524 if ((pPanel = (CUIPanel *)FindPanelByName(&root, IdToName(uID))) == NULL)
1525 {
1526 pPanel = CreateUIPanel(uID);
1527 if (pPanel != NULL)
1528 {
1529 root.AddChild( pPanel );
1530 }
1531 }
1532 return pPanel;
1533}
1534
1535BOOL CWndResizer::InvokeOnResized()
1536{

Callers

nothing calls this directly

Calls 1

AddChildMethod · 0.45

Tested by

no test coverage detected