MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / InitFrameLine

Method InitFrameLine

ogsr_engine/xrGame/ScriptXMLInit.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67CUIFrameLineWnd* CScriptXmlInit::InitFrameLine(LPCSTR path, CUIWindow* parent)
68{
69 CUIFrameLineWnd* pWnd = xr_new<CUIFrameLineWnd>();
70 CUIXmlInit::InitFrameLine(m_xml, path, 0, pWnd);
71 pWnd->SetAutoDelete(true);
72 _attach_child(pWnd, parent);
73 //. if(parent) parent->AttachChild(pWnd);
74 return pWnd;
75}
76
77CUILabel* CScriptXmlInit::InitLabel(LPCSTR path, CUIWindow* parent)
78{

Callers

nothing calls this directly

Calls 1

_attach_childFunction · 0.85

Tested by

no test coverage detected