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

Method InitScrollView

ogsr_engine/xrGame/ScriptXMLInit.cpp:127–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127CUIScrollView* CScriptXmlInit::InitScrollView(LPCSTR path, CUIWindow* parent)
128{
129 CUIScrollView* pWnd = xr_new<CUIScrollView>();
130 CUIXmlInit::InitScrollView(m_xml, path, 0, pWnd);
131 pWnd->SetAutoDelete(true);
132 _attach_child(pWnd, parent);
133 //. if(parent) parent->AttachChild(pWnd);
134 return pWnd;
135}
136
137CUICheckButton* CScriptXmlInit::InitCheck(LPCSTR path, CUIWindow* parent)
138{

Callers

nothing calls this directly

Calls 1

_attach_childFunction · 0.85

Tested by

no test coverage detected